Home
last modified time | relevance | path

Searched refs:CellBroadcastConfigService (Results 1 – 4 of 4) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java49 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()
DCellBroadcastConfigServiceTest.java36 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;
64 private CellBroadcastConfigService mConfigService;
69 mConfigService = spy(new CellBroadcastConfigService()); in setUp()
150 CellBroadcastConfigService.class.getDeclaredMethod("setCellBroadcastRange", cArgs); in setCellBroadcastRange()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java52 public class CellBroadcastConfigService extends IntentService { class
58 public CellBroadcastConfigService() { in CellBroadcastConfigService() method in CellBroadcastConfigService
DCellBroadcastReceiver.java452 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()
453 null, context, CellBroadcastConfigService.class); in startConfigService()