/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | DocActivity.java | 24 static final String LABEL = "label"; field in DocActivity 29 String label = getIntent().getStringExtra(LABEL); in onCreate()
|
D | ActivityTestMain.java | 399 intent.putExtra(DocActivity.LABEL, "Stacked"); in onCreateOptionsMenu() 402 intent.putExtra(DocActivity.LABEL, "New Root"); in onCreateOptionsMenu()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 636 .put(Phone.LABEL, "VIDEO") in testV21ComplicatedCase() 663 .put(Email.LABEL, "INTERNET") in testV21ComplicatedCase() 693 .put(Email.LABEL, "INTERNET") in testInvalidMultipleLineV21() 922 .put(Phone.LABEL, "NEC-SECRET") in testV21MultipleEntryCase() 926 .put(Phone.LABEL, "NEC-HOTEL") in testV21MultipleEntryCase() 930 .put(Phone.LABEL, "NEC-SCHOOL") in testV21MultipleEntryCase() 944 .put(Phone.LABEL, "MODEM") in testV21MultipleEntryCase() 951 .put(Phone.LABEL, "NEC-FAMILY") in testV21MultipleEntryCase() 955 .put(Phone.LABEL, "NEC-GIRL") in testV21MultipleEntryCase() 966 .put(Phone.LABEL, "NEC-BOY") in testV21MultipleEntryCase() [all …]
|
D | VCardJapanizationTests.java | 218 .put(StructuredPostal.LABEL, "\u304A\u3082\u3061\u304B\u3048\u308A"); in testPostalAddressWithJapaneseCommon() 267 .put(StructuredPostal.LABEL, "custom") in testPostalAdrressForDoCoMo_1() 292 .put(StructuredPostal.LABEL, "custom") in testPostalAdrressForDoCoMo_2() 311 .put(StructuredPostal.LABEL, "custom1") in testPostalAdrressForDoCoMo_3() 318 .put(StructuredPostal.LABEL, "custom2") in testPostalAdrressForDoCoMo_3()
|
D | VCardExporterTests.java | 603 .put(Phone.LABEL, "Modem"); in testMiscPhoneTypeHandling() 607 .put(Phone.LABEL, "MSG"); in testMiscPhoneTypeHandling() 611 .put(Phone.LABEL, "BBS"); in testMiscPhoneTypeHandling() 615 .put(Phone.LABEL, "VIDEO"); in testMiscPhoneTypeHandling() 622 .put(Phone.LABEL, "_AUTO_CELL"); // The old indicator for the type mobile. in testMiscPhoneTypeHandling() 626 .put(Phone.LABEL, "\u643A\u5E2F"); // Mobile phone in Japanese Kanji in testMiscPhoneTypeHandling() 630 .put(Phone.LABEL, "invalid"); in testMiscPhoneTypeHandling() 1067 .put(Event.LABEL, "The last day") in testEventCommon() 1261 .put(Phone.LABEL, "\u96FB\u8A71") in testUseMultiByteTypeV30()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | Queries.java | 35 Phone.LABEL, // 3 55 Email.LABEL, // 3
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_complicated.vcf | 15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of … 17 LABEL;HOME;ENCODING=QUOTED-PRINTABLE:42 Plantation St.=0D=0A=
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WpsInfo.java | 36 public static final int LABEL = 3; field in WpsInfo
|
/frameworks/base/core/java/android/provider/ |
D | Contacts.java | 914 public static final String LABEL = "label"; field 1200 public static final String LABEL = "label"; field 1711 public static final String LABEL = "label"; field
|
D | ContactsContract.java | 4878 public static final String LABEL = "label"; field 5459 public static final String LABEL = DataColumns.DATA3; field
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 793 final String label = contentValues.getAsString(Phone.LABEL); in appendPhones() 945 final String label = contentValues.getAsString(Email.LABEL); in appendEmails() 1025 final String label = currentContentValues.getAsString(StructuredPostal.LABEL); in appendPostalsForDoCoMo() 1037 final String label = contentValues.getAsString(StructuredPostal.LABEL); in appendPostalsForGeneric() 1209 final String label = contentValues.getAsString(Im.LABEL); in appendIms()
|
D | VCardEntry.java | 329 builder.withValue(Phone.LABEL, mLabel); in constructInsertOperation() 419 builder.withValue(Email.LABEL, mLabel); in constructInsertOperation() 562 builder.withValue(StructuredPostal.LABEL, mLabel); in constructInsertOperation() 1374 builder.withValue(SipAddress.LABEL, mLabel); in constructInsertOperation()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 205 columnIndex = cursor.getColumnIndex(PhoneLookup.LABEL); in getCallerInfo()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabasePerformanceTests.java | 154 Contacts.People.LABEL, // 4
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNative.java | 875 case WpsInfo.LABEL: in p2pConnect()
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 331 Email.LABEL
|
/frameworks/base/api/ |
D | system-current.txt | 19698 field public static final int LABEL = 3; // 0x3 25260 field public static final deprecated java.lang.String LABEL = "label"; 25372 field public static final deprecated java.lang.String LABEL = "label"; 25451 field public static final deprecated java.lang.String LABEL = "label"; 25564 field public static final java.lang.String LABEL = "data3"; 26121 field public static final java.lang.String LABEL = "label";
|
D | current.txt | 18131 field public static final int LABEL = 3; // 0x3 23670 field public static final deprecated java.lang.String LABEL = "label"; 23782 field public static final deprecated java.lang.String LABEL = "label"; 23861 field public static final deprecated java.lang.String LABEL = "label"; 23974 field public static final java.lang.String LABEL = "data3"; 24531 field public static final java.lang.String LABEL = "label";
|