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/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 145 static ContentValues buildPhone(long phoneId) {
146 return buildPhone(phoneId, Long.toString(phoneId));
149 static ContentValues buildPhone(long phoneId, String value) {
151 values.put(Data._ID, phoneId);
RawContactDeltaTests.java 68 public static RawContact getRawContact(Context context, long contactId, long phoneId) {
75 phone.put(Data._ID, phoneId);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 268 final long phoneId = cursor.getLong(PhoneQuery.PHONE_ID);
269 return ContentUris.withAppendedId(Data.CONTENT_URI, 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     [all...]

Completed in 395 milliseconds