Searched refs:mAppId (Results 1 – 2 of 2) sorted by relevance
319 private final long mAppId; field in ChangeLogsHelper.ChangeLogs.RecordTypeAndAppIdPair323 mAppId = appId; in RecordTypeAndAppIdPair()331 return mAppId; in getAppId()339 && recordTypeAndAppIdPair.mAppId == this.mAppId); in equals()343 return Objects.hash(this.mRecordType, this.mAppId); in hashCode()
57 private final long mAppId; field in MergeDataHelper.RecordData70 return mAppId; in getAppId()89 mAppId = appId; in RecordData()188 return mReversedPriorityList.contains(recordData.mAppId); in shouldAddDataPoint()