Searched refs:showTransientIndication (Results 1 – 5 of 5) sorted by relevance
210 showTransientIndication(R.string.keyguard_indication_trust_disabled); in handleLockLongClick()336 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController337 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()343 public void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController344 showTransientIndication(transientIndication, mInitialTextColorState, in showTransientIndication()351 private void showTransientIndication(CharSequence transientIndication, in showTransientIndication() method in KeyguardIndicationController602 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 …]
299 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()
419 mNotificationPanel.showTransientIndication(R.string.notification_tap_again); in onActivated()
3601 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()
3471 public void showTransientIndication(int id) { in showTransientIndication() method3472 mKeyguardIndicationController.showTransientIndication(id); in showTransientIndication()