Searched refs:RequestNetworkType (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactory.java | 41 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType; 203 @RequestNetworkType int requestType, in requestNetworkInternal()
|
D | ApnContext.java | 37 import com.android.internal.telephony.dataconnection.DcTracker.RequestNetworkType; 407 public void requestNetwork(NetworkRequest networkRequest, @RequestNetworkType int type, in requestNetwork()
|
D | DcTracker.java | 162 public @interface RequestNetworkType {} annotation in DcTracker 906 public void requestNetwork(NetworkRequest networkRequest, @RequestNetworkType int type, in requestNetwork() 1244 public boolean isDataAllowed(ApnContext apnContext, @RequestNetworkType int requestType, in isDataAllowed() 1458 private boolean trySetupData(ApnContext apnContext, @RequestNetworkType int requestType) { in trySetupData() 1876 @RequestNetworkType int requestType) { in setupData() 2322 @RequestNetworkType int requestType) { in sendRequestNetworkCompleteMsg() 2332 public void enableApn(@ApnType int apnType, @RequestNetworkType int requestType, in enableApn() 2338 private void onEnableApn(@ApnType int apnType, @RequestNetworkType int requestType, in onEnableApn() 2653 private void completeConnection(ApnContext apnContext, @RequestNetworkType int type) { in completeConnection() 2693 @RequestNetworkType int requestType) { in onDataSetupComplete() [all …]
|