Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java52 static final String ACTION_ENABLE_CHANNELS = "ACTION_ENABLE_CHANNELS"; field in CellBroadcastConfigService
161 if (ACTION_ENABLE_CHANNELS.equals(intent.getAction())) { in onHandleIntent()
DCellBroadcastReceiver.java187 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()