Searched refs:mApiType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/device/ |
D | CameraDeviceKey.java | 45 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()
|
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/dao/ |
D | AppSearchConsentDao.java | 44 private final String mApiType; field in AppSearchConsentDao 62 this.mApiType = apiType; in AppSearchConsentDao() 79 return mApiType; in getApiType() 102 + mApiType in toString() 111 return Objects.hash(mId, mUserId, mNamespace, mConsent, mApiType); in hashCode() 121 && (Objects.equals(this.mApiType, obj.mApiType)) in equals()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentDao.java | 57 private final String mApiType; field in AppSearchConsentDao 81 this.mApiType = apiType; in AppSearchConsentDao() 118 return mApiType; in getApiType() 151 + mApiType in toString() 160 return Objects.hash(mId, mUserId, mNamespace, mConsent, mApiType); in hashCode() 170 && (Objects.equals(this.mApiType, obj.mApiType)) in equals()
|
D | AppSearchInteractionsDao.java | 67 private final String mApiType; field in AppSearchInteractionsDao 98 this.mApiType = apiType; in AppSearchInteractionsDao() 135 return mApiType; in getApiType() 161 + mApiType in toString() 168 return Objects.hash(mId, mUserId, mNamespace, mApiType, mValue); in hashCode() 178 && (Objects.equals(this.mApiType, obj.getApiType())) in equals()
|