Searched refs:ACTION_DISABLE_SELF (Results 1 – 5 of 5) sorted by relevance
32 public static final String ACTION_DISABLE_SELF = "disable_self"; field in DeviceAdminReceiverUtils57 if (!action.equals(ACTION_DISABLE_SELF)) { in disableSelf()
33 public static final String ACTION_DISABLE_SELF = "disable_self"; field in DeviceAdminReceiverUtils58 if (!action.equals(ACTION_DISABLE_SELF)) { in disableSelf()
48 const val ACTION_DISABLE_SELF = "disable_self" constant
22 import static com.android.bedstead.testapisreflection.TestApisConstants.ACTION_DISABLE_SELF;124 Intent intent = new Intent(ACTION_DISABLE_SELF); in removeTestApp()
24 import static com.android.bedstead.testapisreflection.TestApisConstants.ACTION_DISABLE_SELF;160 Intent intent = new Intent(ACTION_DISABLE_SELF); in removeTestApp()