Searched refs:RequestNetworkType (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDcTracker.java | 135 @RequestNetworkType int requestType) { in onDataSetupComplete() 151 @RequestNetworkType int requestType) { in onDataSetupCompleteError()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactory.java | 41 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType; 216 @RequestNetworkType int requestType, in requestNetworkInternal()
|
D | ApnContext.java | 33 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType; 415 public void requestNetwork(NetworkRequest networkRequest, @RequestNetworkType int type, in requestNetwork()
|
D | DcTracker.java | 150 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 …]
|
D | DataConnection.java | 81 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()
|