Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastBootupConfigTest.java54 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;
68 CellBroadcastServiceTestCase<CellBroadcastConfigService> {
85 super(CellBroadcastConfigService.class); in CellBroadcastBootupConfigTest()
161 Intent intent = new Intent(mContext, CellBroadcastConfigService.class); in testConfiguration()
162 intent.setAction(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in testConfiguration()
DCellBroadcastConfigServiceTest.java19 import static com.android.cellbroadcastreceiver.CellBroadcastConfigService.CbConfig;
50 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;
87 private CellBroadcastConfigService mConfigService;
92 mConfigService = spy(new CellBroadcastConfigService()); in setUp()
187 CellBroadcastConfigService.class.getDeclaredMethod("setCellBroadcastRange", cArgs); in setCellBroadcastRange()
749 doReturn(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS).when(mIntent).getAction(); in testOnHandleIntentActionEnableChannels()
752 Method method = CellBroadcastConfigService.class.getDeclaredMethod( in testOnHandleIntentActionEnableChannels()
1409 doReturn(CellBroadcastConfigService.ACTION_RESET_SETTINGS_AS_NEEDED) in testResetCellBroadcastSettingsAsNeeded()
1421 Method method = CellBroadcastConfigService.class.getDeclaredMethod( in testResetCellBroadcastSettingsAsNeeded()
DCellBroadcastSettingsTest.java53 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;
206 assertEquals(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in testPreferenceChangeByUser()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java426 CellBroadcastConfigService.ACTION_UPDATE_SETTINGS_FOR_CARRIER); in resetSettingsAsNeeded()
429 Intent intent = new Intent(CellBroadcastConfigService.ACTION_RESET_SETTINGS_AS_NEEDED, in resetSettingsAsNeeded()
430 null, context, CellBroadcastConfigService.class); in resetSettingsAsNeeded()
431 intent.putExtra(CellBroadcastConfigService.EXTRA_SUB, subId); in resetSettingsAsNeeded()
744 startConfigService(mContext, CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
766 CellBroadcastConfigService.class)); in startConfigService()
DCellBroadcastInternalReceiver.java55 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in startConfigServiceToEnableChannels()
DCellBroadcastConfigService.java66 public class CellBroadcastConfigService extends IntentService { class
98 public CellBroadcastConfigService() { in CellBroadcastConfigService() method in CellBroadcastConfigService
DCellBroadcastSettings.java902 CellBroadcastConfigService.ACTION_ENABLE_CHANNELS); in onPreferenceChangedByUser()