Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataService.java155 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
260 public final int accessNetworkType; field in DataService.SetupDataCallRequest
267 SetupDataCallRequest(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in SetupDataCallRequest() argument
270 this.accessNetworkType = accessNetworkType; in SetupDataCallRequest()
362 serviceProvider.setupDataCall(setupDataCallRequest.accessNetworkType, in handleMessage()
491 public void setupDataCall(int slotId, int accessNetworkType, DataProfile dataProfile, in setupDataCall() argument
495 new SetupDataCallRequest(accessNetworkType, dataProfile, isRoaming, in setupDataCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataServiceManager.java362 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
378 mIDataService.setupDataCall(mPhone.getPhoneId(), accessNetworkType, dataProfile, in setupDataCall() local
/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/sip/
DSipCommandInterface.java274 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1657 void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
DRIL.java1173 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
1228 + ",accessNetworkType=" + accessNetworkType + ",isRoaming=" in setupDataCall()
1233 radioProxy12.setupDataCall_1_2(rr.mSerial, accessNetworkType, dpi, in setupDataCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1140 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
1144 SimulatedCommandsVerifier.getInstance().setupDataCall(accessNetworkType, dataProfile, in setupDataCall()
DSimulatedCommandsVerifier.java1166 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument