Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java143 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/
DPolicyTransparencyTestActivity.java158 String note = ""; in updateTestInstructions() local
167 note = getString(R.string.optional_policy_transparency_test_note); in updateTestInstructions()
179 setStep, userAction, note)); in updateTestInstructions()
DLockTaskUiTestActivity.java351 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/
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/tools/cts-tradefed/
DREADME60 note: all connected devices must be running the same build
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java3507 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/
Dreadme.txt18 !Please note that all hardcoded hashes in ChecksumsTest.java will have to be changed!
/cts/libs/webkit-shared/
DREADME.md116 *** note
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java460 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/
Dcurrent.txt36281 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/note";