Searched refs:settingsSecureGetIntForUser (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceTestable.java | 346 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerServiceTestable.MockInjector 347 return services.settings.settingsSecureGetIntForUser(name, def, userHandle); in settingsSecureGetIntForUser()
|
D | DevicePolicyManagerServiceMigrationTest.java | 98 when(getServices().settings.settingsSecureGetIntForUser( in testMigration_managedProfileOwner()
|
D | MockSystemServices.java | 499 public int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in MockSystemServices.SettingsForMock
|
D | DevicePolicyManagerTest.java | 7003 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_adminNotAllowed() 7016 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_settingOff() 7030 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_bothAllowed() 7052 when(getServices().settings.settingsSecureGetIntForUser( in testIsPackageAllowedToAccessCalendar_samePackageAndSameUser_noPermissionRequired() 8752 … when(getServices().settings.settingsSecureGetIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0,
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 1083 final boolean alwaysOnLockdown = mSystemServices.settingsSecureGetIntForUser( in loadAlwaysOnPackage() 2382 public int settingsSecureGetIntForUser(String key, int def, int userId) { in settingsSecureGetIntForUser() method in Vpn.SystemServices
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1960 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in Injector 2665 if (newOwner || mInjector.settingsSecureGetIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked() 15550 if (mInjector.settingsSecureGetIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, in updateUserSetupCompleteAndPaired() 15563 if (mIsWatch && mInjector.settingsSecureGetIntForUser(Settings.Secure.DEVICE_PAIRED, 0, in updateUserSetupCompleteAndPaired() 18550 boolean isUserCompleted = mInjector.settingsSecureGetIntForUser( 20257 if (mInjector.settingsSecureGetIntForUser(
|
/frameworks/base/services/ |
D | art-wear-profile | 9225 PLcom/android/server/connectivity/Vpn$SystemServices;->settingsSecureGetIntForUser(Ljava/lang/Strin… 9649 PLcom/android/server/devicepolicy/DevicePolicyManagerService$Injector;->settingsSecureGetIntForUser…
|