Home
last modified time | relevance | path

Searched defs:endId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java133 final int endId; field in CellBroadcastBootupConfigTest.CbConfig
136 CbConfig(int startId, int endId, int type) { in CbConfig()
DCellBroadcastConfigServiceTest.java1008 int endId = SmsCbConstants.MESSAGE_ID_CMAS_ALERT_PUBLIC_SAFETY; in testEnableCellBroadcastWithMasterToggleState() local
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java90 public CbConfig(int startId, int endId, int type, boolean enable) { in CbConfig()