Home
last modified time | relevance | path

Searched refs:TransportType (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java83 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/
DPreciseDataConnectionState.java31 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()
DNetworkRegistrationInfo.java26 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()
DServiceState.java31 import android.telephony.AccessNetworkConstants.TransportType;
1947 @TransportType int transportType) { in getNetworkRegistrationInfoListForTransportType()
1998 @TransportType int transportType) { in getNetworkRegistrationInfo()
DAccessNetworkConstants.java41 public @interface TransportType {} annotation in AccessNetworkConstants
61 public static String transportTypeToString(@TransportType int transportType) { in transportTypeToString()
/frameworks/base/telephony/java/android/telephony/ims/
DRegistrationManager.java218 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()
DImsRegistrationAttributes.java141 @AccessNetworkConstants.TransportType int transportType, in ImsRegistrationAttributes()
171 public @AccessNetworkConstants.TransportType int getTransportType() { in getTransportType()
DImsMmTelManager.java110 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()
DSipDelegateConfiguration.java79 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()
DImsRcsManager.java333 @NonNull @AccessNetworkConstants.TransportType in getRegistrationTransportType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DImsStats.java36 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/
DNetworkRegistrationManager.java35 import android.telephony.AccessNetworkConstants.TransportType;
91 public NetworkRegistrationManager(@TransportType int transportType, Phone phone) { in NetworkRegistrationManager()
DTelephonyComponentFactory.java30 import android.telephony.AccessNetworkConstants.TransportType;
310 public DcTracker makeDcTracker(Phone phone, @TransportType int transportType) {
DServiceStateTracker.java62 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/
DDataServiceManager.java44 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
DTransportManager.java29 import android.telephony.AccessNetworkConstants.TransportType;
502 public @TransportType int getPreferredTransport(@ApnType int apnType) { in getPreferredTransport()
DDcNetworkAgent.java34 import android.telephony.AccessNetworkConstants.TransportType;
169 @TransportType int transportType) { in acquireOwnership()
DDataThrottler.java61 private final @AccessNetworkConstants.TransportType int mTransportType;
DDcTracker.java73 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()
DDataConnection.java53 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/
DDeviceCapabilityListener.java34 import android.telephony.AccessNetworkConstants.TransportType;
476 public void onRegistered(@TransportType int transportType) {
/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto43 enum TransportType { enum
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp412 enum TransportType { enum
/frameworks/proto_logging/stats/
Datoms.proto8247 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/
Dpreloaded-classes6496 android.telephony.AccessNetworkConstants$TransportType

12