Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastInternalReceiver.java54 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
H A DCellBroadcastConfigService.java61 public static final String ACTION_ENABLE_CHANNELS = "ACTION_ENABLE_CHANNELS"; field in CellBroadcastConfigService
70 if (ACTION_ENABLE_CHANNELS.equals(intent.getAction())) { in onHandleIntent()
H A DCellBroadcastReceiver.java553 startConfigService(mContext, CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
H A DCellBroadcastSettings.java414 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in onCreatePreferences()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastBootupConfigTest.java154 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()