/aosp12/packages/providers/ContactsProvider/tests/assets/test1/ |
H A D | expected_groups.txt | 7 7 notes=System Group: My Contacts 24 24 notes=Eclair Contacts 41 41 notes=Starred in Android 58 58 notes=null
|
H A D | legacy_contacts.sql | 47 …nc_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync I… field 53 …INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCAL… field
|
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlHelper.cpp | 44 Formatter& AidlHelper::notes() { in notes() function in android::AidlHelper 205 AidlHelper::notes() in processCompoundType() 211 AidlHelper::notes() in processCompoundType() 220 AidlHelper::notes() in processCompoundType()
|
H A D | AidlType.cpp | 63 notes() << "Replacing type " << namedType.fqName().string() << " with " in getAidlType() 91 notes() << relativeTo.name() in getAidlType()
|
H A D | main.cpp | 149 AidlHelper::notes() in parse() 154 docComment->emit(AidlHelper::notes()); in parse() 156 AidlHelper::notes() << "\n"; in parse()
|
H A D | AidlHelper.h | 110 static Formatter& notes();
|
H A D | AidlTranslate.cpp | 120 AidlHelper::notes() << "An unknown named type was found in translation: " in namedTypeTranslation() 351 AidlHelper::notes() << "An unhandled type was found in translation: " in h2aFieldTranslation()
|
/aosp12/system/media/camera/docs/ |
H A D | metadata_template.mako | 169 % if value.notes is not None: 170 <notes>${value.notes}</notes>
|
H A D | metadata_parser_xml.py | 243 notes = value.find('notes') 244 if notes is not None: 245 enum_notes[value_body] = notes.string
|
H A D | ndk_camera_metadata_tags.mako | 165 % if (val.notes or val.deprecated): 167 % if val.notes: 168 ${val.notes | ndkdoc(metadata)}\
|
H A D | CameraMetadataEnums.mako | 34 % if value.notes: 35 ${value.notes | javadoc(metadata)}\
|
H A D | metadata_model.py | 989 …id=None, deprecated=False, optional=False, visibility=None, notes=None, sdk_notes=None, ndk_notes=… argument 995 self._notes = notes # None or str 1048 def notes(self): member in EnumValue 1081 … optionals=[], visibilities={}, notes={}, sdk_notes={}, ndk_notes={}, hal_versions={}): argument 1086 … notes.get(val), sdk_notes.get(val), ndk_notes.get(val), hal_versions.get(val)) \
|
H A D | html.mako | 317 % if value.notes is not None: 318 … <span class="entry_type_enum_notes">${value.notes | md_html, linkify_tags(metadata), wbr}</span>
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | VCardResourceEntry.java | 107 List<NoteData> notes = mVCard.getNotes(); in getNotes() local 108 if (notes == null || notes.size() == 0) { in getNotes() 112 for (NoteData note : notes) { in getNotes()
|
/aosp12/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
H A D | contacts2_1108.sql | 38 …L DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEX… field 148 … END) AS account_type_and_data_set,sourceid,version,dirty,title,title_res,notes,system_id,deleted,… 155 …ta8,' '))||' '||ifnull(name.data9,' ')) AS phonetic_name , note.data1 AS notes, accounts.account_… 157 …ta8,' '))||' '||ifnull(name.data9,' ')) AS phonetic_name , note.data1 AS notes, accounts.account_… 158 …ta8,' '))||' '||ifnull(name.data9,' ')) AS phonetic_name , note.data1 AS notes, accounts.account_… 160 …AS _id, accounts.account_name, accounts.account_type, title AS name, notes AS notes , system_id AS… 161 …count_name, accounts.account_type, data1 AS group_id, title AS name, notes AS notes, system_id AS …
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
H A D | expected_groups.txt | 7 7 notes=null
|
H A D | legacy_contacts.sql | 30 …nc_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync I… field 33 …INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCAL… field
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testSynced/ |
H A D | expected_groups.txt | 7 7 notes=System Group: My Contacts
|
H A D | legacy_contacts.sql | 40 …nc_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync I… field 43 …INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCAL… field
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | README | 1 This file just contains some notes about the design and usage of the PDL language.
|
/aosp12/hardware/interfaces/neuralnetworks/utils/ |
H A D | README.md | 56 Some notes about HIDL interface objects and lifetimes across processes: 88 Some notes about asynchronous calls across HIDL:
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/proguard/ |
H A D | proguard_base.flags | 64 # Silence notes about dynamically referenced classes from AOSP support
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | perfprofd.te | 45 # simpleperf reads kernel notes.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | perfprofd.te | 45 # simpleperf reads kernel notes.
|
/aosp12/frameworks/base/mime/ |
H A D | Android.bp | 60 // Further notes:
|