Searched refs:ACTION_INSTALL_APK_IN_PRIMARY (Results 1 – 3 of 3) sorted by relevance
38 if (ByodHelperActivity.ACTION_INSTALL_APK_IN_PRIMARY.equals(getIntent().getAction())) { in onCreate()
109 …public static final String ACTION_INSTALL_APK_IN_PRIMARY = "com.android.cts.verifier.managedprovis… field in ByodHelperActivity274 Intent installPersonalProfileIntent = new Intent(ACTION_INSTALL_APK_IN_PRIMARY); in onCreate()
220 filter.addAction(ByodHelperActivity.ACTION_INSTALL_APK_IN_PRIMARY); in setupProfile()