Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java35 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
36 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
76 private CellBroadcastChannelManager mChannelManager1;
78 private CellBroadcastChannelManager mChannelManager2;
88 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in setUp()
92 mChannelManager1 = new CellBroadcastChannelManager(mContext, SUB_ID, null, false); in setUp()
100 mChannelManager2 = new CellBroadcastChannelManager(mContext, SUB_ID, OPERATOR, false); in setUp()
106 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in tearDown()
DCellBroadcastTest.java35 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
80 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in setUp()
125 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in tearDown()
DCellBroadcastServiceTestCase.java46 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
264 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in setUp()
270 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in tearDown()
DCellBroadcastReceiverMetricsTest.java47 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
74 private CellBroadcastChannelManager mChannelManager;
87 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in setUp()
91 mChannelManager = new CellBroadcastChannelManager(mContext, SUB_ID, null, false); in setUp()
DCellBroadcastResourcesTest.java42 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
68 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in setUp()
339 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in testGetDialogTitleResourceForAdditionalChannel()
DCellBroadcastAlertDialogTest.java65 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
179 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in setUp()
185 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in tearDown()
536 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in testPulsationRestartOnNewIntent()
DCellBroadcastSettingsTest.java52 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
112 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in tearDown()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java78 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
311 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in startScreenOnTimer()
571 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in onCreate()
622 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(this, in onResume()
855 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in updateAlertText()
1021 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in onNewIntent()
1121 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in dismiss()
1300 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in setFinishAlertOnTouchOutside()
1302 CellBroadcastChannelManager.CellBroadcastChannelRange range = in setFinishAlertOnTouchOutside()
DCellBroadcastResources.java32 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
312 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getSmsSenderAddressResource()
353 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getDialogTitleResource()
428 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getDialogPictogramResource()
DCellBroadcastAlertService.java73 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
232 CellBroadcastChannelManager channelManager = in shouldDisplayFullScreenMessage()
233 new CellBroadcastChannelManager(mContext, message.getSubscriptionId()); in shouldDisplayFullScreenMessage()
288 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(mContext, in shouldDisplayMessage()
405 CellBroadcastChannelManager channelManager = in handleCellBroadcastIntent()
406 new CellBroadcastChannelManager(mContext, message.getSubscriptionId()); in handleCellBroadcastIntent()
483 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in showNewAlert()
525 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in isChannelEnabled()
675 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in openEmergencyAlertNotification()
859 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in addToNotificationBar()
DCellBroadcastSearchIndexableProvider.java155 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in queryRawData()
234 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in queryNonIndexableKeys()
DCellBroadcastChannelManager.java63 public class CellBroadcastChannelManager { class
372 public CellBroadcastChannelManager(Context context, int subId) { in CellBroadcastChannelManager() method in CellBroadcastChannelManager
377 public CellBroadcastChannelManager(Context context, int subId, @Nullable String operator) { in CellBroadcastChannelManager() method in CellBroadcastChannelManager
382 public CellBroadcastChannelManager(Context context, int subId, in CellBroadcastChannelManager() method in CellBroadcastChannelManager
DCellBroadcastSettings.java604 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in updatePreferenceVisibility()
934 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(context, in isTestAlertsToggleVisible()
DCellBroadcastConfigService.java46 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
376 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getCellBroadcastChannelsConfig()
DCellBroadcastReceiverMetrics.java250 CellBroadcastChannelManager channelManager, boolean overAllDnD) { in onChangedOverrideDnD()
DCellBroadcastReceiver.java824 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in resetCellBroadcastChannelRanges()