HomeSort by relevance Sort by last modified time
    Searched refs:modelUuid (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
TestEnrollmentActivity.java 61 UUID modelUuid = UUID.randomUUID();
65 KeyphraseSoundModel soundModel = new KeyphraseSoundModel(modelUuid, null, data,
70 this, "Successfully enrolled, model UUID=" + modelUuid, Toast.LENGTH_SHORT)
73 Toast.makeText(this, "Failed to enroll!!!" + modelUuid, Toast.LENGTH_SHORT).show();
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DatabaseHelper.java 172 String modelUuid = c.getString(
174 if (modelUuid == null) {
216 UUID.fromString(modelUuid),

Completed in 370 milliseconds