Home
last modified time | relevance | path

Searched refs:showTransientIndication (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAlignShortcutsToUdfpsSection.kt68 indicationController.showTransientIndication(it) in bindData()
78 indicationController.showTransientIndication(it) in bindData()
DDefaultShortcutsSection.kt90 indicationController.showTransientIndication(it) in <lambda>()
100 indicationController.showTransientIndication(it) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerWithCoroutinesTest.kt154 verify(mKeyguardIndicationController).showTransientIndication(anyInt()) in <lambda>()
166 verify(mKeyguardIndicationController).showTransientIndication(anyInt()) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DBottomAreaSection.kt165 indicationController.showTransientIndication(it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java901 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController
902 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()
908 private void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController
1536 showTransientIndication(mContext.getString(R.string.require_unlock_for_nfc)); in onRequireUnlockForNfc()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt467 indicationController.showTransientIndication(message) in <lambda>()
481 indicationController.showTransientIndication(message) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java323 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_holdsWakeLock_whenDozing()
338 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_releasesWakeLock_whenDozing()
350 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_visibleWhenDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1523 mKeyguardIndicationController.showTransientIndication(stringResourceId), in initBottomArea()
2935 mKeyguardIndicationController.showTransientIndication( in falsingAdditionalTapRequired()