Home
last modified time | relevance | path

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

/cts/libs/rollback/src/com/android/cts/rollback/lib/
DInstall.java45 public static Install single(TestApp testApp) { in single() argument
46 return new Install(false, testApp); in single()
/cts/tests/ProcessTest/src/com/android/cts/process/
DProcessTest.java38 String testApp = mContext.getPackageName(); in testUid() local
43 int uid3 = mContext.getPackageManager().getApplicationInfo(testApp, in testUid()