Home
last modified time | relevance | path

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

12

/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/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/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt186 val note = mNoteCaptor.value in verifyConnectedNotification() constant
187 assertEquals(mPendingIntent, note.contentIntent) in verifyConnectedNotification()
188 assertEquals(CHANNEL_CONNECTED, note.channelId) in verifyConnectedNotification()
189 assertEquals(timeout, note.timeoutAfter) in verifyConnectedNotification()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt295 val note = device.wait(Until.findObject(By.text(doneText)), TEST_TIMEOUT_MS) in testTapDoneNotification() constant
296 assertNotNull(note, "Notification with text \"$doneText\" not found") in testTapDoneNotification()
298 note.click() in testTapDoneNotification()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java404 final Notification note = makeProgressNotification(task, progress); in maybeNotifyProgress() local
405 nm.notify(NOTE_DOWNLOAD_PROGRESS, note); in maybeNotifyProgress()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java302 public void insertPostCallNotification(@NonNull String number, @NonNull String note) { in insertPostCallNotification() argument
315 getNotificationForCall(call, note)); in insertPostCallNotification()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/
DREADME.md29 The are three things to note about rendering:
/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/theme/
DREADME.md3 First thing to note, it's imperative that the application and all activities
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java517 protected Uri insertNote(long rawContactId, String note) { in insertNote() argument
521 values.put(Note.NOTE, note); in insertNote()
/packages/providers/ContactsProvider/tests/assets/test1/
Dexpected_data.txt85 85 mimetype=vnd.android.cursor.item/note
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1463 final NoteDataItem note = (NoteDataItem) dataItem; in dataItemToEntry() local
1465 subHeader = note.getNote(); in dataItemToEntry()
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz ... 13 shortcut=←,f=14 14 word=note,f=156,not_a_word=true 15 shortcut ...
Dfr_emoji.combined.gz ... 22 shortcut=↑,f=14 23 word=note,f=146,not_a_word=true 24 shortcut ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1527 # code bases. Also note that the size of a graph can be further restricted by
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1527 # code bases. Also note that the size of a graph can be further restricted by
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1138 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
2314 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
2326 # note that the size of a graph can be further restricted by

12