Home
last modified time | relevance | path

Searched refs:PROTOCOL (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/tests/UsbManagerTests/src/android/hardware/usb/
DDeviceFilterTest.java60 private static final int PROTOCOL = 14; field in DeviceFilterTest
86 VID, PID, CLASS, SUBCLASS, PROTOCOL, MANUFACTURER, in testConstructorFromValues_interfaceNameIsInitialized()
101 when(usbDevice.getDeviceProtocol()).thenReturn(PROTOCOL); in testConstructorFromUsbDevice_interfaceNameIsNull()
115 VID, PID, CLASS, SUBCLASS, PROTOCOL, MANUFACTURER, in testConstructorFromDeviceFilter_interfaceNameIsInitialized()
163 VID, PID, CLASS, SUBCLASS, PROTOCOL, MANUFACTURER, in testToString()
233 assertThat(deviceFilter.mProtocol).isEqualTo(PROTOCOL); in verifyDeviceFilterConfigurationExceptInterfaceName()
/frameworks/base/core/java/android/util/
DPatterns.java358 private static final String PROTOCOL = "(?i:http|https|rtsp|ftp)://"; field in Patterns
379 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")?"
434 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")"
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardExporterTests.java973 .put(Im.PROTOCOL, Im.PROTOCOL_AIM) in testImVariousTypeSupportCommon()
976 .put(Im.PROTOCOL, Im.PROTOCOL_MSN) in testImVariousTypeSupportCommon()
979 .put(Im.PROTOCOL, Im.PROTOCOL_YAHOO) in testImVariousTypeSupportCommon()
982 .put(Im.PROTOCOL, Im.PROTOCOL_SKYPE) in testImVariousTypeSupportCommon()
985 .put(Im.PROTOCOL, Im.PROTOCOL_QQ) in testImVariousTypeSupportCommon()
988 .put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK) in testImVariousTypeSupportCommon()
991 .put(Im.PROTOCOL, Im.PROTOCOL_ICQ) in testImVariousTypeSupportCommon()
994 .put(Im.PROTOCOL, Im.PROTOCOL_JABBER) in testImVariousTypeSupportCommon()
997 .put(Im.PROTOCOL, Im.PROTOCOL_NETMEETING) in testImVariousTypeSupportCommon()
1029 .put(Im.PROTOCOL, Im.PROTOCOL_AIM) in testImPrefHandlingCommon()
[all …]
DVCardImporterTests.java1205 .put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK) in testIMV21()
/frameworks/base/core/java/com/android/internal/usb/
DDumpUtils.java76 dump.write("protocol", UsbDeviceProto.PROTOCOL, device.getDeviceProtocol()); in writeDevice()
118 dump.write("protocol", UsbInterfaceProto.PROTOCOL, iface.getInterfaceProtocol()); in writeInterface()
/frameworks/base/core/java/android/hardware/usb/
DDeviceFilter.java362 dump.write("protocol", UsbDeviceFilterProto.PROTOCOL, mProtocol); in dump()
/frameworks/base/core/java/android/provider/
DTelephony.java241 public static final String PROTOCOL = "protocol"; field
3129 public static final String PROTOCOL = "protocol"; field in Telephony.Carriers
DContactsContract.java5563 public static final String PROTOCOL = "protocol"; field
6937 public static final String PROTOCOL = DATA5; field in ContactsContract.CommonDataKinds.Im
/frameworks/base/telephony/java/android/telephony/data/
DApnSetting.java1106 cursor.getColumnIndexOrThrow(Telephony.Carriers.PROTOCOL)))) in makeApnSetting()
1490 apnValue.put(Telephony.Carriers.PROTOCOL, in toContentValues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataProfileManagerTest.java122 Telephony.Carriers.PROTOCOL,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java280 private static final int PROTOCOL = ApnSetting.PROTOCOL_IPV6; field in RILTest
2596 assertEquals(PROTOCOL, dpi.getProtocolType()); in testSetupDataCall()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1181 final Integer protocolAsObject = contentValues.getAsInteger(Im.PROTOCOL); in appendIms()
DVCardEntry.java907 builder.withValue(Im.PROTOCOL, mProtocol); in constructInsertOperation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24046 field public static final java.lang.String PROTOCOL = "data5";
24559 field public static final java.lang.String PROTOCOL = "protocol";
25621 field public static final java.lang.String PROTOCOL = "protocol";
25795 field public static final java.lang.String PROTOCOL = "protocol";
/frameworks/base/core/api/
Dcurrent.txt36256 field @Deprecated public static final String PROTOCOL = "data5";
36801 field public static final String PROTOCOL = "protocol";
37852 field public static final String PROTOCOL = "protocol";
38054 field public static final String PROTOCOL = "protocol";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57495 Landroid/util/Patterns;->PROTOCOL:Ljava/lang/String;