Searched defs:notification (Results 1 – 10 of 10) sorted by relevance
42 Notification notification = new Notification.Builder(getApplicationContext()) in onStartCommand() local
47 final Notification notification = sbn.getNotification(); in onNotificationPosted() local
53 Notification notification = new Notification.Builder(context) in onStart() local
108 final Notification notification = new Notification.Builder(mContext) in sendNotification() local
176 Notification notification = new Notification.Builder(getContext()) in sendNotififcation() local
71 Notification notification = new Notification.Builder(context) in showBugreportNotification() local
173 final Notification notification = new Notification.Builder(this) in showNotification() local
328 final Notification notification = new Notification.Builder(getActivity()) in testTypeNotificationStateChangedAccessibilityEvent() local
221 JSONObject notification = new JSONObject(); in onNotificationPosted() local229 mNotifications.put(sbn.getKey(), notification); in onNotificationPosted() local
301 final Notification notification = builder.build(); in sendNotification() local