OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_APP_APK
(Results
1 - 4
of
4
) sorted by null
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTestApi25.java
40
private static final String
TEST_APP_APK
= "CtsSimpleApp.apk";
110
installAppAsUser(
TEST_APP_APK
, userId);
DeviceOwnerTest.java
65
private static final String
TEST_APP_APK
= "CtsEmptyTestApp.apk";
[
all
...]
DeviceAndProfileOwnerTest.java
88
protected static final String
TEST_APP_APK
= "CtsSimpleApp.apk";
367
installAppAsUser(
TEST_APP_APK
, mUserId);
[
all
...]
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
OverlayHostTest.java
59
private static final String
TEST_APP_APK
= "CtsOverlayApp.apk";
72
new InstallMultiple().addApk(
TEST_APP_APK
).run();
Completed in 641 milliseconds