Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestAppProvider.java38 private final Set<TestAppDetails> mTestApps = new HashSet<>(); field in TestAppProvider
52 return mTestApps; in testApps()
82 mTestApps.add(details); in loadApk()
86 mTestApps.remove(testApp); in markTestAppUsed()
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java35 private final TestApp[] mTestApps; field in Install
52 mTestApps = testApps; in Install()
58 mTestApps = new TestApp[0]; in Install()
203 for (TestApp testApp : mTestApps) { in createSession()
208 assert mTestApps.length == 1; in createSession()
209 sessionId = createSingleInstallSession(mTestApps[0]); in createSession()