Searched refs:note (Results 1 – 10 of 10) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 143 JSONObject note = mNotifications.get(key); in onNotificationRankingUpdate() local 144 if (note != null) { in onNotificationRankingUpdate() 146 note.put(JSON_RANK, rank.getRank()); in onNotificationRankingUpdate() 147 note.put(JSON_AMBIENT, rank.isAmbient()); in onNotificationRankingUpdate() 148 note.put(JSON_MATCHES_ZEN_FILTER, rank.matchesInterruptionFilter()); in onNotificationRankingUpdate() 149 note.put(JSON_LAST_AUDIBLY_ALERTED, rank.getLastAudiblyAlertedMillis()); in onNotificationRankingUpdate()
|
D | AttentionManagementVerifierActivity.java | 1111 private void addPerson(int mode, Notification.Builder note, in addPerson() argument 1114 note.addPerson(uri.toString()); in addPerson() 1116 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson() 1118 note.addPerson(Uri.fromParts("mailto", email, null).toString()); in addPerson()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | PolicyTransparencyTestActivity.java | 151 String note = ""; in updateTestInstructions() local 160 note = getString(R.string.optional_policy_transparency_test_note); in updateTestInstructions() 172 setStep, userAction, note)); in updateTestInstructions()
|
D | LockTaskUiTestActivity.java | 341 Notification note = new Notification.Builder(this, channelId) in issueTestNotification() local 348 mNotifyMgr.notify(0, note); in issueTestNotification()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | DepCsvPrinter.java | 207 private String getNodeName(String note) { in getNodeName() argument 208 return note; in getNodeName()
|
D | DepPrinter.java | 192 private String getNodeName(String note) { in getNodeName() argument 193 return note.replace(".", "_") in getNodeName()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 70 # Add a comment according to your evaluation note. This is used by the global 74 # Python expression which should return a note less than 10 (10 is the highest 75 # note). You have access to the variables errors warning, statement which 343 # List of note tags to take in consideration, separated by a comma.
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | AppSearchSessionCtsTestBase.java | 1503 GenericDocument note = in testQuery_projection() local 1512 .addGenericDocuments(email, note) in testQuery_projection() 1588 GenericDocument note = in testQuery_projectionEmpty() local 1597 .addGenericDocuments(email, note) in testQuery_projectionEmpty() 1670 GenericDocument note = in testQuery_projectionNonExistentType() local 1679 .addGenericDocuments(email, note) in testQuery_projectionNonExistentType() 1756 GenericDocument note = in testQuery_wildcardProjection() local 1765 .addGenericDocuments(email, note) in testQuery_wildcardProjection() 1841 GenericDocument note = in testQuery_wildcardProjectionEmpty() local 1850 .addGenericDocuments(email, note) in testQuery_wildcardProjectionEmpty() [all …]
|
/cts/tools/cts-tradefed/ |
D | README | 60 note: all connected devices must be running the same build
|
/cts/tests/tests/content/data/ |
D | readme.txt | 18 !Please note that all hardcoded hashes in ChecksumsTest.java will have to be changed!
|