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

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 30 private final int mNotificationId;
39 mNotificationId = id;
51 mStartForegroundArgs[0] = Integer.valueOf(mNotificationId);
64 mNotificationManager.notify(mNotificationId, notification);
86 mNotificationManager.cancel(mNotificationId);
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 45 private int mNotificationId = 0;
67 mNotificationId ++;
68 Log.d(TAG, "Starting foreground using notification " + mNotificationId);
71 .setContentTitle(getNotificationTitle(mNotificationId))
74 startForeground(mNotificationId, notification);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 43 private int mNotificationId;
247 startForeground(mNotificationId, mBuilder.build());
259 mNotifyMgr.notify(mNotificationId, mBuilder.build());
264 mNotifyMgr.notify(mNotificationId, mBuilder.build());
280 mNotifyMgr.cancel(mNotificationId);
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessageMonitor.java 117 PendingIntent.getService(mContext, notificationInfo.mNotificationId, deleteIntent,
136 notificationInfo.mNotificationId, intent, PendingIntent.FLAG_UPDATE_CURRENT);
139 mNotificationManager.notify(notificationInfo.mNotificationId, builder.build());
236 mNotificationManager.cancel(entry.getValue().mNotificationId);
378 final int mNotificationId = NEXT_NOTIFICATION_ID++;
  /packages/apps/Dialer/java/com/android/incallui/
ExternalCallNotifier.java 440 private final int mNotificationId;
447 mNotificationId = notificationId;
455 return mNotificationId;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 495 private final int mNotificationId;
512 mNotificationId = notificationId;
556 return mNotificationId;
592 out.writeInt(mNotificationId);
625 mNotificationId = in.readInt();
    [all...]

Completed in 523 milliseconds