HomeSort by relevance Sort by last modified time
    Searched full:phonecolumn (Results 1 - 1 of 1) sorted by null

  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 172 String phoneColumn = null;
177 phoneColumn = Contacts.People.Phones.NUMBER;
179 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER;
183 phoneColumn
188 number = c.getString(c.getColumnIndex(phoneColumn));
    [all...]

Completed in 91 milliseconds