Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java55 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
206 CellBroadcastChannelManager channelManager = in shouldDisplayFullScreenMessage()
207 new CellBroadcastChannelManager(mContext, message.getSubscriptionId()); in shouldDisplayFullScreenMessage()
251 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(mContext, in shouldDisplayMessage()
350 CellBroadcastChannelManager channelManager = in handleCellBroadcastIntent()
351 new CellBroadcastChannelManager(mContext, message.getSubscriptionId()); in handleCellBroadcastIntent()
418 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in showNewAlert()
452 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(mContext, in isChannelEnabled()
617 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in openEmergencyAlertNotification()
759 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in addToNotificationBar()
H A DCellBroadcastAlertDialog.java73 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
286 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in startScreenOnTimer()
401 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in onCreate()
445 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(this, in onResume()
687 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in updateAlertText()
885 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in onNewIntent()
976 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in dismiss()
1150 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in setFinishAlertOnTouchOutside()
1152 CellBroadcastChannelManager.CellBroadcastChannelRange range = in setFinishAlertOnTouchOutside()
H A DCellBroadcastResources.java31 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
312 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getSmsSenderAddressResource()
356 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getDialogTitleResource()
464 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in getDialogPictogramResource()
H A DCellBroadcastSearchIndexableProvider.java155 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in queryRawData()
234 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in queryNonIndexableKeys()
H A DCellBroadcastConfigService.java37 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
238 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in enableCellBroadcastChannels()
H A DCellBroadcastSettings.java549 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager( in updatePreferenceVisibility()
779 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(context, in isTestAlertsToggleVisible()
H A DCellBroadcastChannelManager.java50 public class CellBroadcastChannelManager { class
310 public CellBroadcastChannelManager(Context context, int subId) { in CellBroadcastChannelManager() method in CellBroadcastChannelManager
H A DCellBroadcastReceiver.java200 CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges(); in onReceive()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastChannelManagerTest.java28 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
29 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
66 CellBroadcastChannelManager channelManager = new CellBroadcastChannelManager(mContext, in testGetCellBroadcastChannelRanges()
H A DCellBroadcastConfigServiceTest.java36 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;