Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java87 private final @AccessNetworkConstants.TransportType int mTransportType;
107 @AccessNetworkConstants.TransportType
160 @AccessNetworkConstants.TransportType int transportType, in ThrottleStatus()
263 private @AccessNetworkConstants.TransportType int mTransportType;
300 public Builder setTransportType(@AccessNetworkConstants.TransportType in setTransportType()
DQualifiedNetworksService.java268 @AccessNetworkConstants.TransportType int transportType) { in reportEmergencyDataNetworkPreferredTransportChanged()
499 @AccessNetworkConstants.TransportType int transportType) { in reportEmergencyDataNetworkPreferredTransportChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DEmergencySmsDomainSelectionConnection.java24 import android.telephony.AccessNetworkConstants.TransportType;
42 private @TransportType int mPreferredTransportType =
158 private void changePreferredTransport(@TransportType int transportType) { in changePreferredTransport()
DEmergencyCallDomainSelectionConnection.java34 import android.telephony.AccessNetworkConstants.TransportType;
63 private @TransportType int mPreferredTransportType = TRANSPORT_TYPE_INVALID;
155 private void changePreferredTransport(@TransportType int transportType) { in changePreferredTransport()
DDomainSelectionConnection.java29 import android.telephony.AccessNetworkConstants.TransportType;
769 private static @TransportType int getTransportFromAccessNetwork(int accessNetwork) { in getTransportFromAccessNetwork()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java37 import android.telephony.AccessNetworkConstants.TransportType;
240 @TransportType
269 @Nullable DataNetwork dataNetwork, @TransportType int transport, in DataThrottlingEntry()
754 @TransportType
770 @TransportType int transport, in DataSetupRetryEntry()
824 @TransportType
872 public Builder<T> setTransport(@TransportType int transport) { in setTransport()
1062 public void onDataServiceBound(@TransportType int transport) {
1073 public void onDataNetworkConnected(@TransportType int transport,
1180 public void onDataNetworkConnected(@TransportType int transport,
[all …]
DAccessNetworksManager.java38 import android.telephony.AccessNetworkConstants.TransportType;
124 @TransportType
361 @AccessNetworkConstants.TransportType int transportType) { in onEmergencyDataNetworkPreferredTransportChanged()
629 @TransportType
663 @TransportType
676 @TransportType
DDataUtils.java29 import android.telephony.AccessNetworkConstants.TransportType;
463 @TransportType
464 public static int getTargetTransport(@TransportType int sourceTransport) {
DDataNetworkController.java47 import android.telephony.AccessNetworkConstants.TransportType;
658 public void onDataNetworkConnected(@TransportType int transport, in onDataNetworkConnected()
696 public void onDataServiceBound(@TransportType int transport) {} in onDataServiceBound()
1428 @TransportType int transport) { in serviceStateAllowsPSAttach()
1456 private boolean isOnlySingleDataNetworkAllowed(@TransportType int transport) { in isOnlySingleDataNetworkAllowed()
2156 @NonNull TelephonyNetworkRequest networkRequest, @TransportType int transport) { in canConnectivityTransportSatisfyNetworkRequest()
3008 private void trackSetupDataCallFailure(@TransportType int transport, in trackSetupDataCallFailure()
3486 private void onDataServiceBindingChanged(@TransportType int transport, boolean bound) { in onDataServiceBindingChanged()
3580 @TransportType int targetTransport, in tryHandoverDataNetwork()
3775 @NonNull ServiceState newSS, @TransportType int transport) { in shouldReevaluateNetworkRequests()
[all …]
DDataServiceManager.java43 import android.telephony.AccessNetworkConstants.TransportType;
365 @TransportType int transportType) { in DataServiceManager()
523 private String getDataServicePackageName(@TransportType int transportType) { in getDataServicePackageName()
DDataNetwork.java51 import android.telephony.AccessNetworkConstants.TransportType;
721 @TransportType
1009 @TransportType int transport, in DataNetwork()
3034 private void onDataStateChanged(@TransportType int transport,
3291 private int getDataNetworkType(@TransportType int transport) {
3450 @TransportType
3547 public boolean startHandover(@TransportType int targetTransport,
3569 private void onStartHandover(@TransportType int targetTransport,
/frameworks/base/telephony/java/android/telephony/ims/
DMediaQualityStatus.java25 import android.telephony.AccessNetworkConstants.TransportType;
69 @MediaSessionType int mediaSessionType, @TransportType int transportType, in MediaQualityStatus()
100 public @TransportType int getTransportType() { in getTransportType()
DRegistrationManager.java300 public void onRegistered(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistered()
320 public void onRegistering(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistering()
379 @AccessNetworkConstants.TransportType int imsTransportType, in onTechnologyChangeFailed()
471 @NonNull @AccessNetworkConstants.TransportType Consumer<Integer> transportTypeCallback); in getRegistrationTransportType()
DImsRegistrationAttributes.java190 @AccessNetworkConstants.TransportType int transportType, in ImsRegistrationAttributes()
213 @AccessNetworkConstants.TransportType int transportType, in ImsRegistrationAttributes()
247 public @AccessNetworkConstants.TransportType int getTransportType() { in getTransportType()
DImsMmTelManager.java124 public void onRegistered(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistered()
133 public void onRegistering(@AccessNetworkConstants.TransportType int imsTransportType) { in onRegistering()
153 @AccessNetworkConstants.TransportType int imsTransportType, in onTechnologyChangeFailed()
612 @NonNull @AccessNetworkConstants.TransportType in getRegistrationTransportType()
941 @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()
/frameworks/base/telephony/java/android/telephony/
DPreciseDataConnectionState.java33 import android.telephony.AccessNetworkConstants.TransportType;
66 private final @TransportType int mTransportType;
162 private PreciseDataConnectionState(@TransportType int transportType, int id, int netId, in PreciseDataConnectionState()
232 public @TransportType int getTransportType() { in getTransportType()
472 private @TransportType int mTransportType = AccessNetworkConstants.TRANSPORT_TYPE_INVALID;
516 public @NonNull Builder setTransportType(@TransportType int transportType) { in setTransportType()
DNetworkRegistrationInfo.java30 import android.telephony.AccessNetworkConstants.TransportType;
224 @TransportType
303 private NetworkRegistrationInfo(@Domain int domain, @TransportType int transportType, in NetworkRegistrationInfo()
336 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo()
353 public NetworkRegistrationInfo(int domain, @TransportType int transportType, in NetworkRegistrationInfo()
434 public @TransportType int getTransportType() { return mTransportType; } in getTransportType()
989 @TransportType
1069 public @NonNull Builder setTransportType(@TransportType int transportType) { in setTransportType()
DServiceState.java33 import android.telephony.AccessNetworkConstants.TransportType;
2025 @TransportType int transportType) { in getNetworkRegistrationInfoListForTransportType()
2076 @TransportType int transportType) { in getNetworkRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DImsStats.java37 import android.telephony.AccessNetworkConstants.TransportType;
203 @TransportType int mLastTransportType = AccessNetworkConstants.TRANSPORT_TYPE_INVALID;
330 public synchronized void onImsRegistering(@TransportType int imsRadioTech) { in onImsRegistering()
424 private int convertTransportTypeToNetworkType(@TransportType int transportType) { in convertTransportTypeToNetworkType()
/frameworks/proto_logging/stats/enums/telephony/qns/
Denums.proto45 enum TransportType { enum
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkRegistrationManager.java31 import android.telephony.AccessNetworkConstants.TransportType;
68 public NetworkRegistrationManager(@TransportType int transportType, Phone phone) { in NetworkRegistrationManager()
/frameworks/proto_logging/stats/atoms/telephony/qns/
Dqns_extension_atoms.proto62 optional android.telephony.qns.TransportType current_transport_type = 4;
116 optional android.telephony.qns.TransportType transport_type_call_dropped = 1;
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DDeviceCapabilityListener.java34 import android.telephony.AccessNetworkConstants.TransportType;
498 public void onRegistered(@TransportType int transportType) {
/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto61 enum TransportType { enum

12