Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContacts.java2189 public static final class Insert { class in Contacts.Intents
2194 public Insert() { in Insert() method in Contacts.Intents.Insert
2201 public static final String ACTION = ContactsContract.Intents.Insert.ACTION;
2208 public static final String FULL_MODE = ContactsContract.Intents.Insert.FULL_MODE;
2216 public static final String NAME = ContactsContract.Intents.Insert.NAME;
2225 ContactsContract.Intents.Insert.PHONETIC_NAME;
2233 public static final String COMPANY = ContactsContract.Intents.Insert.COMPANY;
2241 public static final String JOB_TITLE = ContactsContract.Intents.Insert.JOB_TITLE;
2249 public static final String NOTES = ContactsContract.Intents.Insert.NOTES;
2257 public static final String PHONE = ContactsContract.Intents.Insert.PHONE;
[all …]
DContactsContract.java9213 public static final class Insert { class in ContactsContract.Intents
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs198 list.Insert(1, "middle"); in Insert_Valid()
200 list.Insert(3, "end"); in Insert_Valid()
202 list.Insert(0, "start"); in Insert_Valid()
210 Assert.Throws<ArgumentOutOfRangeException>(() => list.Insert(-1, "foo")); in Insert_Invalid()
211 Assert.Throws<ArgumentOutOfRangeException>(() => list.Insert(3, "foo")); in Insert_Invalid()
212 Assert.Throws<ArgumentNullException>(() => list.Insert(0, null)); in Insert_Invalid()
686 list.Insert(1, "middle"); in IList_Insert()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
DAppDelegate.m41 // Insert code here to initialize your application
45 // Insert code here to tear down your application
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs470 public void Insert(int index, T item) in Insert() method in Google.Protobuf.Collections.RepeatedField
576 void IList.Insert(int index, object value) in IList.Insert()
578 Insert(index, (T) value); in IList.Insert()
/frameworks/base/core/java/android/view/textclassifier/intent/
DLegacyClassificationIntentFactory.java123 .putExtra(ContactsContract.Intents.Insert.EMAIL, text), in createForEmail()
151 .putExtra(ContactsContract.Intents.Insert.PHONE, text), in createForPhone()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc656 TEST_F(CommandLineInterfaceTest, Insert) { in Run() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...