Searched defs:notificationId (Results 1 – 6 of 6) sorted by relevance
77 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification()
95 Integer notificationId = sNotificationIdByDataItemUri.remove(dataItem.getUri()); in deleteDataItem() local
71 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
167 int notificationId = sNotificationId++; in getNewNotificationId() local
155 int notificationId = Integer.parseInt(uri.getLastPathSegment()); in onDataChanged() local