Home
last modified time | relevance | path

Searched refs:CALL_METHOD_DELETE_CONFIG (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java424 r.call(DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, name, null); in testCall_putAndGetConfig()
446 results = r.call(DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, name, in testCall_deleteConfig()
454 r.call(DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, name, null); in testCall_deleteConfig()
493 r.call(DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, name, null); in testCall_listConfig()
494 r.call(DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, newName, null); in testCall_listConfig()
DDeviceConfigTest.java426 DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, compositeName, null); in deleteViaContentProvider()
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DDeviceConfigServiceTest.java199 DeviceConfig.CONTENT_URI, Settings.CALL_METHOD_DELETE_CONFIG, compositeName, null); in deleteFromContentProvider()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDeviceConfigService.java246 Settings.CALL_METHOD_DELETE_CONFIG, compositeKey, args); in delete()
DSettingsProvider.java467 case Settings.CALL_METHOD_DELETE_CONFIG: { in call()
/frameworks/base/core/java/android/provider/
DSettings.java1945 public static final String CALL_METHOD_DELETE_CONFIG = "DELETE_config"; field in Settings