Home
last modified time | relevance | path

Searched refs:mTestApps (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppProvider.java47 private final List<TestAppDetails> mTestApps = new ArrayList<>(); field in TestAppProvider
72 return mTestApps; in testApps()
77 mTestAppsSnapshot = new HashSet<>(mTestApps); in snapshot()
87 mTestApps.clear(); in restore()
88 mTestApps.addAll(mTestAppsSnapshot); in restore()
98 mTestApps.clear(); in releaseResources()
116 Collections.sort(mTestApps, in initTestApps()
184 mTestApps.add(details); in loadApk()
230 mTestApps.remove(testApp); in markTestAppUsed()
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java40 private final TestApp[] mTestApps; field in Install
63 mTestApps = testApps; in Install()
69 mTestApps = new TestApp[0]; in Install()
255 for (TestApp testApp : mTestApps) { in createSession()
260 assert mTestApps.length == 1; in createSession()
261 sessionId = createSingleInstallSession(mTestApps[0]); in createSession()