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.java346 int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in DevicePolicyManagerServiceTestable.MockInjector
347 return services.settings.settingsSecureGetIntForUser(name, def, userHandle); in settingsSecureGetIntForUser()
DDevicePolicyManagerServiceMigrationTest.java98 when(getServices().settings.settingsSecureGetIntForUser( in testMigration_managedProfileOwner()
DMockSystemServices.java499 public int settingsSecureGetIntForUser(String name, int def, int userHandle) { in settingsSecureGetIntForUser() method in MockSystemServices.SettingsForMock
DDevicePolicyManagerTest.java7003 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/
DVpn.java1083 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/
DDevicePolicyManagerService.java1960 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/
Dart-wear-profile9225 PLcom/android/server/connectivity/Vpn$SystemServices;->settingsSecureGetIntForUser(Ljava/lang/Strin…
9649 PLcom/android/server/devicepolicy/DevicePolicyManagerService$Injector;->settingsSecureGetIntForUser