Home
last modified time | relevance | path

Searched refs:RequestNetworkType (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDcTracker.java135 @RequestNetworkType int requestType) { in onDataSetupComplete()
151 @RequestNetworkType int requestType) { in onDataSetupCompleteError()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java41 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType;
216 @RequestNetworkType int requestType, in requestNetworkInternal()
DApnContext.java33 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType;
415 public void requestNetwork(NetworkRequest networkRequest, @RequestNetworkType int type, in requestNetwork()
DDcTracker.java150 public @interface RequestNetworkType {} annotation in DcTracker
893 public void requestNetwork(NetworkRequest networkRequest, @RequestNetworkType int type, in requestNetwork()
1273 public boolean isDataAllowed(ApnContext apnContext, @RequestNetworkType int requestType, in isDataAllowed()
1506 private boolean trySetupData(ApnContext apnContext, @RequestNetworkType int requestType) { in trySetupData()
1924 @RequestNetworkType int requestType) { in setupData()
2411 @RequestNetworkType int requestType, in sendRequestNetworkCompleteMsg()
2427 public void enableApn(@ApnType int apnType, @RequestNetworkType int requestType, in enableApn()
2433 private void onEnableApn(@ApnType int apnType, @RequestNetworkType int requestType, in onEnableApn()
2753 private void completeConnection(ApnContext apnContext, @RequestNetworkType int type) { in completeConnection()
2791 @RequestNetworkType int requestType) { in onDataSetupComplete()
[all …]
DDataConnection.java81 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType;
199 @RequestNetworkType
206 @RequestNetworkType int requestType, int subId, in ConnectionParams()
2760 @RequestNetworkType int requestType, int subId, boolean isApnPreferred) { in bringUp()