Searched refs:note (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 203 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate() local 204 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()
|
D | AttentionManagementVerifierActivity.java | 867 private void addPerson(int mode, Notification.Builder note, in addPerson() argument 870 note.addPerson(uri.toString()); in addPerson() 872 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson() 874 note.addPerson(Uri.fromParts("mailto", email, null).toString()); in addPerson()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 65 # Add a comment according to your evaluation note. This is used by the global 69 # Python expression which should return a note less than 10 (10 is the highest 70 # note). You have access to the variables errors warning, statement which 338 # List of note tags to take in consideration, separated by a comma.
|
/cts/tools/cts-tradefed/ |
D | README | 60 note: all connected devices must be running the same build
|
/cts/tools/tradefed-host/ |
D | README | 60 note: all connected devices must be running the same build
|