Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsService.java350 final String callPutCommand; in putForUser() local
352 callPutCommand = Settings.CALL_METHOD_PUT_SYSTEM; in putForUser()
358 } else if ("secure".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_SECURE; in putForUser()
359 else if ("global".equals(table)) callPutCommand = Settings.CALL_METHOD_PUT_GLOBAL; in putForUser()
376 callPutCommand, key, arg); in putForUser() local