HomeSort by relevance Sort by last modified time
    Searched refs:INTENT_RECEIVER_APK (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomDeviceOwnerTest.java 39 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk";
65 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId);
DeviceOwnerTest.java 36 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk";
362 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId);
407 installAppAsUser(INTENT_RECEIVER_APK, userId);
ManagedProfileTest.java 47 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk";
237 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId);
239 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId);
275 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId);
277 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId);
335 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId);
337 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId);
360 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId);
362 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId);
    [all...]
DeviceAndProfileOwnerTest.java 47 private static final String INTENT_RECEIVER_APK = "CtsIntentReceiverApp.apk";
626 installAppAsUser(INTENT_RECEIVER_APK, mUserId);
    [all...]

Completed in 2475 milliseconds