Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DActivityStarter.java85 @Nullable String customMessage); in postStartActivityDismissingKeyguard()
102 boolean afterKeyguardGone, @Nullable String customMessage); in dismissKeyguardThenExecute()
134 @Nullable String customMessage); in executeRunnableDismissingKeyguard()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt202 val customMessage = "Enter your pin." regex
218 val customMessage = "Enter your pin." regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DViewMediatorCallback.java101 void setCustomMessage(CharSequence customMessage); in setCustomMessage()
H A DKeyguardSecurityContainerController.java743 CharSequence customMessage = mViewMediatorCallback.consumeCustomMessage(); in setInitialMessage() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerMessageInteractorTest.kt152 val customMessage = repository.customMessage regex
H A DBouncerInteractorTest.kt273 val customMessage = "Hello there!" regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/data/repo/
H A DBouncerMessageRepositoryTest.kt124 val customMessage = collectLastValue(underTest.customMessage) regex