Searched refs:CBR_CONFIG_UPDATED (Results 1 – 2 of 2) sorted by relevance
52 public static final String CBR_CONFIG_UPDATED = "CellBroadcastConfigUpdated"; field in CellBroadcastReceiverMetrics503 sp.getString(CBR_CONFIG_UPDATED, String.valueOf(0))); in onConfigUpdated()517 editor.putString(CBR_CONFIG_UPDATED, stringConfigurationUpdated); in onConfigUpdated()
19 import static com.android.cellbroadcastreceiver.CellBroadcastReceiverMetrics.CBR_CONFIG_UPDATED;413 verify(mSharedPreferences, times(0)).getString(CBR_CONFIG_UPDATED, String.valueOf(0)); in testOnConfigUpdated()