Home
last modified time | relevance | path

Searched defs:customMessage (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java116 @Nullable String customMessage in startPendingIntentMaybeDismissingKeyguard()
145 @Nullable String customMessage); in postStartActivityDismissingKeyguard()
149 @Nullable String customMessage, in postStartActivityDismissingKeyguard()
172 boolean afterKeyguardGone, @Nullable String customMessage); in dismissKeyguardThenExecute()
178 @Nullable String customMessage); in startActivityDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DViewMediatorCallback.java97 void setCustomMessage(CharSequence customMessage); in setCustomMessage()
DKeyguardSecurityContainerController.java794 CharSequence customMessage = mViewMediatorCallback.consumeCustomMessage(); in setInitialMessage() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt285 val customMessage = "Custom unlock reason" in startPendingIntentDismissingKeyguard_withCustomMessage_dismissWithAction() constant
634 val customMessage = "Enter your pin." in dismissKeyguardThenExecute_keyguardIsShowing_dismissWithAction() constant
645 val customMessage = "Enter your pin." in dismissKeyguardThenExecute_awakeDreams() constant