Home
last modified time | relevance | path

Searched refs:ACTION_INSTALL_APK_IN_PRIMARY (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPrimaryHelperActivity.java38 if (ByodHelperActivity.ACTION_INSTALL_APK_IN_PRIMARY.equals(getIntent().getAction())) { in onCreate()
DByodHelperActivity.java109 …public static final String ACTION_INSTALL_APK_IN_PRIMARY = "com.android.cts.verifier.managedprovis… field in ByodHelperActivity
274 Intent installPersonalProfileIntent = new Intent(ACTION_INSTALL_APK_IN_PRIMARY); in onCreate()
DDeviceAdminTestReceiver.java220 filter.addAction(ByodHelperActivity.ACTION_INSTALL_APK_IN_PRIMARY); in setupProfile()