Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DDatabaseHelper.java412 private boolean V6PrimaryKeyMatches(SoundModelRecord record) { in V6PrimaryKeyMatches() method in DatabaseHelper.SoundModelRecord
433 if (this.V6PrimaryKeyMatches(record) && !Arrays.equals(data, record.data)) { in ifViolatesV6PrimaryKeyIsFirstOfAnyDuplicates()
440 if (this.V6PrimaryKeyMatches(record)) { in ifViolatesV6PrimaryKeyIsFirstOfAnyDuplicates()