/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeSceneViewModelTest.kt | 39 private val utils = SceneTestUtils(this) regex 40 private val testScope = utils.testScope 41 private val sceneInteractor = utils.sceneInteractor() 43 utils.authenticationInteractor( 44 repository = utils.authenticationRepository(), 53 utils.bouncerInteractor( 64 utils.authenticationRepository.setUnlocked(false) 74 utils.authenticationRepository.setUnlocked(true) 83 utils.authenticationRepository.setLockscreenEnabled(true) 108 utils.authenticationRepository.setUnlocked(true) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | LockscreenSceneViewModelTest.kt | 39 private val utils = SceneTestUtils(this) regex 40 private val testScope = utils.testScope 41 private val sceneInteractor = utils.sceneInteractor() 43 utils.authenticationInteractor( 44 repository = utils.authenticationRepository(), 51 utils.bouncerInteractor( 62 utils.authenticationRepository.setLockscreenEnabled(true) 63 utils.authenticationRepository.setUnlocked(true) 74 utils.authenticationRepository.setUnlocked(false) 85 utils.authenticationRepository.setUnlocked(false) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/ |
H A D | AuthenticationInteractorTest.kt | 49 private val utils = SceneTestUtils(this) regex 50 private val testScope = utils.testScope 54 utils.authenticationInteractor( 83 utils.authenticationRepository.apply { 99 utils.authenticationRepository.apply { 113 utils.authenticationRepository.apply { 136 utils.authenticationRepository.apply { 148 utils.authenticationRepository.apply { 161 utils.authenticationRepository.apply { 174 utils.authenticationRepository.apply { [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PinBouncerViewModelTest.kt | 45 private val utils = SceneTestUtils(this) regex 46 private val testScope = utils.testScope 47 private val sceneInteractor = utils.sceneInteractor() 49 utils.authenticationInteractor( 50 repository = utils.authenticationRepository(), 53 utils.bouncerInteractor( 58 utils.bouncerViewModel( 82 utils.authenticationRepository.setUnlocked(false) 102 utils.authenticationRepository.setUnlocked(false) 124 utils.authenticationRepository.setUnlocked(false) [all …]
|
H A D | PasswordBouncerViewModelTest.kt | 43 private val utils = SceneTestUtils(this) regex 44 private val testScope = utils.testScope 46 utils.authenticationInteractor( 47 repository = utils.authenticationRepository(), 49 private val sceneInteractor = utils.sceneInteractor() 51 utils.bouncerInteractor( 56 utils.bouncerViewModel( 82 utils.authenticationRepository.setUnlocked(false) 103 utils.authenticationRepository.setUnlocked(false) 124 utils.authenticationRepository.setUnlocked(false) [all …]
|
H A D | BouncerViewModelTest.kt | 45 private val utils = SceneTestUtils(this) regex 46 private val testScope = utils.testScope 48 utils.authenticationInteractor( 49 repository = utils.authenticationRepository(), 52 utils.bouncerInteractor( 54 sceneInteractor = utils.sceneInteractor(), 57 utils.bouncerViewModel( 68 utils.authenticationRepository.setAuthenticationMethod(authMethod) 119 utils.authenticationRepository.setAuthenticationMethod( 144 utils.authenticationRepository.setAuthenticationMethod( [all …]
|
H A D | PatternBouncerViewModelTest.kt | 45 private val utils = SceneTestUtils(this) regex 46 private val testScope = utils.testScope 48 utils.authenticationInteractor( 49 repository = utils.authenticationRepository(), 51 private val sceneInteractor = utils.sceneInteractor() 53 utils.bouncerInteractor( 58 utils.bouncerViewModel( 86 utils.authenticationRepository.setUnlocked(false) 109 utils.authenticationRepository.setUnlocked(false) 133 utils.authenticationRepository.setUnlocked(false) [all …]
|
H A D | AuthMethodBouncerViewModelTest.kt | 36 private val utils = SceneTestUtils(this) regex 37 private val testScope = utils.testScope 39 utils.authenticationInteractor( 40 utils.authenticationRepository(), 47 utils.bouncerInteractor( 49 sceneInteractor = utils.sceneInteractor(), 58 utils.authenticationRepository.setAuthenticationMethod(AuthenticationMethodModel.Pin)
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 19 "source_file" : "system/core/libutils/include/utils/String16.h" 28 "source_file" : "system/core/libutils/include/utils/Printer.h" 1978 "source_file" : "system/core/libutils/include/utils/Timers.h", 2643 "source_file" : "system/core/libutils/include/utils/Errors.h", 3915 "source_file" : "system/core/libutils/include/utils/Mutex.h", 4369 "source_file" : "system/core/libutils/include/utils/misc.h" 5679 "source_file" : "system/core/libutils/include/utils/misc.h" 5694 "source_file" : "system/core/libutils/include/utils/misc.h" 10154 "source_file" : "system/core/libutils/include/utils/Mutex.h" 10355 "source_file" : "system/core/libutils/include/utils/misc.h" [all …]
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 19 "source_file" : "system/core/libutils/include/utils/String16.h" 28 "source_file" : "system/core/libutils/include/utils/Printer.h" 1982 "source_file" : "system/core/libutils/include/utils/Timers.h", 3919 "source_file" : "system/core/libutils/include/utils/Mutex.h", 4373 "source_file" : "system/core/libutils/include/utils/misc.h" 5683 "source_file" : "system/core/libutils/include/utils/misc.h" 5698 "source_file" : "system/core/libutils/include/utils/misc.h" 10158 "source_file" : "system/core/libutils/include/utils/Mutex.h" 10359 "source_file" : "system/core/libutils/include/utils/misc.h" 10728 "source_file" : "system/core/libutils/include/utils/Trace.h" [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/ |
H A D | QuickSettingsSceneViewModelTest.kt | 39 private val utils = SceneTestUtils(this) regex 40 private val testScope = utils.testScope 41 private val sceneInteractor = utils.sceneInteractor() 43 utils.authenticationInteractor( 44 repository = utils.authenticationRepository(), 50 utils.bouncerInteractor( 60 utils.authenticationRepository.setAuthenticationMethod(AuthenticationMethodModel.Pin) 61 utils.authenticationRepository.setUnlocked(true) 73 utils.authenticationRepository.setAuthenticationMethod(AuthenticationMethodModel.Pin) 74 utils.authenticationRepository.setUnlocked(false)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/ |
H A D | BouncerInteractorTest.kt | 47 private val utils = SceneTestUtils(this) regex 48 private val testScope = utils.testScope 50 utils.authenticationInteractor( 51 repository = utils.authenticationRepository(), 53 private val sceneInteractor = utils.sceneInteractor() 55 utils.bouncerInteractor( 78 utils.authenticationRepository.setUnlocked(false) 111 utils.authenticationRepository.setUnlocked(false) 147 utils.authenticationRepository.setUnlocked(false) 178 utils.authenticationRepository.setUnlocked(false) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scene/data/repository/ |
H A D | SceneContainerRepositoryTest.kt | 40 private val utils = SceneTestUtils(this) regex 41 private val testScope = utils.testScope 45 val underTest = utils.fakeSceneContainerRepository() 61 val underTest = utils.fakeSceneContainerRepository() 72 utils.fakeSceneContainerRepository( 73 utils.fakeSceneContainerConfig(listOf(SceneKey.QuickSettings, SceneKey.Lockscreen)), 81 val underTest = utils.fakeSceneContainerRepository() 95 val underTest = utils.fakeSceneContainerRepository() 100 ObservableTransitionState.Idle(utils.fakeSceneContainerConfig().initialSceneKey) 107 val underTest = utils.fakeSceneContainerRepository() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModelTest.kt | 65 private lateinit var utils: FooterActionsTestUtils 145 utils.footerActionsViewModel( 148 utils.footerActionsInteractor( 221 utils.footerActionsViewModel( 223 utils.footerActionsInteractor( 226 utils.securityRepository( 284 utils.footerActionsViewModel( 286 utils.footerActionsInteractor( 289 utils.securityRepository( 367 utils.footerActionsViewModel( [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/ |
H A D | EnterSplitScreenByDragFromAllApps.kt | 29 import com.android.wm.shell.flicker.utils.ICommonAssertions 30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT 31 import com.android.wm.shell.flicker.utils.appWindowBecomesVisible 32 import com.android.wm.shell.flicker.utils.appWindowIsVisibleAtEnd 33 import com.android.wm.shell.flicker.utils.layerBecomesVisible 34 import com.android.wm.shell.flicker.utils.layerIsVisibleAtEnd 35 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsBecomesVisibleByDrag 36 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsIsVisibleAtEnd 37 import com.android.wm.shell.flicker.utils.splitScreenDividerBecomesVisible
|
H A D | EnterSplitScreenByDragFromTaskbar.kt | 29 import com.android.wm.shell.flicker.utils.ICommonAssertions 30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT 31 import com.android.wm.shell.flicker.utils.appWindowBecomesVisible 32 import com.android.wm.shell.flicker.utils.appWindowIsVisibleAtEnd 33 import com.android.wm.shell.flicker.utils.layerBecomesVisible 34 import com.android.wm.shell.flicker.utils.layerIsVisibleAtEnd 35 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsBecomesVisibleByDrag 36 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsIsVisibleAtEnd 37 import com.android.wm.shell.flicker.utils.splitScreenDividerBecomesVisible
|
H A D | EnterSplitScreenByDragFromNotification.kt | 29 import com.android.wm.shell.flicker.utils.ICommonAssertions 30 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT 31 import com.android.wm.shell.flicker.utils.appWindowIsVisibleAtEnd 32 import com.android.wm.shell.flicker.utils.layerBecomesVisible 33 import com.android.wm.shell.flicker.utils.layerIsVisibleAtEnd 34 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsBecomesVisibleByDrag 35 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsIsVisibleAtEnd 36 import com.android.wm.shell.flicker.utils.splitScreenDividerBecomesVisible
|
H A D | EnterSplitScreenByDragFromShortcut.kt | 28 import com.android.wm.shell.flicker.utils.ICommonAssertions 29 import com.android.wm.shell.flicker.utils.appWindowIsVisibleAtEnd 30 import com.android.wm.shell.flicker.utils.layerBecomesVisible 31 import com.android.wm.shell.flicker.utils.layerIsVisibleAtEnd 32 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsBecomesVisibleByDrag 33 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsIsVisibleAtEnd 34 import com.android.wm.shell.flicker.utils.splitScreenDividerBecomesVisible
|
H A D | EnterSplitScreenFromOverview.kt | 27 import com.android.wm.shell.flicker.utils.ICommonAssertions 28 import com.android.wm.shell.flicker.utils.appWindowBecomesVisible 29 import com.android.wm.shell.flicker.utils.layerBecomesVisible 30 import com.android.wm.shell.flicker.utils.layerIsVisibleAtEnd 31 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsBecomesVisible 32 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsIsVisibleAtEnd 33 import com.android.wm.shell.flicker.utils.splitScreenDividerBecomesVisible
|
H A D | DismissSplitScreenByDivider.kt | 28 import com.android.wm.shell.flicker.utils.ICommonAssertions 29 import com.android.wm.shell.flicker.utils.appWindowBecomesInvisible 30 import com.android.wm.shell.flicker.utils.appWindowIsVisibleAtEnd 31 import com.android.wm.shell.flicker.utils.layerBecomesInvisible 32 import com.android.wm.shell.flicker.utils.layerIsVisibleAtEnd 33 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsBecomesInvisible 34 import com.android.wm.shell.flicker.utils.splitScreenDividerBecomesInvisible
|
H A D | SwitchBetweenSplitPairs.kt | 27 import com.android.wm.shell.flicker.utils.ICommonAssertions 28 import com.android.wm.shell.flicker.utils.SPLIT_SCREEN_DIVIDER_COMPONENT 29 import com.android.wm.shell.flicker.utils.appWindowBecomesInvisible 30 import com.android.wm.shell.flicker.utils.appWindowBecomesVisible 31 import com.android.wm.shell.flicker.utils.layerBecomesInvisible 32 import com.android.wm.shell.flicker.utils.layerBecomesVisible 33 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsIsVisibleAtEnd 34 import com.android.wm.shell.flicker.utils.splitAppLayerBoundsSnapToDivider
|
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | SysTrace.h | 25 namespace android::idmap2::utils { 48 android::idmap2::utils::ScopedTraceNoStart _trace##__LINE__; \ 49 android::idmap2::utils::atrace_enabled() \ 50 && android::idmap2::utils::ScopedTraceMessageHelper().stream() 64 #define SYSTRACE android::idmap2::utils::DummyStream().stream()
|
/aosp14/frameworks/base/services/tests/servicestests/ |
H A D | Android.bp | 59 "servicestests-utils", 133 name: "servicestests-core-utils", 147 name: "servicestests-dpm-utils", 174 name: "servicestests-utils", 176 "utils/**/*.java", 177 "utils/**/*.kt", 178 "utils-mockito/**/*.kt", 190 name: "servicestests-utils-mockito-extended", 192 "utils/**/*.java", 193 "utils/**/*.kt", [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternChecker.java | 61 public static AsyncTask<?, ?, ?> verifyCredential(final LockPatternUtils utils, in verifyCredential() argument 72 return utils.verifyCredential(credentialCopy, userId, flags); in verifyCredential() 98 public static AsyncTask<?, ?, ?> checkCredential(final LockPatternUtils utils, in checkCredential() argument 110 return utils.checkCredential(credentialCopy, userId, callback::onEarlyMatched); in checkCredential() 143 public static AsyncTask<?, ?, ?> verifyTiedProfileChallenge(final LockPatternUtils utils, in verifyTiedProfileChallenge() argument 154 return utils.verifyTiedProfileChallenge(credentialCopy, userId, flags); in verifyTiedProfileChallenge()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceInternalCleanupClient.java | 46 @NonNull BiometricUtils<Face> utils, @NonNull Map<Integer, Long> authenticatorIds) { in FaceInternalCleanupClient() argument 48 utils, authenticatorIds); in FaceInternalCleanupClient() 54 List<Face> enrolledList, BiometricUtils<Face> utils, int sensorId, in getEnumerateClient() argument 57 enrolledList, utils, sensorId, logger, biometricContext); in getEnumerateClient() 63 int biometricId, int userId, String owner, BiometricUtils<Face> utils, int sensorId, in getRemovalClient() argument 69 null /* ClientMonitorCallbackConverter */, biometricId, userId, owner, utils, in getRemovalClient()
|