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()
103 …public static final String ACTION_INSTALL_APK_IN_PRIMARY = "com.android.cts.verifier.managedprovis… field in ByodHelperActivity267 Intent installPersonalProfileIntent = new Intent(ACTION_INSTALL_APK_IN_PRIMARY); in onCreate()
191 filter.addAction(ByodHelperActivity.ACTION_INSTALL_APK_IN_PRIMARY); in setupProfile()