/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 87 private final @AccessNetworkConstants.TransportType int mTransportType; field in ThrottleStatus 109 return mTransportType; in getTransportType() 166 mTransportType = transportType; in ThrottleStatus() 175 mTransportType = source.readInt(); in ThrottleStatus() 185 dest.writeInt(mTransportType); in writeToParcel() 213 mThrottleExpiryTimeMillis, mTransportType); in hashCode() 227 && this.mTransportType == other.mTransportType; in equals() 237 + ", mTransportType=" + mTransportType in toString() 263 private @AccessNetworkConstants.TransportType int mTransportType; field in ThrottleStatus.Builder 302 this.mTransportType = transportType; in setTransportType() [all …]
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | MediaQualityStatus.java | 43 private final int mTransportType; field in MediaQualityStatus 75 mTransportType = transportType; in MediaQualityStatus() 101 return mTransportType; in getTransportType() 135 mTransportType = in.readInt(); in MediaQualityStatus() 145 dest.writeInt(mTransportType); in writeToParcel() 176 && mTransportType == that.mTransportType in equals() 184 return Objects.hash(mImsCallSessionId, mMediaSessionType, mTransportType, in hashCode() 196 sb.append(mTransportType); in toString()
|
D | ImsRegistrationAttributes.java | 174 private final int mTransportType; field in ImsRegistrationAttributes 194 mTransportType = transportType; in ImsRegistrationAttributes() 218 mTransportType = transportType; in ImsRegistrationAttributes() 227 mTransportType = source.readInt(); in ImsRegistrationAttributes() 248 return mTransportType; in getTransportType() 316 dest.writeInt(mTransportType); in writeToParcel() 341 && mTransportType == that.mTransportType in equals() 349 return Objects.hash(mRegistrationTech, mTransportType, mImsAttributeFlags, mFeatureTags, in hashCode() 355 return "ImsRegistrationAttributes { transportType= " + mTransportType + ", attributeFlags=" in toString()
|
D | SipDelegateConfiguration.java | 531 private final int mTransportType; field in SipDelegateConfiguration 559 mTransportType = transportType; in SipDelegateConfiguration() 566 mTransportType = source.readInt(); in SipDelegateConfiguration() 600 dest.writeInt(mTransportType); in writeToParcel() 636 SipDelegateConfiguration c = new SipDelegateConfiguration(getVersion() + 1, mTransportType, in copyAndIncrementVersion() 683 return mTransportType; in getTransportType() 892 && mTransportType == that.mTransportType in equals() 919 return Objects.hash(mVersion, mTransportType, mLocalAddress, mSipServerAddress, in hashCode() 930 + mTransportType + '}'; in toString()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PreciseDataConnectionState.java | 66 private final @TransportType int mTransportType; field in PreciseDataConnectionState 167 mTransportType = transportType; in PreciseDataConnectionState() 185 mTransportType = in.readInt(); in PreciseDataConnectionState() 233 return mTransportType; in getTransportType() 375 out.writeInt(mTransportType); in writeToParcel() 401 return Objects.hash(mTransportType, mId, mNetId, mState, mNetworkType, mFailCause, in hashCode() 411 return mTransportType == that.mTransportType in equals() 430 AccessNetworkConstants.transportTypeToString(mTransportType)); in toString() 472 private @TransportType int mTransportType = AccessNetworkConstants.TRANSPORT_TYPE_INVALID; field in PreciseDataConnectionState.Builder 517 mTransportType = transportType; in setTransportType() [all …]
|
D | NetworkRegistrationInfo.java | 225 private final int mTransportType; field in NetworkRegistrationInfo 312 mTransportType = transportType; in NetworkRegistrationInfo() 373 mTransportType = source.readInt(); in NetworkRegistrationInfo() 401 mTransportType = nri.mTransportType; in NetworkRegistrationInfo() 434 public @TransportType int getTransportType() { return mTransportType; } in getTransportType() 827 AccessNetworkConstants.transportTypeToString(mTransportType)) in toString() 853 return Objects.hash(mDomain, mTransportType, mRegistrationState, mNetworkRegistrationState, in hashCode() 869 && mTransportType == other.mTransportType in equals() 893 dest.writeInt(mTransportType); in writeToParcel() 990 private int mTransportType; field in NetworkRegistrationInfo.Builder [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | NetworkRegistrationManager.java | 54 private final int mTransportType; field in NetworkRegistrationManager 69 mTransportType = transportType; in NetworkRegistrationManager() 164 + AccessNetworkConstants.transportTypeToString(mTransportType) + " died."); in binderDied() 172 + AccessNetworkConstants.transportTypeToString(mTransportType) in onServiceConnected() 190 + AccessNetworkConstants.transportTypeToString(mTransportType) in onServiceDisconnected() 264 + AccessNetworkConstants.transportTypeToString(mTransportType)); in bindService() 295 switch (mTransportType) { in getPackageName() 308 + mTransportType); in getPackageName() 330 switch (mTransportType) { in getClassName() 343 + mTransportType); in getClassName()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataServiceManager.java | 94 private final int mTransportType; field in DataServiceManager 121 + AccessNetworkConstants.transportTypeToString(mTransportType) + " died."; in binderDied() 294 if (mTransportType == AccessNetworkConstants.TRANSPORT_TYPE_WWAN) { in onRequestDataCallListComplete() 368 mTransportType = transportType; in DataServiceManager() 369 mTag = "DSM-" + (mTransportType == AccessNetworkConstants.TRANSPORT_TYPE_WWAN ? "C-" in DataServiceManager() 510 return getDataServicePackageName(mTransportType); in getDataServicePackageName() 539 + AccessNetworkConstants.transportTypeToString(mTransportType)); in getDataServicePackageName() 562 return getDataServiceClassName(mTransportType); in getDataServiceClassName() 867 mDataCallListChangedRegistrants.addUnique(h, what, mTransportType); in registerForDataCallListChanged() 890 mApnUnthrottledRegistrants.addUnique(h, what, mTransportType); in registerForApnUnthrottled() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | SignalController.java | 50 protected final int mTransportType; field in SignalController 68 mTransportType = type; in SignalController() 86 mCurrentState.inetCondition = validatedTransports.get(mTransportType) ? 1 : 0; in updateConnectivity()
|
D | EthernetSignalController.java | 45 mCurrentState.connected = connectedTransports.get(mTransportType); in updateConnectivity()
|
D | MobileSignalController.java | 183 boolean isValidated = validatedTransports.get(mTransportType); in updateConnectivity() 184 mCurrentState.isDefault = connectedTransports.get(mTransportType); in updateConnectivity()
|
D | WifiSignalController.java | 250 mCurrentState.inetCondition = validatedTransports.get(mTransportType) ? 1 : 0; in updateConnectivity()
|
D | NetworkControllerImpl.java | 1279 connected.set(mWifiSignalController.mTransportType); in dispatchDemoCommand() 1285 connected.set(controller.mTransportType); in dispatchDemoCommand()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerSignalTest.java | 405 mMobileSignalController.mTransportType, false, false, null); in testNoBangWithWifi()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 327 private @AccessNetworkConstants.TransportType int mTransportType = TRANSPORT_TYPE_INVALID; field in ImsPhone 2747 return mTransportType; in getTransportType() 2827 mTransportType = transportType; in updateImsRegistrationInfo() 2835 mTransportType = transportType; in updateImsRegistrationInfo()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54012 Landroid/telephony/NetworkRegistrationState;->mTransportType:I
|