Searched refs:note (Results 1 – 3 of 3) sorted by relevance
203 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate() local204 if (note != null) { in onNotificationRankingUpdate()206 note.put(JSON_RANK, rank.getRank()); in onNotificationRankingUpdate()207 note.put(JSON_AMBIENT, rank.isAmbient()); in onNotificationRankingUpdate()208 note.put(JSON_MATCHES_ZEN_FILTER, rank.matchesInterruptionFilter()); in onNotificationRankingUpdate()
845 private void addPerson(int mode, Notification.Builder note, in addPerson() argument848 note.addPerson(uri.toString()); in addPerson()850 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson()852 note.addPerson(Uri.fromParts("mailto", email, null).toString()); in addPerson()
60 note: all connected devices must be running the same build