Home
last modified time | relevance | path

Searched refs:isAuthenticationRequired (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt194 assertThat(underTest.isAuthenticationRequired()).isTrue()
206 assertThat(underTest.isAuthenticationRequired()).isFalse()
218 assertThat(underTest.isAuthenticationRequired()).isFalse()
230 assertThat(underTest.isAuthenticationRequired()).isFalse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt115 if (authenticationInteractor.isAuthenticationRequired()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt225 suspend fun isAuthenticationRequired(): Boolean {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java147 action == null ? false : action.isAuthenticationRequired(), actionIndex, () -> {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt1022 } else if (action.isAuthenticationRequired()) {
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1913 public boolean isAuthenticationRequired() { in isAuthenticationRequired() method in Notification.Action
1991 action.isAuthenticationRequired()); in Builder()
2189 isAuthenticationRequired()); in clone()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6357 method public boolean isAuthenticationRequired();