/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 246 private NetworkRegistrationInfo(@Domain int domain, @TransportType int transportType, in NetworkRegistrationInfo() 271 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo() 289 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo() 364 public @TransportType int getTransportType() { return mTransportType; } in getTransportType() 785 @TransportType 831 public @NonNull Builder setTransportType(@TransportType int transportType) { in setTransportType()
|
D | ServiceState.java | 31 import android.telephony.AccessNetworkConstants.TransportType; 1947 @TransportType int transportType) { in getNetworkRegistrationInfoListForTransportType() 1998 @TransportType int transportType) { in getNetworkRegistrationInfo()
|
D | AccessNetworkConstants.java | 41 public @interface TransportType {} annotation in AccessNetworkConstants 61 public static String transportTypeToString(@TransportType int transportType) { in transportTypeToString()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RegistrationManager.java | 218 public void onRegistered(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistered() 238 public void onRegistering(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistering() 266 @AccessNetworkConstants.TransportType int imsTransportType, in onTechnologyChangeFailed() 358 @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 | 110 public void onRegistered(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistered() 119 public void onRegistering(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistering() 139 @AccessNetworkConstants.TransportType int imsTransportType, in onTechnologyChangeFailed() 476 @NonNull @AccessNetworkConstants.TransportType in getRegistrationTransportType() 800 @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 | 333 @NonNull @AccessNetworkConstants.TransportType in getRegistrationTransportType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ImsStats.java | 36 import android.telephony.AccessNetworkConstants.TransportType; 289 public synchronized void onImsRegistering(@TransportType int imsRadioTech) { in onImsRegistering() 298 public synchronized void onImsRegistered(@TransportType int imsRadioTech) { in onImsRegistered() 344 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; 310 public DcTracker makeDcTracker(Phone phone, @TransportType int transportType) {
|
D | ServiceStateTracker.java | 62 import android.telephony.AccessNetworkConstants.TransportType; 932 private Pair<Integer, Integer> getRegistrationInfo(@TransportType int transport) { in getRegistrationInfo() 949 protected void notifyDataRegStateRilRadioTechnologyChanged(@TransportType int transport) { in notifyDataRegStateRilRadioTechnologyChanged() 4784 public void registerForDataConnectionAttached(@TransportType int transport, Handler h, int what, in registerForDataConnectionAttached() 4807 public void unregisterForDataConnectionAttached(@TransportType int transport, Handler h) { in unregisterForDataConnectionAttached() 4820 public void registerForDataConnectionDetached(@TransportType int transport, Handler h, int what, in registerForDataConnectionDetached() 4843 public void unregisterForDataConnectionDetached(@TransportType int transport, Handler h) { in unregisterForDataConnectionDetached() 4878 public void registerForDataRegStateOrRatChanged(@TransportType int transport, Handler h, in registerForDataRegStateOrRatChanged() 4897 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; 349 public DataServiceManager(Phone phone, @TransportType int transportType, String tagSuffix) { in DataServiceManager() 518 private String getDataServicePackageName(@TransportType int transportType) { in getDataServicePackageName() 954 @TransportType
|
D | TransportManager.java | 29 import android.telephony.AccessNetworkConstants.TransportType; 502 public @TransportType int getPreferredTransport(@ApnType int apnType) { in getPreferredTransport()
|
D | DcNetworkAgent.java | 34 import android.telephony.AccessNetworkConstants.TransportType; 169 @TransportType int transportType) { in acquireOwnership()
|
D | DataThrottler.java | 61 private final @AccessNetworkConstants.TransportType int mTransportType;
|
D | DcTracker.java | 73 import android.telephony.AccessNetworkConstants.TransportType; 712 @AccessNetworkConstants.TransportType 728 public DcTracker(Phone phone, @TransportType int transportType) { in DcTracker() 2672 @TransportType int transport, boolean doFallbackOnFailedHandover) { in sendHandoverCompleteMsg()
|
D | DataConnection.java | 53 import android.telephony.AccessNetworkConstants.TransportType; 814 private @TransportType int getHandoverSourceTransport() { in getHandoverSourceTransport()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/ |
D | DeviceCapabilityListener.java | 34 import android.telephony.AccessNetworkConstants.TransportType; 476 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
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 8247 optional android.stats.connectivity.TransportType transport_type = 1; 8275 optional android.stats.connectivity.TransportType transport_type = 1; 8300 optional android.stats.connectivity.TransportType transport_type = 1; 8325 optional android.stats.connectivity.TransportType transport_type = 1;
|
/frameworks/base/boot/ |
D | preloaded-classes | 6496 android.telephony.AccessNetworkConstants$TransportType
|