Home
last modified time | relevance | path

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

123

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt485 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/
Dcontacts2_1108.sql155note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS…
157note.data1 AS notes, accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS…
158note.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/
DNetworkStackNotifierTest.kt206 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/
DExerciseSessionFormatterTest.kt81 formatter.getNotes(getRecord(type = EXERCISE_SESSION_TYPE_BIKING, note = "notes"))) in <lambda>()
128 note: String? = null, in getRecord()
133 .setNotes(note) in getRecord()
DPlannedExerciseSessionRecordFormatterTest.kt105 note = "Morning quick run by the park", in <lambda>()
150 note = "Morning quick run by the park", in <lambda>()
DSleepSessionFormatterTest.kt188 note: String = "", in getRecord()
193 .setNotes(note) in getRecord()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java112 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/
DPbap.kt97 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/
DLoadPermissionTypesUseCaseTest.kt118 note: String? = null, in <lambda>()
123 .setNotes(note) in <lambda>()
DLoadContributingAppsUseCaseTest.kt127 note: String? = null, in <lambda>()
132 .setNotes(note) in <lambda>()
DFilterPermissionTypesUseCaseTest.kt150 note: String? = null, in <lambda>()
155 .setNotes(note) in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DTestConstants.kt187 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/
DPerson.java452 public Builder addNote(@NonNull String note) { in addNote() argument
453 mNotes.add(Objects.requireNonNull(note)); in addNote()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs616 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/
DREADME.md50 Please note that remote attestation is only available for protected VMs.
/packages/apps/Dialer/java/com/android/dialer/searchfragment/
DREADME.md29 The are three things to note about rendering:
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java458 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/
Dmulti_sensor_finder_configuration.proto257 // 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/
Dsections.ld123 *(.note.gnu.build-id)
/packages/providers/CalendarProvider/tests/
DEMMA_README32 # run the CTS tests; note we can't get success/failure result in $?
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java312 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/
DContactDataHandlerTest.java267 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/
DREADME.md55 note that the payload can only host a binder server via
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md3 First thing to note, it's imperative that the application and all activities
/packages/modules/NetworkStack/
DAndroid.bp331 // See note on statsprotos when adding/updating proto build rules

123