Home
last modified time | relevance | path

Searched refs:Insert (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/provider/
H A DContacts.java2189 public static final class Insert { class in Contacts.Intents
2194 public Insert() { in Insert() method in Contacts.Intents.Insert
2225 ContactsContract.Intents.Insert.PHONETIC_NAME;
2275 ContactsContract.Intents.Insert.PHONE_ISPRIMARY;
2284 ContactsContract.Intents.Insert.SECONDARY_PHONE;
2303 ContactsContract.Intents.Insert.TERTIARY_PHONE;
2313 ContactsContract.Intents.Insert.TERTIARY_PHONE_TYPE;
2339 ContactsContract.Intents.Insert.EMAIL_ISPRIMARY;
2348 ContactsContract.Intents.Insert.SECONDARY_EMAIL;
2367 ContactsContract.Intents.Insert.TERTIARY_EMAIL;
[all …]
H A DContactsContract.java9846 public static final class Insert { class in ContactsContract.Intents
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
H A DMobileNetworkInfoDao.java23 import androidx.room.Insert;
30 @Insert(onConflict = OnConflictStrategy.REPLACE)
H A DUiccInfoDao.java23 import androidx.room.Insert;
30 @Insert(onConflict = OnConflictStrategy.REPLACE)
H A DSubscriptionInfoDao.java21 import androidx.room.Insert;
30 @Insert(onConflict = OnConflictStrategy.REPLACE)
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.cpp321 T* Insert(std::vector<T>& el, T&& value) { in Insert() function
363 auto view_package = package_inserter.Insert(table.packages, std::move(new_package)); in InsertEntryIntoTableView()
367 auto view_type = type_inserter.Insert(view_package->types, std::move(new_type)); in InsertEntryIntoTableView()
384 entry_inserter.Insert(view_type->entries, std::move(new_entry)); in InsertEntryIntoTableView()
453 type_inserter.Insert(other_package.types, std::move(type)); in GetPartitionedView()
/aosp14/system/core/libutils/
H A DString16_test.cpp101 TEST(String16Test, Insert) { in TEST() argument
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt25300 field public static final String EFFECT_INSERT = "Insert";
35784 @Deprecated public static final class Contacts.Intents.Insert {
35785 ctor @Deprecated public Contacts.Intents.Insert();
36574 public static final class ContactsContract.Intents.Insert {
36575 ctor public ContactsContract.Intents.Insert();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...