Home
last modified time | relevance | path

Searched defs:setupDataCall (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DIDataService.aidl34 void setupDataCall(int slotId, int accessNetwork, in DataProfile dataProfile, boolean isRoaming, in setupDataCall() method
DDataService.java182 public void setupDataCall( in setupDataCall() method in DataService.DataServiceProvider
231 public void setupDataCall( in setupDataCall() method in DataService.DataServiceProvider
818 public void setupDataCall(int slotIndex, int accessNetworkType, DataProfile dataProfile, in setupDataCall() method in DataService.IDataServiceWrapper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularDataService.java169 public void setupDataCall(int accessNetworkType, @NonNull DataProfile dataProfile, in setupDataCall() method in CellularDataService.CellularDataServiceProvider
DDataServiceManager.java636 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, in setupDataCall() method in DataServiceManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java295 public void setupDataCall(int serial, int accessNetwork, DataProfile dataProfileInfo, in setupDataCall() method in RadioDataProxy
DCommandsInterface.java1858 void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall() method
DRIL.java2138 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java720 TelephonyEvent.RilSetupDataCall setupDataCall = log.events[0].setupDataCall; in testWriteRilSetupDataCall() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java260 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1481 RilSetupDataCall setupDataCall = new RilSetupDataCall(); in writeSetupDataCall() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1131 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall() method in SimulatedCommands
DSimulatedCommandsVerifier.java1163 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean allowRoaming, in setupDataCall() method in SimulatedCommandsVerifier