Searched refs:settingsSecureGetIntForUser (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceTestable.java | 348 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerServiceTestable.MockInjector 349 return services.settings.settingsSecureGetIntForUser(name, def, userHandle); in settingsSecureGetIntForUser()
|
D | DevicePolicyManagerServiceMigrationTest.java | 282 when(getServices().settings.settingsSecureGetIntForUser( in testMigration3_managedProfileOwner()
|
D | MockSystemServices.java | 397 public int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in MockSystemServices.SettingsForMock
|
D | DevicePolicyManagerTest.java | 5323 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/ |
D | Vpn.java | 657 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/ |
D | DevicePolicyManagerService.java | 2121 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/ |
D | art-profile | 5633 HSPLcom/android/server/connectivity/Vpn$SystemServices;->settingsSecureGetIntForUser(Ljava/lang/Str… 6187 …roid/server/devicepolicy/DevicePolicyManagerService$Injector;->settingsSecureGetIntForUser(Ljava/l…
|