Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java250 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController
251 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()
257 public void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController
258 showTransientIndication(transientIndication, mInitialTextColor); in showTransientIndication()
264 public void showTransientIndication(CharSequence transientIndication, int textColor) { in showTransientIndication() method in KeyguardIndicationController
510 showTransientIndication(computePowerIndication()); in onRefreshBatteryInfo()
536 showTransientIndication(helpString, errorColor); in onFingerprintHelp()
565 showTransientIndication(errString, errorColor); in onFingerprintError()
577 showTransientIndication(message, errorColor); in onTrustAgentErrorMessage()
584 showTransientIndication(mMessageToShowOnScreenOn, errorColor); in onScreenTurnedOn()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java159 mController.showTransientIndication("Test"); in transientIndication_holdsWakeLock_whenDozing()
169 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHiding()
181 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHidingDelayed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4033 mKeyguardIndicationController.showTransientIndication(R.string.notification_tap_again); in onActivated()
4096 mKeyguardIndicationController.showTransientIndication(R.string.keyguard_unlock); in onUnlockHintStarted()
4106 mKeyguardIndicationController.showTransientIndication(R.string.camera_hint); in onCameraHintStarted()
4111 mKeyguardIndicationController.showTransientIndication(R.string.voice_hint); in onVoiceAssistHintStarted()
4116 mKeyguardIndicationController.showTransientIndication(R.string.phone_hint); in onPhoneHintStarted()
DKeyguardBottomAreaView.java457 mIndicationController.showTransientIndication( in handleTrustCircleClick()