HomeSort by relevance Sort by last modified time
    Searched refs:accessNetworkType (Results 1 - 8 of 8) sorted by null

  /frameworks/base/telephony/java/android/telephony/data/
DataService.java 143 * @param accessNetworkType Access network type that the data call will be established on.
144 * Must be one of {@link AccessNetworkConstants.AccessNetworkType}.
155 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming,
260 public final int accessNetworkType;
267 SetupDataCallRequest(int accessNetworkType, DataProfile dataProfile, boolean isRoaming,
270 this.accessNetworkType = accessNetworkType;
362 serviceProvider.setupDataCall(setupDataCallRequest.accessNetworkType,
491 public void setupDataCall(int slotId, int accessNetworkType, DataProfile dataProfile,
495 new SetupDataCallRequest(accessNetworkType, dataProfile, isRoaming
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataServiceManager.java 350 * @param accessNetworkType Access network type that the data call will be established on.
351 * Must be one of {@link AccessNetworkConstants.AccessNetworkType}.
362 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming,
378 mIDataService.setupDataCall(mPhone.getPhoneId(), accessNetworkType, dataProfile,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 273 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 274 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
SimulatedCommandsVerifier.java 1166 public void setupDataCall(int accessNetworkType, DataProfile dataProfile, boolean isRoaming,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java 73 import android.telephony.AccessNetworkConstants.AccessNetworkType;
    [all...]

Completed in 388 milliseconds