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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 362 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER),
366 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER),
370 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER),
    [all...]
ContactOperations.java 322 public ContactOperations updatePhone(String existingNumber, String phone, Uri uri) {
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 369 updatePhone(currentTab);
412 updatePhone(Integer.parseInt(tabId));
417 private void updatePhone(int slotId) {
428 Log.i(LOG_TAG, "updatePhone:- slotId=" + slotId + " sir=" + sir);
    [all...]

Completed in 123 milliseconds