Searched refs:DISALLOW_UNINSTALL_APPS (Results 1 – 10 of 10) sorted by relevance
93 final String userRestriction = UserManager.DISALLOW_UNINSTALL_APPS; in checkIfRestrictionEnforced_deviceOwner()111 final String userRestriction = UserManager.DISALLOW_UNINSTALL_APPS; in checkIfRestrictionEnforced_profileOwner()
102 eq(UserManager.DISALLOW_UNINSTALL_APPS), eq(TEST_USER_ID))).thenReturn(true) in setup()
86 UserManager.DISALLOW_UNINSTALL_APPS,689 case UserManager.DISALLOW_UNINSTALL_APPS: in applyUserRestriction()
464 && !userManager.hasUserRestriction(UserManager.DISALLOW_UNINSTALL_APPS, userId)); in isSuspendAllowedForUser()
711 if (mPm.isUserRestricted(userId, UserManager.DISALLOW_UNINSTALL_APPS)) { in deletePackageVersionedInternal()
240 UserManager.DISALLOW_UNINSTALL_APPS, userId); in checkIfUninstallBlocked()
411 public static final String DISALLOW_UNINSTALL_APPS = "no_uninstall_apps"; field in UserManager1503 DISALLOW_UNINSTALL_APPS,
908 assertThat(stored.getBoolean(UserManager.DISALLOW_UNINSTALL_APPS)).isFalse(); in testRestrictions()
22409 field public static final java.lang.String DISALLOW_UNINSTALL_APPS = "no_uninstall_apps";
32277 field public static final String DISALLOW_UNINSTALL_APPS = "no_uninstall_apps";