Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java169 public void setupDataCall(int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall() argument
217 public void setupDataCall(int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall() argument
225 setupDataCall(accessNetworkType, dataProfile, isRoaming, allowRoaming, reason, in setupDataCall()
414 public final int accessNetworkType; field in DataService.SetupDataCallRequest
425 SetupDataCallRequest(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in SetupDataCallRequest() argument
429 this.accessNetworkType = accessNetworkType; in SetupDataCallRequest()
545 serviceProvider.setupDataCall(setupDataCallRequest.accessNetworkType, in handleMessage()
712 public void setupDataCall(int slotIndex, int accessNetworkType, DataProfile dataProfile, in setupDataCall() argument
718 new SetupDataCallRequest(accessNetworkType, dataProfile, isRoaming, in setupDataCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DCellularDataService.java161 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, in setupDataCall() argument
175 mPhone.mCi.setupDataCall(accessNetworkType, dataProfile, isRoaming, allowRoaming, in setupDataCall()
H A DDataServiceManager.java634 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
652 mIDataService.setupDataCall(mPhone.getPhoneId(), accessNetworkType, dataProfile, in setupDataCall() local
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanDataService.java795 int accessNetworkType, in setupDataCall() argument
810 + accessNetworkType in setupDataCall()
826 if ((accessNetworkType != AccessNetworkType.IWLAN) in setupDataCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java287 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java288 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1988 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
2030 + AccessNetworkType.toString(accessNetworkType) + ",isRoaming=" in setupDataCall()
2038 radioProxy16.setupDataCall_1_6(rr.mSerial, accessNetworkType, dpi, allowRoaming, in setupDataCall()
2055 + AccessNetworkType.toString(accessNetworkType) + ",isRoaming=" in setupDataCall()
2060 radioProxy15.setupDataCall_1_5(rr.mSerial, accessNetworkType, dpi, allowRoaming, in setupDataCall()
2074 + AccessNetworkType.toString(accessNetworkType) + ",isRoaming=" in setupDataCall()
2079 radioProxy14.setupDataCall_1_4(rr.mSerial, accessNetworkType, dpi, allowRoaming, in setupDataCall()
2093 + AccessNetworkType.toString(accessNetworkType) + ",isRoaming=" in setupDataCall()
2098 radioProxy12.setupDataCall_1_2(rr.mSerial, accessNetworkType, dpi, in setupDataCall()
5416 private static int convertAntToRan(int accessNetworkType) { in convertAntToRan() argument
[all …]
H A DCommandsInterface.java1887 void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1194 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
1199 SimulatedCommandsVerifier.getInstance().setupDataCall(accessNetworkType, dataProfile, in setupDataCall()
H A DSimulatedCommandsVerifier.java1206 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() argument
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56724 Landroid/telephony/data/DataService$SetupDataCallRequest;->accessNetworkType:I