Searched refs:Insert (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | Contacts.java | 2189 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 …]
|
D | ContactsContract.java | 9213 public static final class Insert { class in ContactsContract.Intents
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 198 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/ |
D | AppDelegate.m | 41 // 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/ |
D | RepeatedField.cs | 470 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/ |
D | LegacyClassificationIntentFactory.java | 123 .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/ |
D | command_line_interface_unittest.cc | 656 TEST_F(CommandLineInterfaceTest, Insert) { in Run() argument
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |