Home
last modified time | relevance | path

Searched refs:ACTION_DISABLE_SELF (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/enterprise/
DDeviceAdminReceiverUtils.java32 public static final String ACTION_DISABLE_SELF = "disable_self"; field in DeviceAdminReceiverUtils
57 if (!action.equals(ACTION_DISABLE_SELF)) { in disableSelf()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DDeviceAdminReceiverUtils.java33 public static final String ACTION_DISABLE_SELF = "disable_self"; field in DeviceAdminReceiverUtils
58 if (!action.equals(ACTION_DISABLE_SELF)) { in disableSelf()
/cts/common/device-side/bedstead/testapisreflection/src/common/main/java/com/android/bedstead/testapisreflection/
DTestApisConstants.kt48 const val ACTION_DISABLE_SELF = "disable_self" constant
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDeviceOwner.java22 import static com.android.bedstead.testapisreflection.TestApisConstants.ACTION_DISABLE_SELF;
124 Intent intent = new Intent(ACTION_DISABLE_SELF); in removeTestApp()
DProfileOwner.java24 import static com.android.bedstead.testapisreflection.TestApisConstants.ACTION_DISABLE_SELF;
160 Intent intent = new Intent(ACTION_DISABLE_SELF); in removeTestApp()