Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java431 Intent notificationIntent = new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS); in getNotificationBuilder() local
432 notificationIntent.putExtra("expandable", true); in getNotificationBuilder()
433 PendingIntent settingsIntent = PendingIntent.getActivity(context, 0, notificationIntent, in getNotificationBuilder()