/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 83 private final @AccessNetworkConstants.TransportType int mTransportType; 103 @AccessNetworkConstants.TransportType 156 @AccessNetworkConstants.TransportType int transportType, in ThrottleStatus() 259 private @AccessNetworkConstants.TransportType int mTransportType; 296 public Builder setTransportType(@AccessNetworkConstants.TransportType in setTransportType()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PreciseDataConnectionState.java | 31 import android.telephony.AccessNetworkConstants.TransportType; 60 private final @TransportType int mTransportType; 105 private PreciseDataConnectionState(@TransportType int transportType, int id, in PreciseDataConnectionState() 162 public @TransportType int getTransportType() { in getTransportType() 339 private @TransportType int mTransportType = AccessNetworkConstants.TRANSPORT_TYPE_INVALID; 371 public @NonNull Builder setTransportType(@TransportType int transportType) { in setTransportType()
|
D | NetworkRegistrationInfo.java | 26 import android.telephony.AccessNetworkConstants.TransportType; 183 @TransportType 257 private NetworkRegistrationInfo(@Domain int domain, @TransportType int transportType, in NetworkRegistrationInfo() 288 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo() 305 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo() 380 public @TransportType int getTransportType() { return mTransportType; } in getTransportType() 825 @TransportType 877 public @NonNull Builder setTransportType(@TransportType int transportType) { in setTransportType()
|
D | ServiceState.java | 32 import android.telephony.AccessNetworkConstants.TransportType; 2025 @TransportType int transportType) { in getNetworkRegistrationInfoListForTransportType() 2076 @TransportType int transportType) { in getNetworkRegistrationInfo()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RegistrationManager.java | 221 public void onRegistered(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistered() 241 public void onRegistering(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistering() 269 @AccessNetworkConstants.TransportType int imsTransportType, in onTechnologyChangeFailed() 361 @NonNull @AccessNetworkConstants.TransportType Consumer<Integer> transportTypeCallback); in getRegistrationTransportType()
|
D | ImsRegistrationAttributes.java | 141 @AccessNetworkConstants.TransportType int transportType, in ImsRegistrationAttributes() 171 public @AccessNetworkConstants.TransportType int getTransportType() { in getTransportType()
|
D | ImsMmTelManager.java | 115 public void onRegistered(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistered() 124 public void onRegistering(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistering() 144 @AccessNetworkConstants.TransportType int imsTransportType, in onTechnologyChangeFailed() 495 @NonNull @AccessNetworkConstants.TransportType in getRegistrationTransportType() 819 @AccessNetworkConstants.TransportType int transportType, in isSupported()
|
D | SipDelegateConfiguration.java | 79 public @interface TransportType {} annotation in SipDelegateConfiguration 243 public Builder(@IntRange(from = 0) long version, @TransportType int transportType, in Builder() 682 public @TransportType int getTransportType() { in getTransportType()
|
D | ImsRcsManager.java | 384 @NonNull @AccessNetworkConstants.TransportType in getRegistrationTransportType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataRetryManager.java | 31 import android.telephony.AccessNetworkConstants.TransportType; 199 public final @TransportType int transport; 225 @Nullable DataNetwork dataNetwork, @TransportType int transport, in DataThrottlingEntry() 691 public final @TransportType int transport; 706 @TransportType int transport, in DataSetupRetryEntry() 756 private @TransportType int mTransport = AccessNetworkConstants.TRANSPORT_TYPE_INVALID; 799 public @NonNull Builder<T> setTransport(@TransportType int transport) { in setTransport() 981 public void onDataServiceBound(@TransportType int transport) { in DataRetryManager() 992 public void onDataNetworkConnected(@TransportType int transport, in DataRetryManager() 1073 public void onDataNetworkConnected(@TransportType int transport, in onDataNetworkConnected() [all …]
|
D | AccessNetworksManager.java | 42 import android.telephony.AccessNetworkConstants.TransportType; 155 private final @TransportType int[] mAvailableTransports; 696 public @TransportType int getCurrentTransportByNetworkCapability(@NetCapability int netCap) { in getCurrentTransportByNetworkCapability() 707 public @TransportType int getCurrentTransport(@ApnType int apnType) { in getCurrentTransport() 725 @TransportType int transport) { in setCurrentTransportByNetworkCapability() 736 public void setCurrentTransport(@ApnType int apnType, @TransportType int transport) { in setCurrentTransport() 744 private static @TransportType int getTransportFromAccessNetwork(int accessNetwork) { in getTransportFromAccessNetwork() 774 public @TransportType int getPreferredTransport(@ApnType int apnType) { in getPreferredTransport() 791 public @TransportType int getPreferredTransportByNetworkCapability( in getPreferredTransportByNetworkCapability()
|
D | DataUtils.java | 29 import android.telephony.AccessNetworkConstants.TransportType; 440 public static @TransportType int getTargetTransport(@TransportType int sourceTransport) { in getTargetTransport() 453 public static @TransportType int getSourceTransport(@TransportType int targetTransport) { in getSourceTransport()
|
D | DataNetworkController.java | 40 import android.telephony.AccessNetworkConstants.TransportType; 560 public void onDataNetworkConnected(@TransportType int transport, in onDataNetworkConnected() 601 public void onDataServiceBound(@TransportType int transport) {} in onDataServiceBound() 1315 @TransportType int transport) { in serviceStateAllowsPSAttach() 1343 private boolean isOnlySingleDataNetworkAllowed(@TransportType int transport) { in isOnlySingleDataNetworkAllowed() 2543 private void trackSetupDataCallFailure(@TransportType int transport, in trackSetupDataCallFailure() 2937 private void onDataServiceBindingChanged(@TransportType int transport, boolean bound) { in onDataServiceBindingChanged() 3019 @TransportType int targetTransport, in tryHandoverDataNetwork() 3195 @NonNull ServiceState newSS, @TransportType int transport) { in shouldReevaluateNetworkRequests() 3401 private @NetworkType int getDataNetworkType(@TransportType int transport) { in getDataNetworkType() [all …]
|
D | DataServiceManager.java | 46 import android.telephony.AccessNetworkConstants.TransportType; 396 @TransportType int transportType) { in DataServiceManager() 566 private String getDataServicePackageName(@TransportType int transportType) { in getDataServicePackageName()
|
D | DataNetwork.java | 48 import android.telephony.AccessNetworkConstants.TransportType; 648 private @TransportType int mTransport; 860 @TransportType int transport, in DataNetwork() 2610 private void onDataStateChanged(@TransportType int transport, 2861 private @NetworkType int getDataNetworkType(@TransportType int transport) { 3032 public @TransportType int getTransport() { 3119 public boolean startHandover(@TransportType int targetTransport, 3141 private void onStartHandover(@TransportType int targetTransport,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ImsStats.java | 36 import android.telephony.AccessNetworkConstants.TransportType; 201 @TransportType int mLastTransportType = AccessNetworkConstants.TRANSPORT_TYPE_INVALID; 307 public synchronized void onImsRegistering(@TransportType int imsRadioTech) { in onImsRegistering() 317 public synchronized void onImsRegistered(@TransportType int imsRadioTech) { in onImsRegistered() 386 private int convertTransportTypeToNetworkType(@TransportType int transportType) { in convertTransportTypeToNetworkType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | NetworkRegistrationManager.java | 35 import android.telephony.AccessNetworkConstants.TransportType; 91 public NetworkRegistrationManager(@TransportType int transportType, Phone phone) { in NetworkRegistrationManager()
|
D | TelephonyComponentFactory.java | 30 import android.telephony.AccessNetworkConstants.TransportType; 316 public DcTracker makeDcTracker(Phone phone, @TransportType int transportType) {
|
D | ServiceStateTracker.java | 59 import android.telephony.AccessNetworkConstants.TransportType; 903 private Pair<Integer, Integer> getRegistrationInfo(@TransportType int transport) { in getRegistrationInfo() 920 protected void notifyDataRegStateRilRadioTechnologyChanged(@TransportType int transport) { in notifyDataRegStateRilRadioTechnologyChanged() 4765 public void registerForDataConnectionAttached(@TransportType int transport, Handler h, int what, in registerForDataConnectionAttached() 4788 public void unregisterForDataConnectionAttached(@TransportType int transport, Handler h) { in unregisterForDataConnectionAttached() 4801 public void registerForDataConnectionDetached(@TransportType int transport, Handler h, int what, in registerForDataConnectionDetached() 4824 public void unregisterForDataConnectionDetached(@TransportType int transport, Handler h) { in unregisterForDataConnectionDetached() 4859 public void registerForDataRegStateOrRatChanged(@TransportType int transport, Handler h, in registerForDataRegStateOrRatChanged() 4878 public void unregisterForDataRegStateOrRatChanged(@TransportType int transport, Handler h) { in unregisterForDataRegStateOrRatChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataServiceManager.java | 44 import android.telephony.AccessNetworkConstants.TransportType; 360 public DataServiceManager(Phone phone, @TransportType int transportType, String tagSuffix) { in DataServiceManager() 530 private String getDataServicePackageName(@TransportType int transportType) { in getDataServicePackageName() 966 @TransportType
|
D | DcNetworkAgent.java | 35 import android.telephony.AccessNetworkConstants.TransportType; 190 @TransportType int transportType) { in acquireOwnership()
|
D | DataThrottler.java | 61 private final @AccessNetworkConstants.TransportType int mTransportType;
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
D | DeviceCapabilityListener.java | 34 import android.telephony.AccessNetworkConstants.TransportType; 499 public void onRegistered(@TransportType int transportType) {
|
/frameworks/proto_logging/stats/enums/stats/connectivity/ |
D | network_stack.proto | 43 enum TransportType { enum
|
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/ |
D | buffer_transport_benchmark.cpp | 412 enum TransportType { enum
|