Searched refs:notificationIntent (Results 1 – 1 of 1) sorted by relevance
431 Intent notificationIntent = new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS); in getNotificationBuilder() local432 notificationIntent.putExtra("expandable", true); in getNotificationBuilder()433 PendingIntent settingsIntent = PendingIntent.getActivity(context, 0, notificationIntent, in getNotificationBuilder()