Home
last modified time | relevance | path

Searched refs:TYPE_OTHER (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/util/
DDataTypeConstants.java46 public static final String TYPE_OTHER = "other"; field in DataTypeConstants
125 DataTypeConstants.TYPE_OTHER))
132 DataTypeConstants.TYPE_OTHER))
143 DataTypeConstants.TYPE_OTHER))
153 DataTypeConstants.TYPE_OTHER))
169 ImmutableSet.of(DataTypeConstants.TYPE_OTHER))
175 DataTypeConstants.TYPE_OTHER))
183 DataTypeConstants.TYPE_OTHER))
/frameworks/base/core/java/android/service/autofill/
DSavedDatasetsInfo.java41 public static final String TYPE_OTHER = "other"; field in SavedDatasetsInfo
78 TYPE_OTHER,
99 if (!(java.util.Objects.equals(mType, TYPE_OTHER)) in SavedDatasetsInfo()
103 + "TYPE_OTHER(" + TYPE_OTHER + "), " in SavedDatasetsInfo()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextLinksTest.java64 result.put(TextClassifier.TYPE_OTHER, other); in getEntityScores()
90 assertEquals(TextClassifier.TYPE_OTHER, resultList.get(0).getEntity(0)); in testParcel()
91 assertEquals(1.f, resultList.get(0).getConfidenceScore(TextClassifier.TYPE_OTHER), 1e-7f); in testParcel()
97 assertEquals(TextClassifier.TYPE_OTHER, resultList.get(1).getEntity(1)); in testParcel()
100 assertEquals(.5f, resultList.get(1).getConfidenceScore(TextClassifier.TYPE_OTHER), 1e-7f); in testParcel()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java261 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_OTHER) in testPostalAdrressForDoCoMo_1()
286 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_OTHER) in testPostalAdrressForDoCoMo_2()
315 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_OTHER) in testPostalAdrressForDoCoMo_3()
343 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_OTHER) in testPostalAdrressForDoCoMo_4()
DVCardImporterTests.java572 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_OTHER) in testV30adr_types_various()
688 .put(Phone.TYPE, Phone.TYPE_OTHER) in testComplicatedCase()
796 .put(Phone.TYPE, Phone.TYPE_OTHER) in testV30Simple()
831 .put(Phone.TYPE, Phone.TYPE_OTHER) in testV21Japanese1Common()
1244 .put(SipAddress.TYPE, SipAddress.TYPE_OTHER) in testSipV21()
1248 .put(SipAddress.TYPE, SipAddress.TYPE_OTHER) in testSipV21()
1382 .put(Phone.TYPE, Phone.TYPE_OTHER) in testPauseWaitV30()
DVCardExporterTests.java469 .put(Phone.TYPE, Phone.TYPE_OTHER); in testPhoneVariousTypeSupport()
711 .put(Email.TYPE, Email.TYPE_OTHER); in testEmailVariousTypeSupportCommon()
898 .put(StructuredPostal.TYPE, StructuredPostal.TYPE_OTHER); in testPostalAddressTypeHandlingCommon()
1103 .put(Event.TYPE, Event.TYPE_OTHER) in testEventCommon()
1119 Event.CONTENT_ITEM_TYPE, "2018-03-12", Event.TYPE_OTHER)) in testEventCommon()
DVCardEntryTests.java274 SipData sipData = new SipData("sip:sipdata", SipAddress.TYPE_OTHER, null, false); in testEntryElementIterator()
/frameworks/base/core/java/android/provider/
DContactsContract.java6338 public static final int TYPE_OTHER = 7; field in ContactsContract.CommonDataKinds.Phone
6401 case TYPE_OTHER: return com.android.internal.R.string.phoneTypeOther; in getTypeLabelResource()
6608 public static final int TYPE_OTHER = 3; field in ContactsContract.CommonDataKinds.Email
6625 case TYPE_OTHER: return com.android.internal.R.string.emailTypeOther; in getTypeLabelResource()
6759 public static final int TYPE_OTHER = 3; field in ContactsContract.CommonDataKinds.StructuredPostal
6834 case TYPE_OTHER: return com.android.internal.R.string.postalTypeOther; in getTypeLabelResource()
6930 public static final int TYPE_OTHER = 3; field in ContactsContract.CommonDataKinds.Im
6999 case TYPE_OTHER: return com.android.internal.R.string.imTypeOther; in getTypeLabelResource()
7149 public static final int TYPE_OTHER = 2; field in ContactsContract.CommonDataKinds.Organization
7206 case TYPE_OTHER: return com.android.internal.R.string.orgTypeOther; in getTypeLabelResource()
[all …]
DContacts.java900 public static final int TYPE_OTHER = 7; field
1171 public static final int TYPE_OTHER = 3; field
1697 public static final int TYPE_OTHER = 2; field
/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java143 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_PHONE_EXTRA_TYPE_OTHER, Phone.TYPE_OTHER); in sKnownPhoneTypeMap_StoI.put() argument
154 sKnownPhoneTypeMap_StoI.put(VCardConstants.PARAM_TYPE_VOICE, Phone.TYPE_OTHER); in sKnownPhoneTypeMap_StoI.put() argument
242 || type == Phone.TYPE_OTHER) { in getPhoneTypeFromStrings()
257 type = Phone.TYPE_OTHER; in getPhoneTypeFromStrings()
265 } else if (type == Phone.TYPE_OTHER) { in getPhoneTypeFromStrings()
DVCardBuilder.java82 public static final int DEFAULT_EMAIL_TYPE = Email.TYPE_OTHER;
990 sPostalTypePriorityMap.put(StructuredPostal.TYPE_OTHER, 2); in sPostalTypePriorityMap.put() argument
1199 switch (typeAsInteger != null ? typeAsInteger : Im.TYPE_OTHER) { in appendIms()
1213 case Im.TYPE_OTHER: // Ignore in appendIms()
1386 eventType = Event.TYPE_OTHER; in appendEvents()
1491 case StructuredPostal.TYPE_OTHER: { in appendPostalLine()
1549 case Email.TYPE_OTHER: { in appendEmailLine()
1583 type = Phone.TYPE_OTHER; in appendTelLine()
1624 case Phone.TYPE_OTHER: { in appendTelLine()
DVCardEntry.java2230 type = StructuredPostal.TYPE_OTHER; in addProperty()
2269 type = Email.TYPE_OTHER; in addProperty()
2364 final int type = Phone.TYPE_OTHER; in addProperty()
2476 type = SipAddress.TYPE_OTHER; in handleSipCase()
/frameworks/proto_logging/stats/enums/dnd/
Ddnd_enums.proto79 TYPE_OTHER = 0; enumerator
/frameworks/base/nfc/java/android/nfc/tech/
DNdef.java94 public static final int TYPE_OTHER = -1; field in Ndef
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifier.java94 String TYPE_OTHER = "other"; field
121 TYPE_OTHER,
/frameworks/base/core/java/android/app/
DAutomaticZenRule.java61 public static final int TYPE_OTHER = 0; field in AutomaticZenRule
109 TYPE_UNKNOWN, TYPE_OTHER, TYPE_SCHEDULE_TIME, TYPE_SCHEDULE_CALENDAR, TYPE_BEDTIME,
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java76 @IntDef({TYPE_TUNER, TYPE_OTHER, TYPE_COMPOSITE, TYPE_SVIDEO, TYPE_SCART, TYPE_COMPONENT,
88 public static final int TYPE_OTHER = 1000; field in TvInputInfo
687 TYPE_OTHER); in sHardwareTypeToTvInputType.put()
DTvContract.java1704 TYPE_OTHER,
1743 public static final String TYPE_OTHER = "TYPE_OTHER"; field in TvContract.Channels
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java885 newRule.type = AutomaticZenRule.TYPE_OTHER; in testisManualActive_stateTrue()
902 newRule.type = AutomaticZenRule.TYPE_OTHER; in testisManualActive_stateFalse()
919 newRule.type = AutomaticZenRule.TYPE_OTHER; in testisManualActive_noState()
942 newRule.type = AutomaticZenRule.TYPE_OTHER; in testRuleXml_manual_upgrade()
DZenModeHelperTest.java6242 rule.type = AutomaticZenRule.TYPE_OTHER; in expectedImplicitRule()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java765 rule.type = AutomaticZenRule.TYPE_OTHER; in newImplicitZenRule()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java435 newRule.type = AutomaticZenRule.TYPE_OTHER; in ensureManualZenRule()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt5426 field @FlaggedApi("android.app.modes_api") public static final int TYPE_OTHER = 0; // 0x0
27268 field public static final String TYPE_OTHER = "TYPE_OTHER";
27611 field public static final int TYPE_OTHER = 1000; // 0x3e8
35879 field @Deprecated public static final int TYPE_OTHER = 3; // 0x3
35992 field @Deprecated public static final int TYPE_OTHER = 2; // 0x2
36075 field @Deprecated public static final int TYPE_OTHER = 7; // 0x7
36211 field public static final int TYPE_OTHER = 3; // 0x3
36225 field public static final int TYPE_OTHER = 2; // 0x2
36268 field @Deprecated public static final int TYPE_OTHER = 3; // 0x3
36309 field public static final int TYPE_OTHER = 2; // 0x2
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16542 field public static final java.lang.String TYPE_OTHER = "TYPE_OTHER";
16635 field public static final int TYPE_OTHER = 1000; // 0x3e8
23672 field public static final deprecated int TYPE_OTHER = 3; // 0x3
23785 field public static final deprecated int TYPE_OTHER = 2; // 0x2
23868 field public static final deprecated int TYPE_OTHER = 7; // 0x7
24001 field public static final int TYPE_OTHER = 3; // 0x3
24015 field public static final int TYPE_OTHER = 2; // 0x2
24058 field public static final int TYPE_OTHER = 3; // 0x3
24098 field public static final int TYPE_OTHER = 2; // 0x2
24127 field public static final int TYPE_OTHER = 7; // 0x7
[all …]