Home
last modified time | relevance | path

Searched defs:userSetting (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java1519 private int getExpectedInstallLocation(int userSetting) { in getExpectedInstallLocation()
1558 int userSetting = InstallLocationUtils.APP_INSTALL_INTERNAL; in testExistingIUserI() local
1570 int userSetting = InstallLocationUtils.APP_INSTALL_EXTERNAL; in testExistingIUserE() local
1577 int userSetting = InstallLocationUtils.APP_INSTALL_AUTO; in testExistingIUserA() local
1601 private void setUserX(boolean enable, int userSetting, int iloc) throws Exception { in setUserX()
1622 int userSetting = InstallLocationUtils.APP_INSTALL_INTERNAL; in testUserI() local
1634 int userSetting = InstallLocationUtils.APP_INSTALL_EXTERNAL; in testUserE() local
1641 int userSetting = InstallLocationUtils.APP_INSTALL_AUTO; in testUserA() local
1652 int userSetting = InstallLocationUtils.APP_INSTALL_INTERNAL; in testUserPrefOffUserI() local
1664 int userSetting = InstallLocationUtils.APP_INSTALL_EXTERNAL; in testUserPrefOffUserE() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeScreenBrightness.java271 int userSetting = mSystemSettings.getIntForUser( in clampToUserSetting() local
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl.java171 String userSetting = mSystemInterface.getUserChosenWebViewProvider(mContext); in prepareWebViewInSystemServer() local