Home
last modified time | relevance | path

Searched defs:testApp (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/defaultapps/
H A DDefaultAppsPickerBasePreferenceControllerTest.java120 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 DInstallPackageTaskTest.java77 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 DPipTestBase.kt27 protected val testApp = PipAppHelper(instrumentation) regex
H A DExitPipToAppTransition.kt28 protected val testApp = FixedAppHelper(instrumentation) regex
H A DMovePipShelfHeightTransition.kt33 protected val testApp = FixedAppHelper(instrumentation) regex
H A DPipLegacySplitScreenTest.kt57 private val testApp = FixedAppHelper(instrumentation) regex
H A DEnterPipToOtherOrientationTest.kt70 private val testApp = FixedAppHelper(instrumentation) regex
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/
H A DLaunchAppShowImeOnStartTest.kt74 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
H A DOpenImeWindowAndCloseTest.kt50 private val testApp = ImeAppHelper(instrumentation) regex
H A DSwitchImeWindowsFromGestureNavTest.kt58 private val testApp = SimpleAppHelper(instrumentation) regex
H A DCloseImeWindowToAppTest.kt56 private val testApp = ImeAppHelper(instrumentation) regex
H A DCloseImeWindowToHomeTest.kt56 private val testApp = ImeAppHelper(instrumentation) regex
H A DOpenImeWindowTest.kt57 private val testApp = ImeAppHelper(instrumentation) regex
H A DCloseImeAutoOpenWindowToAppTest.kt66 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
H A DCloseImeAutoOpenWindowToHomeTest.kt67 private val testApp = ImeAppAutoFocusHelper(instrumentation, testSpec.config.startRotation) regex
H A DReOpenImeWindowTest.kt63 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 DBaseBubbleScreen.kt47 protected val testApp = LaunchBubbleHelper(instrumentation) regex
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
H A DDiskStatsLoggingServiceTest.java129 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 DLegacySplitScreenToLauncher.kt62 private val testApp = SimpleAppHelper(instrumentation) regex
/aosp12/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/
H A DQuickSwitchFromLauncherTest.kt66 private val testApp = SimpleAppHelper(instrumentation) regex
/aosp12/build/soong/java/
H A Dapp_test.go38 func testApp(t *testing.T, bp string) *android.TestContext { func