Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java348 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerServiceTestable.MockInjector
349 return services.settings.settingsSecureGetIntForUser(name, def, userHandle); in settingsSecureGetIntForUser()
DDevicePolicyManagerServiceMigrationTest.java282 when(getServices().settings.settingsSecureGetIntForUser( in testMigration3_managedProfileOwner()
DMockSystemServices.java397 public int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in MockSystemServices.SettingsForMock
DDevicePolicyManagerTest.java5323 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_adminNotAllowed()
5333 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_settingOff()
5343 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_bothAllowed()
5445 … when(getServices().settings.settingsSecureGetIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, in setUserSetupCompleteForUser()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java657 final boolean alwaysOnLockdown = mSystemServices.settingsSecureGetIntForUser( in loadAlwaysOnPackage()
1858 public int settingsSecureGetIntForUser(String key, int def, int userId) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2121 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerService.Injector
2413 if (newOwner || mInjector.settingsSecureGetIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()
11120 if (mInjector.settingsSecureGetIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, in updateUserSetupCompleteAndPaired()
11130 if (mIsWatch && mInjector.settingsSecureGetIntForUser(Settings.Secure.DEVICE_PAIRED, 0, in updateUserSetupCompleteAndPaired()
12985 boolean isUserCompleted = mInjector.settingsSecureGetIntForUser( in forceUpdateUserSetupComplete()
14273 if (mInjector.settingsSecureGetIntForUser( in isPackageAllowedToAccessCalendarForUser()
/frameworks/base/services/
Dart-profile5633 HSPLcom/android/server/connectivity/Vpn$SystemServices;->settingsSecureGetIntForUser(Ljava/lang/Str…
6187 …roid/server/devicepolicy/DevicePolicyManagerService$Injector;->settingsSecureGetIntForUser(Ljava/l…