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

  /external/srec/tools/grxmlcompile/
sub_phon.cpp 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount;
82 phoneId = doc.addPhonemeToList( modelLabel );
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId);
84 if (phoneId == intraId)
87 arcOne->AssignCentre (phoneId);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntitySetTests.java 147 static ContentValues buildPhone(long phoneId) {
148 return buildPhone(phoneId, Long.toString(phoneId));
151 static ContentValues buildPhone(long phoneId, String value) {
153 values.put(Data._ID, phoneId);
EntityDeltaTests.java 67 public static Entity getEntity(long contactId, long phoneId) {
74 phone.put(Data._ID, phoneId);
  /external/svox/pico/lib/
picocep.c 210 picoos_uint8 phoneId[PICOCEP_MAXWINLEN]; /* synchronised with indexReadPos */
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 167 long phoneId = ContentUris.parseId(uri);
172 values.put(Data._ID, phoneId);
186 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values);
187 assertSelection(Phone.CONTENT_URI, values, Data._ID, phoneId);
    [all...]

Completed in 271 milliseconds