HomeSort by relevance Sort by last modified time
    Searched defs:notif (Results 1 - 6 of 6) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 125 Notification notif = new Notification(R.drawable.stat_sample, tickerText, local
129 notif.setLatestEventInfo(this, from, message, contentIntent);
134 notif.defaults = Notification.DEFAULT_ALL;
141 nm.notify(R.string.imcoming_message_ticker_text, notif);
178 Notification notif = new Notification(R.drawable.stat_sample, tickerText, local
182 notif.setLatestEventInfo(this, from, message, contentIntent);
187 notif.defaults = Notification.DEFAULT_ALL;
194 nm.notify(R.string.imcoming_message_ticker_text, notif);
StatusBarNotifications.java 218 Notification notif = new Notification(); local
221 notif.contentIntent = makeMoodIntent(moodId);
225 notif.tickerText = text;
228 notif.icon = moodId;
234 notif.contentView = contentView;
238 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 671 tGATT_VALUE notif; local
687 notif.handle = attr_handle;
688 notif.len = val_len;
689 memcpy (notif.value, p_val, val_len);
690 notif.auth_req = GATT_AUTH_REQ_NONE;;
692 p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)&notif);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 226 Notification notif = new Notification.Builder(getApplicationContext()) local
238 notif.contentIntent = PendingIntent.getActivity(this, mAlarm.id, openAlarm, 0);
239 nm.notify(mAlarm.id, notif);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 236 final Notification notif; local
263 notif = builder.build();
288 notif = inboxStyle.build();
291 mNotifManager.notify(tag, 0, notif);
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 1367 final Notification notif = new Notification.BigTextStyle(builder).bigText(contentText) local
    [all...]

Completed in 726 milliseconds