Home
last modified time | relevance | path

Searched refs:CellBroadcastReceiver (Results 1 – 18 of 18) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastInternalReceiver.java54 CellBroadcastReceiver.startConfigService(context, in startConfigServiceToEnableChannels()
60 if (CellBroadcastReceiver.ACTION_MARK_AS_READ.equals(intent.getAction())) { in onReceive()
62 CellBroadcastReceiver.EXTRA_DELIVERY_TIME, -1); in onReceive()
64 CellBroadcastReceiver.EXTRA_NOTIF_ID, in onReceive()
71 } else if (CellBroadcastReceiver.CELLBROADCAST_START_CONFIG_ACTION.equals( in onReceive()
DCellBroadcastAlertService.java258 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)) in shouldDisplayMessage()
345 if (range != null && range.mTestMode && !CellBroadcastReceiver.isTestingMode(mContext)) { in shouldDisplayMessage()
435 if (CellBroadcastReceiver.isTestingMode(getApplicationContext()) in handleCellBroadcastIntent()
474 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)) in showNewAlert()
530 CellBroadcastReceiver.getRoamingOperatorSupported(this)); in isChannelEnabled()
721 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)) in openEmergencyAlertNotification()
815 CellBroadcastReceiver.getRoamingOperatorSupported(context)); in addToNotificationBar()
1058 deleteIntent.setAction(CellBroadcastReceiver.ACTION_MARK_AS_READ); in createMarkAsReadIntent()
1059 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, deliveryTime); in createMarkAsReadIntent()
1060 deleteIntent.putExtra(CellBroadcastReceiver.EXTRA_NOTIF_ID, notificationId); in createMarkAsReadIntent()
[all …]
DCellBroadcastSettings.java341 case CellBroadcastReceiver.ACTION_TESTING_MODE_CHANGED:
423 CellBroadcastReceiver.ACTION_TESTING_MODE_CHANGED)); in onCreatePreferences()
677 || CellBroadcastReceiver.isTestingMode(getContext())) { in updatePreferenceVisibility()
691 || CellBroadcastReceiver.isTestingMode(getContext())) { in updatePreferenceVisibility()
773 if (!CellBroadcastReceiver.getRoamingOperatorSupported(getContext()).isEmpty()) { in getTopIntroduction()
901 CellBroadcastReceiver.startConfigService(context, in onPreferenceChangedByUser()
953 || CellBroadcastReceiver.isTestingMode(context)) in isTestAlertsToggleVisible()
DCellBroadcastAlertDialog.java19 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG;
273 CellBroadcastReceiver in initDrawableAndImageView()
585 CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext())); in onCreate()
739 subId, CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext())); in getLinkMethod()
853 CellBroadcastReceiver.getRoamingOperatorSupported(context)); in updateAlertText()
1189 CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext())) in onKeyDown()
1239 CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext())) in neverShowOptOutDialog()
1259 CellBroadcastReceiver.getRoamingOperatorSupported(context)) in copyMessageToClipboard()
DCellBroadcastAlertReminder.java19 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
184 CellBroadcastReceiver.getRoamingOperatorSupported(context)); in queueAlertReminder()
DCellBroadcastBackupAgent.java50 intent.setAction(CellBroadcastReceiver.CELLBROADCAST_START_CONFIG_ACTION); in onRestoreFinished()
DCellBroadcastConfigService.java19 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG;
129 String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported( in onHandleIntent()
255 String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported(this); in enableCellBroadcastChannels()
713 return CellBroadcastReceiver.isMockModemBinded(); in isMockModemRunning()
DCellBroadcastAlertAudio.java21 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.DBG;
394 mSubId, CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext())); in handleStartIntent()
469 mSubId, CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext())); in playAlertTone()
DCellBroadcastListItem.java77 CellBroadcastReceiver.getRoamingOperatorSupported(mContext)); in bind()
DCellBroadcastChannelManager.java21 import static com.android.cellbroadcastreceiver.CellBroadcastReceiver.VDBG;
373 this(context, subId, CellBroadcastReceiver.getRoamingOperatorSupported(context), in CellBroadcastChannelManager()
DCellBroadcastReceiver.java65 public class CellBroadcastReceiver extends BroadcastReceiver { class
416 && CellBroadcastReceiver.isTestingMode(context)) { in resetSettingsAsNeeded()
DCellBroadcastContentProvider.java485 CellBroadcastReceiver.getRoamingOperatorSupported(context)) in writeMessageToSmsInbox()
DCellBroadcastListActivity.java298 boolean isTestingMode = CellBroadcastReceiver.isTestingMode( in onPrepareOptionsMenu()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastInternalReceiverTest.java36 import com.android.cellbroadcastreceiver.CellBroadcastReceiver;
72 doReturn(CellBroadcastReceiver.ACTION_MARK_AS_READ).when(mIntent).getAction(); in testOnReceive_actionMarkAsRead()
74 CellBroadcastReceiver.EXTRA_NOTIF_ID, in testOnReceive_actionMarkAsRead()
80 verify(mIntent).getLongExtra(CellBroadcastReceiver.EXTRA_DELIVERY_TIME, -1); in testOnReceive_actionMarkAsRead()
87 doReturn(CellBroadcastReceiver.CELLBROADCAST_START_CONFIG_ACTION).when(mIntent).getAction(); in testOnReceive_cellbroadcastStartConfigAction()
DCellBroadcastReceiverTest.java59 import com.android.cellbroadcastreceiver.CellBroadcastReceiver;
80 CellBroadcastReceiver mCellBroadcastReceiver;
133 mCellBroadcastReceiver = spy(new CellBroadcastReceiver()); in setUp()
177 doReturn(CellBroadcastReceiver.CELLBROADCAST_START_CONFIG_ACTION).when(mIntent).getAction(); in testOnReceive_cellbroadcastStartConfigAction()
370 mFakeSharedPreferences.putString(CellBroadcastReceiver.CURRENT_INTERVAL_DEFAULT, in testAdjustReminderInterval()
381 CellBroadcastReceiver.CURRENT_INTERVAL_DEFAULT, "")) in testAdjustReminderInterval()
769 Map<String, String> map = CellBroadcastReceiver.getMccMap(mResources); in testGetMccMap()
/packages/modules/CellBroadcastService/
DOWNERS1 include platform/packages/apps/CellBroadcastReceiver:/OWNERS
/packages/apps/CellBroadcastReceiver/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/CellBroadcastReceiver)
/packages/apps/CellBroadcastReceiver/apex/permissions/
DAndroid.bp30 visibility: ["//packages/apps/CellBroadcastReceiver"],