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

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 135 public void handleNiNotification(GpsNiNotification notif)
137 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId
138 + " requestorId: " + notif.requestorId + " text: " + notif.text);
141 if (notif.needNotify && notif.needVerify && mPopupImmediately)
144 openNiDialog(notif);
148 if (notif.needNotify && !notif.needVerify ||
149 notif.needNotify && notif.needVerify && !mPopupImmediately
    [all...]
  /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/ppp/pppd/
main.c     [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);
  /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/Phone/src/com/android/phone/
NotificationMgr.java 1367 final Notification notif = new Notification.BigTextStyle(builder).bigText(contentText) local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 599 HCI_API extern BOOLEAN btsnd_hcic_send_keypress_notif (BD_ADDR bd_addr, UINT8 notif);
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c     [all...]

Completed in 190 milliseconds