Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/device/
DCameraDeviceKey.java45 private final ApiType mApiType; field in CameraDeviceKey
52 return mApiType; in getApiType()
66 mApiType = apiType; in CameraDeviceKey()
73 "mApiType: " + mApiType + in toString()
88 if (mApiType != other.mApiType) { in equals()
100 return Objects.hash(mApiType, mCameraId); in hashCode()