HomeSort by relevance Sort by last modified time
    Searched refs:TransportType (Results 26 - 29 of 29) sorted by null

12

  /system/core/adb/
transport.cpp 718 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 510 for (int transportType : mTransportManager.getAvailableTransports()) {
511 mRegStateManagers.append(transportType, new NetworkRegistrationManager(
512 transportType, phone));
513 mRegStateManagers.get(transportType).registerForNetworkRegistrationStateChanged(
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 60 import android.telephony.AccessNetworkConstants.TransportType;
575 public DcTracker(Phone phone, int transportType) {
579 mTransportType = transportType;
580 mDataServiceManager = new DataServiceManager(phone, transportType);
682 if (mTransportType == TransportType.WWAN) {
746 if (mTransportType == TransportType.WWAN) {
    [all...]
DataConnection.java     [all...]

Completed in 387 milliseconds

12