Home
last modified time | relevance | path

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

123

/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()
211 note.flags and Notification.FLAG_LOCAL_ONLY != 0, in verifyConnectedNotification()
363 val note = mNoteCaptor.value in testConnectedVenueInfoWithFriendlyNameNotification() constant
364 assertEquals(TEST_NETWORK_FRIENDLY_NAME, note.extras in testConnectedVenueInfoWithFriendlyNameNotification()
/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/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt559 val note = findNotification(UiSelector().text(testFile.name)) in testTapDoneNotification() constant
560 note.click() in testTapDoneNotification()
577 val note = shadeScroller.getChild(selector) in findNotification() constant
578 if (note.waitForExists(NOTIFICATION_NO_SCROLL_TIMEOUT_MS)) return note in findNotification()
587 if (note.exists()) return note in findNotification()
/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/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DExerciseSessionFormatterTest.kt86 formatter.getNotes(getRecord(type = EXERCISE_SESSION_TYPE_BIKING, note = "notes")) in <lambda>()
142 note: String? = null, in getRecord()
147 .setNotes(note) in getRecord()
DPlannedExerciseSessionRecordFormatterTest.kt116 note = "Morning quick run by the park", in <lambda>()
176 note = null, in <lambda>()
234 note = "Morning quick run by the park", in <lambda>()
DSleepSessionFormatterTest.kt188 note: String = "", in getRecord()
193 .setNotes(note) in getRecord()
/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/Uwb/ranging/test_app/
Dlocal.properties6 # header note.
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java447 public Builder addNote(@NonNull String note) { in addNote() argument
448 mNotes.add(Objects.requireNonNull(note)); in addNote()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs614 fn process_system_note(&mut self, note: &String) { in process_system_note()
617 if note.contains("END OF CARRYOVER SECTION") { in process_system_note()
793 PacketChild::SystemNote(note) => { in process()
794 self.process_system_note(note); in process()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DTestConstants.kt229 note = "Morning quick run by the park", in getSamplePlannedExerciseSessionRecord()
236 note: String?, in getPlannedExerciseSessionRecord()
241 .setNotes(note) in getPlannedExerciseSessionRecord()
/packages/modules/Virtualization/android/VmAttestationDemoApp/
DREADME.md50 Please note that remote attestation is only available for protected VMs.
/packages/modules/AdServices/adservices/service-core/proto/config-delivery/
Dconfiguration_type.proto34 * Important note: If a existing configuration type is no longer used,
/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java4541 String note = ""; in dump() local
4547 note = " [ERROR: impossible]"; in dump()
4549 note = " [IGNORE: obsolete program]"; in dump()
4552 note = " [ERROR: in the future by " + offset + "s]"; in dump()
4560 note = " [INFO: zero fractional portion]"; in dump()
4564 note = " [ERROR: mismatch with FILTER_AGE_SECONDS]"; in dump()
4567 note = " [UNEXPECTED: APF<=4, yet non-zero]"; in dump()
4572 note = " [ERROR: impossible]"; in dump()
4574 note = " [WARNING: OBSOLETE PROGRAM]"; in dump()
4576 note = " [ERROR: INVALID FUTURE ID]"; in dump()
[all …]
/packages/modules/Connectivity/tests/cts/hostside/
DAndroid.bp29 // Also note that unlike android_test targets, "current" does not work: the target SDK is set to
/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/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/libs/libvmbase/
Dsections.ld132 *(.note.gnu.build-id)
/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/Virtualization/libs/libvm_payload/
DREADME.md55 note that the payload can only host a binder server via
/packages/modules/HealthFitness/service/proto/phr/tests/
Dexpected_fhir_spec_r4_for_test.textproto124 key: "note"
390 key: "note"
685 key: "note"
995 key: "note"
1264 key: "note"
1719 key: "note"
1998 key: "note"
3334 key: "note"

123