Searched refs:callResetCommand (Results 1 – 1 of 1) sorted by relevance
418 final String callResetCommand; in resetForUser() local419 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()