Searched refs:ACTION_REMOVE_MANAGED_PROFILE (Results 1 – 3 of 3) sorted by relevance
58 Intent intent = new Intent(ByodHelperActivity.ACTION_REMOVE_MANAGED_PROFILE); in requestDeleteManagedProfile()
84 filter.addAction(ByodHelperActivity.ACTION_REMOVE_MANAGED_PROFILE); in setupProfile()
74 …public static final String ACTION_REMOVE_MANAGED_PROFILE = "com.android.cts.verifier.managedprovis… field in ByodHelperActivity213 } else if (action.equals(ACTION_REMOVE_MANAGED_PROFILE)) { in onCreate()