Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DCommonTransitions.java75 private static void clickEditTextWidget(UiDevice device, IAppHelper testApp) { in clickEditTextWidget()
81 private static void clickEnterPipButton(UiDevice device, IAppHelper testApp) { in clickEnterPipButton()
87 static TransitionBuilder openAppWarm(IAppHelper testApp, UiDevice in openAppWarm()
101 static TransitionBuilder closeAppWithBackKey(IAppHelper testApp, UiDevice in closeAppWithBackKey()
115 static TransitionBuilder closeAppWithHomeKey(IAppHelper testApp, UiDevice in closeAppWithHomeKey()
129 static TransitionBuilder getOpenAppCold(IAppHelper testApp, in getOpenAppCold()
142 static TransitionBuilder changeAppRotation(IAppHelper testApp, UiDevice in changeAppRotation()
178 static TransitionBuilder appToSplitScreen(IAppHelper testApp, UiDevice device) { in appToSplitScreen()
191 static TransitionBuilder splitScreenToLauncher(IAppHelper testApp, UiDevice device) { in splitScreenToLauncher()
204 IAppHelper testApp = new StandardAppHelper(InstrumentationRegistry.getInstrumentation(), in editTextSetFocus() local
DFlickerTestBase.java54 IAppHelper testApp; field in FlickerTestBase
DDebugTest.java37 private IAppHelper testApp = new StandardAppHelper(InstrumentationRegistry.getInstrumentation(), field in DebugTest
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DDiskStatsLoggingServiceTest.java129 PackageStats testApp = new PackageStats("com.test.app"); in testPopulatedLogTask() local