Home
last modified time | relevance | path

Searched refs:CbConfig (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
DCellBroadcastBootupConfigTest.java92 private static class CbConfig { class in CellBroadcastBootupConfigTest
97 CbConfig(int startId, int endId, int type) { in CbConfig() method in CellBroadcastBootupConfigTest.CbConfig
112 CbConfig[] configs = new CbConfig[] { in testConfiguration()
113 new CbConfig(SERVICE_CATEGORY_CMAS_PRESIDENTIAL_LEVEL_ALERT, in testConfiguration()
116 new CbConfig(SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testConfiguration()
119 new CbConfig(SERVICE_CATEGORY_CMAS_SEVERE_THREAT, in testConfiguration()
122 new CbConfig(SERVICE_CATEGORY_CMAS_CHILD_ABDUCTION_EMERGENCY, in testConfiguration()
125 new CbConfig(MESSAGE_ID_ETWS_EARTHQUAKE_WARNING, in testConfiguration()
128 new CbConfig(MESSAGE_ID_ETWS_OTHER_EMERGENCY_TYPE, in testConfiguration()
131 new CbConfig(MESSAGE_ID_CMAS_ALERT_PRESIDENTIAL_LEVEL, in testConfiguration()
[all …]