Home
last modified time | relevance | path

Searched refs:mSessionType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DRouteSelectionDescriptor.java115 private final int mSessionType; field in RouteSelectionDescriptor
126 mSessionType = sessionType; in RouteSelectionDescriptor()
136 mSessionType = p.readInt(); in RouteSelectionDescriptor()
159 return mSessionType; in getSessionType()
194 dest.writeInt(mSessionType); in writeToParcel()
224 && mSessionType == that.mSessionType in equals()
234 return Objects.hash(mPrecedence, mSessionType, mSscMode, mSliceInfo, mDnn); in hashCode()
239 return "{.precedence = " + mPrecedence + ", .sessionType = " + mSessionType in toString()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DSessionConfiguration.java96 private int mSessionType; field in SessionConfiguration
119 mSessionType = sessionType; in SessionConfiguration()
142 mSessionType = sessionType; in SessionConfiguration()
164 dest.writeInt(mSessionType); in writeToParcel()
200 if (mInputConfig != other.mInputConfig || mSessionType != other.mSessionType || in equals()
222 mSessionType); in hashCode()
231 return mSessionType; in getSessionType()
270 if (mSessionType != SESSION_HIGH_SPEED) { in setInputConfiguration()
/aosp14/frameworks/base/core/java/android/hardware/
H A DCameraSessionStats.java58 private int mSessionType; field in CameraSessionStats
78 mSessionType = -1; in CameraSessionStats()
102 mSessionType = sessionType; in CameraSessionStats()
142 dest.writeInt(mSessionType); in writeToParcel()
164 mSessionType = in.readInt(); in readFromParcel()
217 return mSessionType; in getSessionType()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19367 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I