HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ENABLE_ETWS_TEST_ALERTS (Results 1 - 4 of 4) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 105 CellBroadcastSettings.KEY_ENABLE_ETWS_TEST_ALERTS;
CellBroadcastSettings.java 83 public static final String KEY_ENABLE_ETWS_TEST_ALERTS = "enable_etws_test_alerts";
180 findPreference(KEY_ENABLE_ETWS_TEST_ALERTS);
CellBroadcastConfigService.java 158 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ETWS_TEST_ALERTS, false);
CellBroadcastAlertService.java 398 .getBoolean(CellBroadcastSettings.KEY_ENABLE_ETWS_TEST_ALERTS, false);
    [all...]

Completed in 580 milliseconds