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.java199 showTransientIndication(R.string.keyguard_indication_trust_disabled); in handleLockLongClick()
310 public void showTransientIndication(int transientIndication) { in showTransientIndication() method in KeyguardIndicationController
311 showTransientIndication(mContext.getResources().getString(transientIndication)); in showTransientIndication()
317 public void showTransientIndication(CharSequence transientIndication) { in showTransientIndication() method in KeyguardIndicationController
318 showTransientIndication(transientIndication, mInitialTextColorState); in showTransientIndication()
324 public void showTransientIndication(CharSequence transientIndication, in showTransientIndication() method in KeyguardIndicationController
617 showTransientIndication(computePowerIndication()); in onRefreshBatteryInfo()
644 showTransientIndication(helpString); in onBiometricHelp()
660 showTransientIndication(errString); in onBiometricError()
699 showTransientIndication(message, Utils.getColorError(mContext)); in onTrustAgentErrorMessage()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java200 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java424 mNotificationPanel.showTransientIndication(R.string.notification_tap_again); in onActivated()
DStatusBar.java3476 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()
DNotificationPanelView.java3128 public void showTransientIndication(int id) { in showTransientIndication() method
3129 mKeyguardIndicationController.showTransientIndication(id); in showTransientIndication()