Searched refs:DISALLOW_INSTALL_APPS (Results 1 – 7 of 7) sorted by relevance
186 restrictions.putBoolean(UserManager.DISALLOW_INSTALL_APPS, true); in testRestrictions()192 assertEquals(stored.getBoolean(UserManager.DISALLOW_INSTALL_APPS), true); in testRestrictions()
77 public static final String DISALLOW_INSTALL_APPS = "no_install_apps"; field in UserManager
874 writeBoolean(serializer, restrictions, UserManager.DISALLOW_INSTALL_APPS); in writeRestrictionsLocked()1025 readBoolean(parser, restrictions, UserManager.DISALLOW_INSTALL_APPS); in readRestrictionsLocked()
504 if (mPm.isUserRestricted(userId, UserManager.DISALLOW_INSTALL_APPS)) { in createSessionInternal()
8065 if (isUserRestricted(userId, UserManager.DISALLOW_INSTALL_APPS)) { in installPackageAsUser()8243 if (isUserRestricted(userId, UserManager.DISALLOW_INSTALL_APPS)) { in installExistingPackageAsUser()
23992 field public static final java.lang.String DISALLOW_INSTALL_APPS = "no_install_apps";
22402 field public static final java.lang.String DISALLOW_INSTALL_APPS = "no_install_apps";