Home
last modified time | relevance | path

Searched refs:settingsSecureGetIntForUser (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java340 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerServiceTestable.MockInjector
341 return services.settings.settingsSecureGetIntForUser(name, def, userHandle); in settingsSecureGetIntForUser()
DDevicePolicyManagerServiceMigrationTest.java282 when(getServices().settings.settingsSecureGetIntForUser( in testMigration3_managedProfileOwner()
DMockSystemServices.java391 public int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in MockSystemServices.SettingsForMock
DDevicePolicyManagerTest.java5080 … when(getServices().settings.settingsSecureGetIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, in setUserSetupCompleteForUser()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java564 final boolean alwaysOnLockdown = mSystemServices.settingsSecureGetIntForUser( in loadAlwaysOnPackage()
1629 public int settingsSecureGetIntForUser(String key, int def, int userId) { in settingsSecureGetIntForUser() method in Vpn.SystemServices
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2010 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerService.Injector
2296 if (newOwner || mInjector.settingsSecureGetIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()
10222 if (mInjector.settingsSecureGetIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, in updateUserSetupCompleteAndPaired()
10232 if (mIsWatch && mInjector.settingsSecureGetIntForUser(Settings.Secure.DEVICE_PAIRED, 0, in updateUserSetupCompleteAndPaired()
11921 boolean isUserCompleted = mInjector.settingsSecureGetIntForUser( in forceUpdateUserSetupComplete()