Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java210 showTransientIndication(R.string.keyguard_indication_trust_disabled); in handleLockLongClick()
336 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController
337 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()
343 public void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController
344 showTransientIndication(transientIndication, mInitialTextColorState, in showTransientIndication()
351 private void showTransientIndication(CharSequence transientIndication, in showTransientIndication() method in KeyguardIndicationController
602 showTransientIndication(mContext.getString(R.string.keyguard_unlock), in showSwipeUpToUnlock()
669 showTransientIndication(computePowerIndication()); in onRefreshBatteryInfo()
696 showTransientIndication(helpString, mInitialTextColorState, showSwipeToUnlock); in onBiometricHelp()
721 showTransientIndication(errString); in onBiometricError()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java299 mController.showTransientIndication("Test"); in transientIndication_holdsWakeLock_whenDozing()
309 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHiding()
321 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHidingDelayed()
338 mController.showTransientIndication("Test"); in transientIndication_visibleWhenDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java419 mNotificationPanel.showTransientIndication(R.string.notification_tap_again); in onActivated()
DStatusBar.java3601 mKeyguardIndicationController.showTransientIndication(R.string.keyguard_unlock); in onUnlockHintStarted()
3611 mKeyguardIndicationController.showTransientIndication(R.string.camera_hint); in onCameraHintStarted()
3616 mKeyguardIndicationController.showTransientIndication(R.string.voice_hint); in onVoiceAssistHintStarted()
3621 mKeyguardIndicationController.showTransientIndication(R.string.phone_hint); in onPhoneHintStarted()
DNotificationPanelView.java3471 public void showTransientIndication(int id) { in showTransientIndication() method
3472 mKeyguardIndicationController.showTransientIndication(id); in showTransientIndication()