/cts/tests/signature/lib/android/src/android/signature/cts/ |
D | DexMemberChecker.java | 141 if (!classes[i].getTypeName().equals(typeNames.get(i))) { in typesMatch() 221 && method.getReturnType().getTypeName().equals(methodReturnType) in hasMatchingMethod_Reflection() 232 && method.getReturnType().getTypeName().equals(methodReturnType) in hasMatchingMethod_Reflection() 240 if (m.getReturnType().getTypeName().equals(dexMethod.getJavaType())) { in hasMatchingMethod_Reflection()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
D | Asn1OctetString.java | 168 return getTypeName() + " = [ " + (value == null ? "<null>" : HEX.encode(value)) + " ];\n"; in toIndentedString() 171 protected String getTypeName() { in getTypeName() method in Asn1OctetString
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/map_lcs_datatypes/ |
D | Ext_GeographicalInformation.java | 102 @Override protected String getTypeName() { in getTypeName() method in Ext_GeographicalInformation
|
D | VelocityEstimate.java | 102 @Override protected String getTypeName() { in getTypeName() method in VelocityEstimate
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/ |
D | GANSSAssistanceData.java | 102 @Override protected String getTypeName() { in getTypeName() method in GANSSAssistanceData
|
D | GPSAssistanceData.java | 102 @Override protected String getTypeName() { in getTypeName() method in GPSAssistanceData
|
D | GANSSDeltaElementList.java | 170 @Override protected String getTypeName() { in getTypeName() method in GANSSDeltaElementList.GANSSDeltaElementListComponentType
|
D | GPSDeltaElementList.java | 170 @Override protected String getTypeName() { in getTypeName() method in GPSDeltaElementList.GPSDeltaElementListComponentType
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_pos/ |
D | PosPayLoad.java | 325 @Override protected String getTypeName() { in getTypeName() method in PosPayLoad.tia801payloadType 432 @Override protected String getTypeName() { in getTypeName() method in PosPayLoad.rrcPayloadType 539 @Override protected String getTypeName() { in getTypeName() method in PosPayLoad.rrlpPayloadType
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/ |
D | IPAddress.java | 306 @Override protected String getTypeName() { in getTypeName() method in IPAddress.ipv4AddressType 413 @Override protected String getTypeName() { in getTypeName() method in IPAddress.ipv6AddressType
|
D | SETId.java | 380 @Override protected String getTypeName() { in getTypeName() method in SETId.msisdnType 487 @Override protected String getTypeName() { in getTypeName() method in SETId.mdnType 705 @Override protected String getTypeName() { in getTypeName() method in SETId.imsiType
|
D | SlpSessionID.java | 310 @Override protected String getTypeName() { in getTypeName() method in SlpSessionID.sessionIDType
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_version_2_parameter_extensions/ |
D | Ver2_PosPayLoad_extension.java | 377 @Override protected String getTypeName() { in getTypeName() method in Ver2_PosPayLoad_extension.lPPPayloadType.lPPPayloadTypeComponentType 557 @Override protected String getTypeName() { in getTypeName() method in Ver2_PosPayLoad_extension.tIA801PayloadType.tIA801PayloadTypeComponentType
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_init/ |
D | Notification.java | 605 @Override protected String getTypeName() { in getTypeName() method in Notification.requestorIdType 687 @Override protected String getTypeName() { in getTypeName() method in Notification.clientNameType
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/ |
D | LocationData.java | 394 @Override protected String getTypeName() { in getTypeName() method in LocationData.locationValueType
|
D | ThirdPartyID.java | 529 @Override protected String getTypeName() { in getTypeName() method in ThirdPartyID.msisdnType 1085 @Override protected String getTypeName() { in getTypeName() method in ThirdPartyID.mdnType
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_version_2_message_extensions/ |
D | BasicProtectionParams.java | 370 @Override protected String getTypeName() { in getTypeName() method in BasicProtectionParams.keyIdentifierType
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | ReflectionHelper.java | 371 reflectedMethodParams.append(sep).append(params[i].getTypeName()); in matchesSignature()
|