Searched refs:ACTION_RESET_SETTINGS_AS_NEEDED (Results 1 – 3 of 3) sorted by relevance
74 public static final String ACTION_RESET_SETTINGS_AS_NEEDED = "RESET_SETTINGS_AS_NEEDED"; field in CellBroadcastConfigService176 } else if (ACTION_RESET_SETTINGS_AS_NEEDED.equals(intent.getAction())) { in onHandleIntent()
429 Intent intent = new Intent(CellBroadcastConfigService.ACTION_RESET_SETTINGS_AS_NEEDED, in resetSettingsAsNeeded()
1409 doReturn(CellBroadcastConfigService.ACTION_RESET_SETTINGS_AS_NEEDED) in testResetCellBroadcastSettingsAsNeeded()