Searched defs:testApp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ |
D | CommonTransitions.java | 75 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
|
D | FlickerTestBase.java | 54 IAppHelper testApp; field in FlickerTestBase
|
D | DebugTest.java | 37 private IAppHelper testApp = new StandardAppHelper(InstrumentationRegistry.getInstrumentation(), field in DebugTest
|
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
D | DiskStatsLoggingServiceTest.java | 129 PackageStats testApp = new PackageStats("com.test.app"); in testPopulatedLogTask() local
|