Searched refs:ACTION_ENABLE_CHANNELS (Results 1 – 7 of 7) sorted by relevance
55 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
72 public static final String ACTION_ENABLE_CHANNELS = "ACTION_ENABLE_CHANNELS"; field in CellBroadcastConfigService104 if (ACTION_ENABLE_CHANNELS.equals(intent.getAction())) { in onHandleIntent()
744 startConfigService(mContext, CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
902 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in onPreferenceChangedByUser()
162 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()
206 assertEquals(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in testPreferenceChangeByUser()
749 doReturn(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS).when(mIntent).getAction(); in testOnHandleIntentActionEnableChannels()