Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java57 public static final String ACTION_ENABLE_CHANNELS = "ACTION_ENABLE_CHANNELS"; field in CellBroadcastConfigService
65 if (ACTION_ENABLE_CHANNELS.equals(intent.getAction())) { in onHandleIntent()
DCellBroadcastReceiver.java460 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java138 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()