Searched refs:WIPE_SILENTLY (Results 1 – 3 of 3) sorted by relevance
5295 public static final int WIPE_SILENTLY = 0x0008; field in DevicePolicyManager5353 Preconditions.checkArgument((flags & WIPE_SILENTLY) == 0, "WIPE_SILENTLY cannot be set"); in wipeData()
105 import static android.app.admin.DevicePolicyManager.WIPE_SILENTLY;6988 forceWipeUser(userId, wipeReasonForUser, (flags & WIPE_SILENTLY) != 0);
7519 field public static final int WIPE_SILENTLY = 8; // 0x8