Searched refs:mSyncCodes (Results 1 – 1 of 1) sorted by relevance
51 @SyncCodeIndex private final List<Integer> mSyncCodes; field in CccSpecificationParams81 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.Builder296 mSyncCodes.add(syncCode); in addSyncCode()332 if (mSyncCodes.size() == 0) { in build()354 mSyncCodes, in build()