/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | DownloadServiceTest.kt | 485 val note = findNotification(UiSelector().text(testFile.name)) in testTapDoneNotification() constant 486 note.click() in testTapDoneNotification() 503 val note = shadeScroller.getChild(selector) in findNotification() constant 504 if (note.waitForExists(NOTIFICATION_NO_SCROLL_TIMEOUT_MS)) return note in findNotification() 513 if (note.exists()) return note in findNotification()
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 155 …note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS… 157 …note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS… 158 …note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS… 162 …LEFT OUTER JOIN data note ON (raw_contacts._id = note.raw_contact_id AND (SELECT mimetype FROM mim…
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ |
D | NetworkStackNotifierTest.kt | 206 val note = mNoteCaptor.value in verifyConnectedNotification() constant 207 assertEquals(mPendingIntent, note.contentIntent) in verifyConnectedNotification() 208 assertEquals(CHANNEL_CONNECTED, note.channelId) in verifyConnectedNotification() 209 assertEquals(timeout, note.timeoutAfter) in verifyConnectedNotification() 371 val note = mNoteCaptor.value in testConnectedVenueInfoWithFriendlyNameNotification() constant 372 assertEquals(TEST_NETWORK_FRIENDLY_NAME, note.extras in testConnectedVenueInfoWithFriendlyNameNotification()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/ |
D | ExerciseSessionFormatterTest.kt | 81 formatter.getNotes(getRecord(type = EXERCISE_SESSION_TYPE_BIKING, note = "notes"))) in <lambda>() 128 note: String? = null, in getRecord() 133 .setNotes(note) in getRecord()
|
D | PlannedExerciseSessionRecordFormatterTest.kt | 105 note = "Morning quick run by the park", in <lambda>() 150 note = "Morning quick run by the park", in <lambda>()
|
D | SleepSessionFormatterTest.kt | 188 note: String = "", in getRecord() 193 .setNotes(note) in getRecord()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | VCardResourceEntry.java | 112 for (NoteData note : notes) { in getNotes() 113 noteBuilder.append(note.getNote()); in getNotes() 272 for (final NoteData note : vcard.getNotes()) { 274 if (TextUtils.isGraphic(note.getNote())){ 275 retList.add(new VCardResourceEntryDestinationItem(note.getNote(),
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Pbap.kt | 97 val note = String.format(DEFAULT_NOTE, contactIndex) in addContact() constant 137 .withValue(Note.NOTE, note) in addContact()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissiontypes/api/ |
D | LoadPermissionTypesUseCaseTest.kt | 118 note: String? = null, in <lambda>() 123 .setNotes(note) in <lambda>()
|
D | LoadContributingAppsUseCaseTest.kt | 127 note: String? = null, in <lambda>() 132 .setNotes(note) in <lambda>()
|
D | FilterPermissionTypesUseCaseTest.kt | 150 note: String? = null, in <lambda>() 155 .setNotes(note) in <lambda>()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/ |
D | TestConstants.kt | 187 note = "Morning quick run by the park", in getSamplePlannedExerciseSessionRecord() 193 note: String, in getPlannedExerciseSessionRecord() 198 .setNotes(note) in getPlannedExerciseSessionRecord()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/ |
D | Person.java | 452 public Builder addNote(@NonNull String note) { in addNote() argument 453 mNotes.add(Objects.requireNonNull(note)); in addNote()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 616 fn process_system_note(&mut self, note: &String) { in process_system_note() 619 if note.contains("END OF CARRYOVER SECTION") { in process_system_note() 817 PacketChild::SystemNote(note) => { in process() 818 self.process_system_note(note); in process()
|
/packages/modules/Virtualization/service_vm/demo_apk/ |
D | README.md | 50 Please note that remote attestation is only available for protected VMs.
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/ |
D | README.md | 29 The are three things to note about rendering:
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 458 final Notification note = makeProgressNotification(task, progress); in maybeNotifyProgress() local 459 updateNotification(nm, NOTE_DOWNLOAD_PROGRESS, task.mMimeType, note); in maybeNotifyProgress()
|
/packages/modules/Uwb/generic_ranging/proto/src/ |
D | multi_sensor_finder_configuration.proto | 257 // Please note that the mean of the distribution specified in the sampler 263 // Additionally, note that the exponential distribution will be flipped such
|
/packages/modules/Virtualization/vmbase/ |
D | sections.ld | 123 *(.note.gnu.build-id)
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 32 # run the CTS tests; note we can't get success/failure result in $?
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | MissedCallNotifier.java | 312 public void insertPostCallNotification(@NonNull String number, @NonNull String note) { in insertPostCallNotification() argument 325 getNotificationForCall(call, note)); in insertPostCallNotification()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandlerTest.java | 267 String note = "note"; in testConvertCurrentRowToPerson_note() local 270 values.put(CommonDataKinds.Note.NOTE, note); in testConvertCurrentRowToPerson_note() 275 name).addNote(note)).setCreationTimestampMillis(0).buildPerson(); in testConvertCurrentRowToPerson_note() 283 assertThat(personTested.getNotes()).asList().containsExactly(note); in testConvertCurrentRowToPerson_note()
|
/packages/modules/Virtualization/vm_payload/ |
D | README.md | 55 note that the payload can only host a binder server via
|
/packages/apps/Dialer/java/com/android/dialer/theme/ |
D | README.md | 3 First thing to note, it's imperative that the application and all activities
|
/packages/modules/NetworkStack/ |
D | Android.bp | 331 // See note on statsprotos when adding/updating proto build rules
|