Searched refs:showTransientIndication (Results 1 – 4 of 4) sorted by relevance
250 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController251 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()257 public void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController258 showTransientIndication(transientIndication, mInitialTextColor); in showTransientIndication()264 public void showTransientIndication(CharSequence transientIndication, int textColor) { in showTransientIndication() method in KeyguardIndicationController510 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()
159 mController.showTransientIndication("Test"); in transientIndication_holdsWakeLock_whenDozing()169 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHiding()181 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHidingDelayed()
4033 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()
457 mIndicationController.showTransientIndication( in handleTrustCircleClick()