Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastInternalReceiver.java55 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
DCellBroadcastConfigService.java72 public static final String ACTION_ENABLE_CHANNELS = "ACTION_ENABLE_CHANNELS"; field in CellBroadcastConfigService
104 if (ACTION_ENABLE_CHANNELS.equals(intent.getAction())) { in onHandleIntent()
DCellBroadcastReceiver.java744 startConfigService(mContext, CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
DCellBroadcastSettings.java902 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in onPreferenceChangedByUser()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java162 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()
DCellBroadcastSettingsTest.java206 assertEquals(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in testPreferenceChangeByUser()
DCellBroadcastConfigServiceTest.java749 doReturn(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS).when(mIntent).getAction(); in testOnHandleIntentActionEnableChannels()