Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/
H A DPatterns.java311 private static final String PROTOCOL = "(?i:http|https|rtsp|ftp)://"; field in Patterns
332 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")?"
387 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")"
/aosp14/frameworks/base/core/java/com/android/internal/usb/
H A DDumpUtils.java76 dump.write("protocol", UsbDeviceProto.PROTOCOL, device.getDeviceProtocol()); in writeDevice()
118 dump.write("protocol", UsbInterfaceProto.PROTOCOL, iface.getInterfaceProtocol()); in writeInterface()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DDeviceFilter.java340 dump.write("protocol", UsbDeviceFilterProto.PROTOCOL, mProtocol); in dump()
/aosp14/frameworks/base/core/java/android/provider/
H A DTelephony.java239 public static final String PROTOCOL = "protocol"; field
3125 public static final String PROTOCOL = "protocol"; field in Telephony.Carriers
H A DContactsContract.java5563 public static final String PROTOCOL = "protocol"; field
6933 public static final String PROTOCOL = DATA5; field in ContactsContract.CommonDataKinds.Im
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java997 cursor.getColumnIndexOrThrow(Telephony.Carriers.PROTOCOL)))) in makeApnSetting()
1362 apnValue.put(Telephony.Carriers.PROTOCOL, in toContentValues()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36102 field public static final String PROTOCOL = "data5";
36647 field public static final String PROTOCOL = "protocol";
37642 field public static final String PROTOCOL = "protocol";
37842 field public static final String PROTOCOL = "protocol";
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58138 Landroid/util/Patterns;->PROTOCOL:Ljava/lang/String;