Home
last modified time | relevance | path

Searched refs:CellBroadcastChannelManager (Results 1 – 9 of 9) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java56 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
208 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(mContext, in shouldDisplayMessage()
309 CellBroadcastChannelManager channelManager = in handleCellBroadcastIntent()
310 new CellBroadcastChannelManager(mContext, in handleCellBroadcastIntent()
361 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in showNewAlert()
409 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in isChannelEnabled()
519 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in openEmergencyAlertNotification()
639 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in addToNotificationBar()
DCellBroadcastResources.java29 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
308 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getDialogTitleResource()
416 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getDialogPictogramResource()
DCellBroadcastSearchIndexableProvider.java148 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in queryRawData()
218 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in queryNonIndexableKeys()
DCellBroadcastAlertDialog.java348 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in onCreate()
388 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(this, in onResume()
732 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in dismiss()
DCellBroadcastConfigService.java34 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
191 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in enableCellBroadcastChannels()
DCellBroadcastSettings.java437 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in updatePreferenceVisibility()
605 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(context, in isTestAlertsToggleVisible()
DCellBroadcastChannelManager.java50 public class CellBroadcastChannelManager { class
235 public CellBroadcastChannelManager(Context context, int subId) { in CellBroadcastChannelManager() method in CellBroadcastChannelManager
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java25 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
26 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
63 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(mContext, in testGetCellBroadcastChannelRanges()
DCellBroadcastConfigServiceTest.java36 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;