Home
last modified time | relevance | path

Searched refs:protocolType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DDataCallResponse.java175 @ProtocolType int protocolType, @Nullable String interfaceName, in DataCallResponse() argument
181 linkStatus, protocolType, in DataCallResponse()
196 @LinkStatus int linkStatus, @ProtocolType int protocolType, in DataCallResponse() argument
209 mProtocolType = protocolType; in DataCallResponse()
729 public @NonNull Builder setProtocolType(@ProtocolType int protocolType) { in setProtocolType() argument
730 mProtocolType = protocolType; in setProtocolType()
DDataProfile.java608 public @NonNull Builder setProtocolType(@ProtocolType int protocolType) { in setProtocolType() argument
609 mProtocolType = protocolType; in setProtocolType()
700 public @NonNull Builder setRoamingProtocolType(@ProtocolType int protocolType) { in setRoamingProtocolType() argument
701 mRoamingProtocolType = protocolType; in setRoamingProtocolType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java3238 int protocolType; in convertHalDataCallResult() local
3259 protocolType = result.type; in convertHalDataCallResult()
3278 protocolType = result.type; in convertHalDataCallResult()
3296 protocolType = result.type; in convertHalDataCallResult()
3377 .setProtocolType(protocolType) in convertHalDataCallResult()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...