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