Searched refs:note (Results 1 – 11 of 11) 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()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | PolicyTransparencyTestActivity.java | 158 String note = ""; in updateTestInstructions() local 167 note = getString(R.string.optional_policy_transparency_test_note); in updateTestInstructions() 179 setStep, userAction, note)); in updateTestInstructions()
|
D | LockTaskUiTestActivity.java | 351 Notification note = new Notification.Builder(this, channelId) in issueTestNotification() local 358 mNotifyMgr.notify(0, note); in issueTestNotification()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | DepPrinter.java | 192 private String getNodeName(String note) { in getNodeName() argument 193 return note.replace(".", "_") in getNodeName()
|
D | DepCsvPrinter.java | 207 private String getNodeName(String note) { in getNodeName() argument 208 return note; in getNodeName()
|
/cts/tools/cts-tradefed/ |
D | README | 60 note: all connected devices must be running the same build
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | AppSearchSessionCtsTestBase.java | 3507 GenericDocument note = in testQuery_projection() local 3516 .addGenericDocuments(email, note) in testQuery_projection() 3592 GenericDocument note = in testQuery_projectionEmpty() local 3601 .addGenericDocuments(email, note) in testQuery_projectionEmpty() 3674 GenericDocument note = in testQuery_projectionNonExistentType() local 3683 .addGenericDocuments(email, note) in testQuery_projectionNonExistentType() 3760 GenericDocument note = in testQuery_wildcardProjection() local 3769 .addGenericDocuments(email, note) in testQuery_wildcardProjection() 3845 GenericDocument note = in testQuery_wildcardProjectionEmpty() local 3854 .addGenericDocuments(email, note) in testQuery_wildcardProjectionEmpty() [all …]
|
/cts/tests/tests/content/data/ |
D | readme.txt | 18 !Please note that all hardcoded hashes in ChecksumsTest.java will have to be changed!
|
/cts/libs/webkit-shared/ |
D | README.md | 116 *** note
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerZenTest.java | 460 private void addPerson(int mode, Notification.Builder note, in addPerson() argument 463 note.addPerson(uri.toString()); in addPerson() 465 note.addPerson(Uri.fromParts("tel", phone, null).toString()); in addPerson() 467 note.addPerson(Uri.fromParts("mailto", email, null).toString()); in addPerson()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 36281 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/note";
|