Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccSpecificationParams.java51 @SyncCodeIndex private final List<Integer> mSyncCodes; field in CccSpecificationParams
81 mSyncCodes = syncCodes; in CccSpecificationParams()
108 bundle.putIntArray(KEY_SYNC_CODES, toIntArray(mSyncCodes)); in toBundle()
204 return mSyncCodes; in getSyncCodes()
231 && otherSpecificationParams.mSyncCodes.equals(mSyncCodes) in equals()
248 mSyncCodes.hashCode(), in hashCode()
262 @SyncCodeIndex private List<Integer> mSyncCodes = new ArrayList<>(); field in CccSpecificationParams.Builder
296 mSyncCodes.add(syncCode); in addSyncCode()
332 if (mSyncCodes.size() == 0) { in build()
354 mSyncCodes, in build()