Home
last modified time | relevance | path

Searched refs:note (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java134 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate() local
135 if (note != null) { in onNotificationRankingUpdate()
137 note.put(JSON_RANK, rank.getRank()); in onNotificationRankingUpdate()
138 note.put(JSON_AMBIENT, rank.isAmbient()); in onNotificationRankingUpdate()
139 note.put(JSON_MATCHES_ZEN_FILTER, rank.matchesInterruptionFilter()); in onNotificationRankingUpdate()
140 note.put(JSON_LAST_AUDIBLY_ALERTED, rank.getLastAudiblyAlertedMillis()); in onNotificationRankingUpdate()
DAttentionManagementVerifierActivity.java1120 private void addPerson(int mode, Notification.Builder note, in addPerson() argument
1123 note.addPerson(uri.toString()); in addPerson()
1125 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson()
1127 note.addPerson(Uri.fromParts("mailto", email, null).toString()); in addPerson()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLockTaskUiTestActivity.java337 Notification note = new Notification.Builder(this, channelId) in issueTestNotification() local
343 mNotifyMgr.notify(0, note); in issueTestNotification()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDepPrinter.java192 private String getNodeName(String note) { in getNodeName() argument
193 return note.replace(".", "_") in getNodeName()
DDepCsvPrinter.java207 private String getNodeName(String note) { in getNodeName() argument
208 return note; in getNodeName()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile68 # Add a comment according to your evaluation note. This is used by the global
72 # Python expression which should return a note less than 10 (10 is the highest
73 # note). You have access to the variables errors warning, statement which
341 # List of note tags to take in consideration, separated by a comma.