Searched defs:rType (Results 1 – 4 of 4) sorted by relevance
| /frameworks/libs/net/common/framework/com/android/net/module/util/ |
| D | DnsPacket.java | 270 public final int rType; field in DnsPacket.DnsRecord 285 public DnsRecord(@RecordType int rType, @NonNull ByteBuffer buf) in DnsRecord() 324 public static DnsRecord makeAOrAAAARecord(int rType, @NonNull String dName, in makeAOrAAAARecord() 345 public static DnsRecord makeCNameRecord(int rType, @NonNull String dName, int nsClass, in makeCNameRecord() 384 private DnsRecord(@RecordType int rType, @NonNull String dName, int nsType, int nsClass, in DnsRecord()
|
| /frameworks/base/cmds/hid/jni/ |
| D | com_android_commands_hid_Device.cpp | 115 void DeviceCallback::onDeviceSetReport(uint32_t id, uint8_t rType, in onDeviceSetReport() 123 void DeviceCallback::onDeviceOutput(uint8_t rType, in onDeviceOutput()
|
| /frameworks/base/cmds/hid/src/com/android/commands/hid/ |
| D | Device.java | 282 public void onDeviceSetReport(int id, byte rType, byte[] data) { in onDeviceSetReport()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| D | GsmMmiCode.java | 460 private static String getActionStringFromReqType(SsData.RequestType rType) { in getActionStringFromReqType()
|