Searched defs:allowRoaming (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DCellularDataService.java146 boolean allowRoaming, int reason, LinkProperties linkProperties,
158 mPhone.mCi.setupDataCall(radioTechnology, dataProfile, isRoaming, allowRoaming, reason,
145 setupDataCall(int radioTechnology, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, DataServiceCallback callback) argument
H A DDataServiceManager.java354 * @param allowRoaming True if data roaming is allowed by the user.
363 boolean allowRoaming, int reason, LinkProperties linkProperties,
379 isRoaming, allowRoaming, reason, linkProperties, callback);
362 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message onCompleteMessage) argument
/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java147 * @param allowRoaming True if data roaming is allowed by the user.
156 boolean allowRoaming, @SetupDataReason int reason,
263 public final boolean allowRoaming; field in class:DataService.SetupDataCallRequest
268 boolean allowRoaming, int reason, LinkProperties linkProperties,
273 this.allowRoaming = allowRoaming;
364 setupDataCallRequest.allowRoaming, setupDataCallRequest.reason,
492 boolean isRoaming, boolean allowRoaming, int reason,
496 allowRoaming, reason, linkProperties, callback))
155 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, @SetupDataReason int reason, @Nullable LinkProperties linkProperties, @Nullable DataServiceCallback callback) argument
267 SetupDataCallRequest(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, IDataServiceCallback callback) argument
491 setupDataCall(int slotId, int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, IDataServiceCallback callback) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java274 boolean allowRoaming, int reason, LinkProperties linkProperties,
273 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java275 boolean allowRoaming, int reason, LinkProperties linkProperties,
274 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1141 boolean allowRoaming, int reason, LinkProperties linkProperties,
1145 isRoaming, allowRoaming, reason, linkProperties, result);
1140 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message result) argument
H A DSimulatedCommandsVerifier.java1167 boolean allowRoaming, int reason, LinkProperties linkProperties,
1166 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message result) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1647 * @param allowRoaming
1658 boolean allowRoaming, int reason, LinkProperties linkProperties,
1657 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message result) argument
H A DRIL.java1174 boolean allowRoaming, int reason, LinkProperties linkProperties,
1208 + ",allowRoaming=" + allowRoaming + "," + dataProfile);
1212 dataProfile.isModemCognitive(), allowRoaming, isRoaming);
1229 + isRoaming + ",allowRoaming=" + allowRoaming + "," + dataProfile
1234 dataProfile.isModemCognitive(), allowRoaming, isRoaming, reason,
1173 setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming, boolean allowRoaming, int reason, LinkProperties linkProperties, Message result) argument

Completed in 505 milliseconds