Lines Matching refs:hashCode

55         notification.setDeleteIntent(PendingIntent.getBroadcast(context, instance.hashCode(),
63 PendingIntent.getBroadcast(context, instance.hashCode(),
68 notification.setContentIntent(PendingIntent.getActivity(context, instance.hashCode(),
71 nm.cancel(instance.hashCode());
72 nm.notify(instance.hashCode(), notification.build());
85 .setGroup(Integer.toString(instance.hashCode()))
97 PendingIntent.getBroadcast(context, instance.hashCode(),
102 notification.setContentIntent(PendingIntent.getActivity(context, instance.hashCode(),
105 nm.cancel(instance.hashCode());
106 nm.notify(instance.hashCode(), notification.build());
130 PendingIntent.getBroadcast(context, instance.hashCode(),
135 notification.setContentIntent(PendingIntent.getActivity(context, instance.hashCode(),
137 nm.cancel(instance.hashCode());
138 nm.notify(instance.hashCode(), notification.build());
157 final int hashCode = instance.hashCode();
162 notification.setDeleteIntent(PendingIntent.getBroadcast(context, hashCode,
168 showAndDismiss.putExtra(EXTRA_NOTIFICATION_ID, hashCode);
170 notification.setContentIntent(PendingIntent.getBroadcast(context, hashCode,
173 nm.cancel(hashCode);
174 nm.notify(hashCode, notification.build());
198 PendingIntent snoozePendingIntent = PendingIntent.getBroadcast(context, instance.hashCode(),
209 instance.hashCode(), dismissIntent, PendingIntent.FLAG_UPDATE_CURRENT);
218 instance.hashCode(), contentIntent, PendingIntent.FLAG_UPDATE_CURRENT));
228 instance.hashCode(), fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), true);
231 nm.cancel(instance.hashCode());
232 nm.notify(instance.hashCode(), notification.build());
238 nm.cancel(instance.hashCode());