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

1 2

  /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/src/com.example.android.wearable.timer/
TimerNotificationService.java 106 Notification notif = new Notification.Builder(this) local
116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 101 for (StatusBarNotification notif : notifs) {
102 mActiveNotifs.put(notif.getTag(), notif.getPostTime());
304 final Notification notif; local
332 notif = builder.build();
358 notif = inboxStyle.build();
361 mNotifManager.notify(tag, 0, 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/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 223 Notification notif = new Notification(); local
226 notif.contentIntent = makeMoodIntent(moodId);
230 notif.tickerText = text;
233 notif.icon = moodId;
239 notif.contentView = contentView;
243 mNotificationManager.notify(MOOD_NOTIFICATIONS, 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);
  /system/bt/stack/gatt/
gatt_api.c 672 tGATT_VALUE notif; local
688 notif.handle = attr_handle;
689 notif.len = val_len;
690 memcpy (notif.value, p_val, val_len);
691 notif.auth_req = GATT_AUTH_REQ_NONE;;
693 if ((p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (tGATT_SR_MSG *)&notif))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 278 final Notification notif; local
281 notif = onVolumeUnmounted(vol);
284 notif = onVolumeChecking(vol);
288 notif = onVolumeMounted(vol);
291 notif = onVolumeFormatting(vol);
294 notif = onVolumeEjecting(vol);
297 notif = onVolumeUnmountable(vol);
300 notif = onVolumeRemoved(vol);
303 notif = onVolumeBadRemoval(vol);
306 notif = null
311 mNotificationManager.notifyAsUser(vol.getId(), PUBLIC_ID, notif, UserHandle.ALL); local
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 140 Notification notif = b.build(); local
143 Bundle extras = getExtras(notif);
154 getExtras(notif).putSparseParcelableArray(EXTRA_ACTION_EXTRAS, actionExtrasMap);
157 notif.contentView = mContentView;
160 notif.bigContentView = mBigContentView;
162 return notif;
224 public static Bundle getExtras(Notification notif) {
240 Bundle extras = (Bundle) sExtrasField.get(notif);
243 sExtrasField.set(notif, extras);
285 public static int getActionCount(Notification notif) {
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1200 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1200 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1204 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1200 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1204 GpsNiNotification notif = {0}; local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 501 final Notification notif = local
504 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, userHandle);
  /frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java 1137 Notification notif = builder.build(); local
    [all...]
  /frameworks/support/tests/java/android/support/v4/app/
NotificationCompatWearableExtenderTest.java 57 Notification notif = new NotificationCompat.Builder(getContext()) local
61 assertExtendersEqual(new Notification.WearableExtender(notif), compatExtender);
62 assertExtendersEqual(new Notification.WearableExtender(notif),
63 new NotificationCompat.WearableExtender(notif));
69 Notification notif = new Notification.Builder(getContext()) local
73 assertExtendersEqual(realExtender, new NotificationCompat.WearableExtender(notif));
74 assertExtendersEqual(new Notification.WearableExtender(notif),
75 new NotificationCompat.WearableExtender(notif));
118 Notification notif = new NotificationCompat.Builder(getContext()) local
120 assertExtendersEqual(new Notification.WearableExtender(notif), compatExtender)
166 Notification notif = new Notification.Builder(getContext()) local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 663 final Notification notif; field in class:NotificationManagerCompat.NotifyTask
665 public NotifyTask(String packageName, int id, String tag, Notification notif) {
669 this.notif = notif;
674 service.notify(packageName, id, tag, notif);
  /prebuilts/sdk/current/support/recommendation/libs/
android-support-recommendation.jar 
  /device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp 2214 GpsNiNotification notif; local
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp 2214 GpsNiNotification notif; local
    [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
LocApiV02.cpp 2132 GpsNiNotification notif; local
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 

Completed in 678 milliseconds

1 2