Searched refs:CellBroadcastConfigService (Results 1 – 4 of 4) sorted by relevance
49 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;59 CellBroadcastServiceTestCase<CellBroadcastConfigService> {76 super(CellBroadcastConfigService.class); in CellBroadcastBootupConfigTest()137 Intent intent = new Intent(mContext, CellBroadcastConfigService.class); in testConfiguration()138 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()
36 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;64 private CellBroadcastConfigService mConfigService;69 mConfigService = spy(new CellBroadcastConfigService()); in setUp()150 CellBroadcastConfigService.class.getDeclaredMethod("setCellBroadcastRange", cArgs); in setCellBroadcastRange()
52 public class CellBroadcastConfigService extends IntentService { class58 public CellBroadcastConfigService() { in CellBroadcastConfigService() method in CellBroadcastConfigService
452 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()453 null, context, CellBroadcastConfigService.class); in startConfigService()