Searched refs:CURRENT_INTERVAL_DEFAULT (Results 1 – 2 of 2) sorted by relevance
63 public static final String CURRENT_INTERVAL_DEFAULT = "current_interval_default"; field in CellBroadcastReceiver325 String currentIntervalDefault = sp.getString(CURRENT_INTERVAL_DEFAULT, "0"); in adjustReminderInterval()339 editor.putString(CURRENT_INTERVAL_DEFAULT, newIntervalDefault); in adjustReminderInterval()
330 mFakeSharedPreferences.putString(CellBroadcastReceiver.CURRENT_INTERVAL_DEFAULT, in testAdjustReminderInterval()341 CellBroadcastReceiver.CURRENT_INTERVAL_DEFAULT, "")) in testAdjustReminderInterval()