Searched defs:settingsGlobalPutInt (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java352 void settingsGlobalPutInt(String name, int value) { method in class:DevicePolicyManagerServiceTestable.MockInjector
353 context.settings.settingsGlobalPutInt(name, value);
H A DDpmMockContext.java223 public void settingsGlobalPutInt(String name, int value) { method in class:DpmMockContext.SettingsForMock
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1772 void settingsGlobalPutInt(String name, int value) { method in class:DevicePolicyManagerService.Injector
4526 mInjector.settingsGlobalPutInt(Settings.Global.STAY_ON_WHILE_PLUGGED_IN, 0);
5771 mInjector.settingsGlobalPutInt(Settings.Global.GLOBAL_HTTP_PROXY_PORT, proxyPort);
6016 mInjector.settingsGlobalPutInt(Settings.Global.AUTO_TIME, 1 /* AUTO_TIME on */);

Completed in 305 milliseconds