Home
last modified time | relevance | path

Searched refs:accessNetworkType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DDataService.java160 public void setupDataCall(int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall() argument
275 public final int accessNetworkType; field in DataService.SetupDataCallRequest
282 SetupDataCallRequest(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in SetupDataCallRequest() argument
285 this.accessNetworkType = accessNetworkType; in SetupDataCallRequest()
377 serviceProvider.setupDataCall(setupDataCallRequest.accessNetworkType, in handleMessage()
505 public void setupDataCall(int slotIndex, int accessNetworkType, DataProfile dataProfile, in setupDataCall() argument
509 new SetupDataCallRequest(accessNetworkType, dataProfile, isRoaming, in setupDataCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java128 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
141 mPhone.mCi.setupDataCall(accessNetworkType, dataProfile, isRoaming, allowRoaming, in setupDataCall()
DDataServiceManager.java426 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
441 mIDataService.setupDataCall(mPhone.getPhoneId(), accessNetworkType, dataProfile, in setupDataCall() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java274 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java273 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1150 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
1154 SimulatedCommandsVerifier.getInstance().setupDataCall(accessNetworkType, dataProfile, in setupDataCall()
DSimulatedCommandsVerifier.java1166 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1722 void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
DRIL.java1473 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
1508 + AccessNetworkType.toString(accessNetworkType) + ",isRoaming=" in setupDataCall()
1513 radioProxy14.setupDataCall_1_4(rr.mSerial, accessNetworkType, dpi, allowRoaming, in setupDataCall()
1527 + AccessNetworkType.toString(accessNetworkType) + ",isRoaming=" in setupDataCall()
1532 radioProxy12.setupDataCall_1_2(rr.mSerial, accessNetworkType, dpi, in setupDataCall()