Searched refs:vendorUuidString (Results 1 – 1 of 1) sorted by relevance
285 String vendorUuidString = null; in getValidKeyphraseSoundModelForUser() local288 vendorUuidString = c.getString(vendorUuidColumn); in getValidKeyphraseSoundModelForUser()331 if (vendorUuidString != null) { in getValidKeyphraseSoundModelForUser()332 vendorUuid = UUID.fromString(vendorUuidString); in getValidKeyphraseSoundModelForUser()