HomeSort by relevance Sort by last modified time
    Searched defs:notif (Results 1 - 11 of 11) 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);
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 106 Notification notif = new Notification.Builder(this) local
116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 106 Notification notif = new Notification.Builder(this) local
116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/
TimerNotificationService.java 106 Notification notif = new Notification.Builder(this) local
116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 64 Notification notif = preset.buildNotification(this); local
66 .notify(SAMPLE_NOTIFICATION_ID, notif);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 64 Notification notif = preset.buildNotification(this); local
66 .notify(SAMPLE_NOTIFICATION_ID, notif);
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java 64 Notification notif = preset.buildNotification(this); local
66 .notify(SAMPLE_NOTIFICATION_ID, notif);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 673 tGATT_VALUE notif; local
689 notif.handle = attr_handle;
690 notif.len = val_len;
691 memcpy (notif.value, p_val, val_len);
692 notif.auth_req = GATT_AUTH_REQ_NONE;;
694 if ((p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)&notif))
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 2703 milliseconds