Searched refs:CALL_METHOD_RESET_SECURE (Results 1 – 3 of 3) sorted by relevance
416 if ("secure".equals(table)) callResetCommand = Settings.CALL_METHOD_RESET_SECURE; in resetForUser()
386 case Settings.CALL_METHOD_RESET_SECURE: { in call()
1514 public static final String CALL_METHOD_RESET_SECURE = "RESET_secure"; field in Settings4784 cp.call(resolver.getPackageName(), CALL_METHOD_RESET_SECURE, null, arg); in resetToDefaultsAsUser() local