Searched refs:ACTION_ENABLE_CHANNELS (Results 1 – 3 of 3) sorted by relevance
57 public static final String ACTION_ENABLE_CHANNELS = "ACTION_ENABLE_CHANNELS"; field in CellBroadcastConfigService65 if (ACTION_ENABLE_CHANNELS.equals(intent.getAction())) { in onHandleIntent()
460 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()
138 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()