Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerWithCoroutinesTest.kt154 verify(mKeyguardIndicationController).showTransientIndication(anyInt())
168 verify(mKeyguardIndicationController).showTransientIndication(anyInt())
189 verify(mKeyguardIndicationController).showTransientIndication(anyInt())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt233 indicationController.showTransientIndication(it)
253 indicationController.showTransientIndication(it)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt336 indicationController.showTransientIndication(it)
348 indicationController.showTransientIndication(it)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java825 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController
826 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()
832 private void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController
1381 showTransientIndication(mContext.getString(R.string.require_unlock_for_nfc)); in onRequireUnlockForNfc()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java318 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_holdsWakeLock_whenDozing()
333 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_releasesWakeLock_whenDozing()
345 mController.showTransientIndication(TEST_STRING_RES); in transientIndication_visibleWhenDozing()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1458 mKeyguardIndicationController.showTransientIndication(stringResourceId), in initBottomArea()
2775 mKeyguardIndicationController.showTransientIndication( in falsingAdditionalTapRequired()