Searched refs:APK_PATH (Results 1 – 3 of 3) sorted by relevance
183 private static final String APK_PATH = "/data/local/tmp/cts-permissionpolicy/"; field in RestrictedStoragePermissionSharedUidTest187 new TestApp(APK_PATH + "CtsLegacyStorageNotIsolatedWithSharedUid.apk",189 new TestApp(APK_PATH + "CtsLegacyStorageIsolatedWithSharedUid.apk",191 new TestApp(APK_PATH + "CtsLegacyStorageRestrictedWithSharedUid.apk",193 new TestApp(APK_PATH + "CtsLegacyStorageRestrictedSdk28WithSharedUid.apk",
35 private const val APK_PATH = "/data/local/tmp/cts-permission/" constant
73 private const val APK_PATH = in <lambda>() constant156 val output = runShellCommandOrThrow("pm install -g $APK_PATH").trim() in <lambda>()