HomeSort by relevance Sort by last modified time
    Searched defs:notif (Results 1 - 3 of 3) 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);
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp 151 static boolean loc_ni_fill_notif_verify_type(GpsNiNotification *notif,
154 notif->notify_flags = 0;
155 notif->default_response = GPS_NI_RESPONSE_NORESP;
160 notif->notify_flags = 0;
164 notif->notify_flags = GPS_NI_NEED_NOTIFY;
168 notif->notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY;
169 notif->default_response = GPS_NI_RESPONSE_ACCEPT;
173 notif->notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY;
174 notif->default_response = GPS_NI_RESPONSE_DENY;
178 notif->notify_flags = GPS_NI_PRIVACY_OVERRIDE
252 GpsNiNotification notif; local
    [all...]

Completed in 73 milliseconds