Home
last modified time | relevance | path

Searched defs:showMessage (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A DAfeUtils.java177 final boolean showMessage) { in callAbort()
197 final boolean showMessage) { in callAbortSpecialTasks()
367 final boolean showMessage) { in callGetJobHistory()
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/ui/
H A DNotifyManager.java50 public void showMessage(String messageString) { in showMessage() method in NotifyManager.NotifyBox
142 public void showMessage(String message) { in showMessage() method in NotifyManager
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt101 val showMessage: Flow<BouncerShowMessageModel> = repository.showMessage.filterNotNull() in <lambda>() constant in com.android.systemui.bouncer.domain.interactor.PrimaryBouncerInteractor
261 fun showMessage(message: String?, colorStateList: ColorStateList?) { in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.java93 …es.flow.Flow<com.android.systemui.bouncer.shared.model.BouncerShowMessageModel> showMessage = null; field in PrimaryBouncerInteractor
260 public final void showMessage(@org.jetbrains.annotations.Nullable() in showMessage() method in PrimaryBouncerInteractor
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
H A DAbstractCustomVirtualView.java208 protected void showMessage(String message) { in showMessage() method in AbstractCustomVirtualView
212 private void showMessage(boolean warning, String message) { in showMessage() method in AbstractCustomVirtualView
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java208 protected void showMessage(String message) { in showMessage() method in AbstractCustomVirtualView
212 private void showMessage(boolean warning, String message) { in showMessage() method in AbstractCustomVirtualView
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
H A DKeyguardBouncerRepository.kt87 val showMessage: StateFlow<BouncerShowMessageModel?> constant
185 override val showMessage = _showMessage.asStateFlow() in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl
/aosp_15_r20/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java68 void showMessage(String msg, boolean showToast); in showMessage() method
793 private synchronized void showMessage(String msg, int logLevel, boolean showToast) { in showMessage() method in SoundTriggerTestService
H A DSoundTriggerTestActivity.java165 public void showMessage(String msg, boolean showToast) { in showMessage() method in SoundTriggerTestActivity
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DBleAdvertiserPowerLevelActivity.java95 private void showMessage(String msg) { in showMessage() method in BleAdvertiserPowerLevelActivity
H A DBleAdvertiserHardwareScanFilterActivity.java106 private void showMessage(String msg) { in showMessage() method in BleAdvertiserHardwareScanFilterActivity
H A DBleButtonActivity.java97 private void showMessage(String msg) { in showMessage() method in BleButtonActivity
H A DBleConnectionPriorityServerService.java160 private void showMessage(final String msg) { in showMessage() method in BleConnectionPriorityServerService
H A DBleScannerService.java150 private void showMessage(final String msg) { in showMessage() method in BleScannerService
H A DBleConnectionPriorityClientService.java186 private void showMessage(final String msg) { in showMessage() method in BleConnectionPriorityClientService
H A DBleAdvertiserService.java281 private void showMessage(final String msg) { in showMessage() method in BleAdvertiserService
/aosp_15_r20/packages/apps/Car/Provision/src/com/android/car/provision/
DUserNoticeUiService.java92 private void showMessage() { in showMessage() method in UserNoticeUiService
/aosp_15_r20/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
H A DHelper.java41 static void showMessage(@NonNull Context context, @NonNull CharSequence message) { in showMessage() method in Helper
/aosp_15_r20/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
H A DMyReceiver.java125 private void showMessage(@NonNull Context applicationContext, in showMessage() method in MyReceiver
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityView.java120 void showMessage(CharSequence message, ColorStateList colorState, boolean animated); in showMessage() method
H A DKeyguardAbsKeyInputViewController.java136 public void showMessage(CharSequence message, ColorStateList colorState, boolean animated) { in showMessage() method in KeyguardAbsKeyInputViewController
H A DKeyguardPatternViewController.java364 public void showMessage(CharSequence message, ColorStateList colorState, boolean animated) { in showMessage() method in KeyguardPatternViewController
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelTestActivity.java79 protected void showMessage(String msg) { in showMessage() method in NNParallelTestActivity
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DBackupAndRestoreFragment.java225 private void showMessage(String pattern, Object... args) { in showMessage() method in BackupAndRestoreFragment
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserFragment.java346 private void showMessage(String pattern, Object... args) { in showMessage() method in UserFragment

123