Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java87 private static final int REQUEST_CODE_CONTENT_INTENT = 1; field in CellBroadcastAlertService
754 pi = PendingIntent.getActivity(context, REQUEST_CODE_CONTENT_INTENT, intent, in addToNotificationBar()