Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsService.java418 final String callResetCommand; in resetForUser() local
419 if ("secure".equals(table)) callResetCommand = Settings.CALL_METHOD_RESET_SECURE; in resetForUser()
420 else if ("global".equals(table)) callResetCommand = Settings.CALL_METHOD_RESET_GLOBAL; in resetForUser()
437 provider.call(attributionSource, Settings.AUTHORITY, callResetCommand, null, arg); in resetForUser()