Searched refs:showTransientIndication (Results 1 – 5 of 5) sorted by relevance
199 showTransientIndication(R.string.keyguard_indication_trust_disabled); in handleLockLongClick()310 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController311 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()317 public void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController318 showTransientIndication(transientIndication, mInitialTextColorState); in showTransientIndication()324 public void showTransientIndication(CharSequence transientIndication, in showTransientIndication() method in KeyguardIndicationController617 showTransientIndication(computePowerIndication()); in onRefreshBatteryInfo()644 showTransientIndication(helpString); in onBiometricHelp()660 showTransientIndication(errString); in onBiometricError()699 showTransientIndication(message, Utils.getColorError(mContext)); in onTrustAgentErrorMessage()[all …]
200 mController.showTransientIndication("Test"); in transientIndication_holdsWakeLock_whenDozing()210 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHiding()222 mController.showTransientIndication("Test"); in transientIndication_releasesWakeLock_afterHidingDelayed()239 mController.showTransientIndication("Test"); in transientIndication_visibleWhenDozing()
424 mNotificationPanel.showTransientIndication(R.string.notification_tap_again); in onActivated()
3476 mKeyguardIndicationController.showTransientIndication(R.string.keyguard_unlock); in onUnlockHintStarted()3486 mKeyguardIndicationController.showTransientIndication(R.string.camera_hint); in onCameraHintStarted()3491 mKeyguardIndicationController.showTransientIndication(R.string.voice_hint); in onVoiceAssistHintStarted()3496 mKeyguardIndicationController.showTransientIndication(R.string.phone_hint); in onPhoneHintStarted()
3128 public void showTransientIndication(int id) { in showTransientIndication() method3129 mKeyguardIndicationController.showTransientIndication(id); in showTransientIndication()