/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/defaultapps/ |
H A D | DefaultAppsPickerBasePreferenceControllerTest.java | 120 DefaultAppInfo testApp = mock(DefaultAppInfo.class); in refreshUi_hasAdditionalCandidate_hasTwoElements() local 135 DefaultAppInfo testApp = mock(DefaultAppInfo.class); in refreshUi_hasAdditionalCandidateAsDefault_secondElementIsSelected() local 152 DefaultAppInfo testApp = mock(DefaultAppInfo.class); in performClick_currentDefaultApp_nothingHappened() local 181 DefaultAppInfo testApp = mock(DefaultAppInfo.class); in performClick_otherOptionNoMessage_otherOptionSelected() local 211 DefaultAppInfo testApp = mock(DefaultAppInfo.class); in performClick_otherOptionHasMessage_dialogOpened() local 239 DefaultAppInfo testApp = mock(DefaultAppInfo.class); in performClick_otherOptionNoMessage_newKeySet() local
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
H A D | InstallPackageTaskTest.java | 77 TestApp testApp = writeApkToInstall(appToInstallFile); in run_success() local 129 TestApp testApp = writeApkToInstall(appToInstallFile); in run_packageAlreadyInstalled_success() local 190 TestApp testApp = testAppProvider in writeApkToInstall() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ |
H A D | PipTestBase.kt | 27 protected val testApp = PipAppHelper(instrumentation) regex
|
H A D | ExitPipToAppTransition.kt | 28 protected val testApp = FixedAppHelper(instrumentation) regex
|
H A D | MovePipShelfHeightTransition.kt | 33 protected val testApp = FixedAppHelper(instrumentation) regex
|
H A D | PipLegacySplitScreenTest.kt | 57 private val testApp = FixedAppHelper(instrumentation) regex
|
H A D | EnterPipToOtherOrientationTest.kt | 70 private val testApp = FixedAppHelper(instrumentation) regex
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
H A D | LaunchAppShowImeOnStartTest.kt | 74 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
|
H A D | OpenImeWindowAndCloseTest.kt | 50 private val testApp = ImeAppHelper(instrumentation) regex
|
H A D | SwitchImeWindowsFromGestureNavTest.kt | 58 private val testApp = SimpleAppHelper(instrumentation) regex
|
H A D | CloseImeWindowToAppTest.kt | 56 private val testApp = ImeAppHelper(instrumentation) regex
|
H A D | CloseImeWindowToHomeTest.kt | 56 private val testApp = ImeAppHelper(instrumentation) regex
|
H A D | OpenImeWindowTest.kt | 57 private val testApp = ImeAppHelper(instrumentation) regex
|
H A D | CloseImeAutoOpenWindowToAppTest.kt | 66 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
|
H A D | CloseImeAutoOpenWindowToHomeTest.kt | 67 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
|
H A D | ReOpenImeWindowTest.kt | 63 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ |
H A D | BaseBubbleScreen.kt | 47 protected val testApp = LaunchBubbleHelper(instrumentation) regex
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
H A D | DiskStatsLoggingServiceTest.java | 129 PackageStats testApp = new PackageStats("com.test.app"); in testPopulatedLogTask() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/ |
H A D | LegacySplitScreenToLauncher.kt | 62 private val testApp = SimpleAppHelper(instrumentation) regex
|
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/ |
H A D | QuickSwitchFromLauncherTest.kt | 66 private val testApp = SimpleAppHelper(instrumentation) regex
|
/aosp12/build/soong/java/ |
H A D | app_test.go | 38 func testApp(t *testing.T, bp string) *android.TestContext { func
|