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

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 33 public static final String PHONE_NUMBER = "subscriberId";
DeviceInfoInstrument.java 116 addResult(PHONE_NUMBER, phoneNumber);
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 49 static final String PHONE_NUMBER = "phone";
70 + Profiles.PHONE_NUMBER + " TEXT"
110 + Profiles.PHONE_NUMBER
137 Profiles.PHONE_NUMBER
AutofillHandler.java 109 AutoFillProfileDatabase.Profiles.PHONE_NUMBER));
  /external/chromium/chrome/browser/autofill/
autofill_type.h 44 PHONE_NUMBER,
autofill_type_unittest.cc 33 EXPECT_EQ(AutofillType::PHONE_NUMBER, phone.subgroup());
autofill_type.cc 42 { AutofillType::PHONE_HOME, AutofillType::PHONE_NUMBER },
60 { AutofillType::PHONE_FAX, AutofillType::PHONE_NUMBER },
phone_number.cc 5 #include "chrome/browser/autofill/phone_number.h"
24 AutofillType::PHONE_NUMBER,
121 if (subgroup == AutofillType::PHONE_NUMBER)
autofill_manager.cc 29 #include "chrome/browser/autofill/phone_number.h"
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 41 public final static int PHONE_NUMBER = 5;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 49 private static final String PHONE_NUMBER = "16175551212";
119 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('+" + PHONE_NUMBER + "');");
153 "PHONE_NUMBERS_EQUAL(num, '+" + PHONE_NUMBER + "')", null, null, null, null);
158 assertEquals("+" + PHONE_NUMBER, number);
167 assertEquals("+" + PHONE_NUMBER, number);
171 "PHONE_NUMBERS_EQUAL(num, '" + PHONE_NUMBER + "')", null, null, null, null);
176 assertEquals("+" + PHONE_NUMBER, number);
186 assertEquals("+" + PHONE_NUMBER, number);
191 "PHONE_NUMBERS_EQUAL(num, '011" + PHONE_NUMBER + "')", null, null, null, null);
196 assertEquals("+" + PHONE_NUMBER, number)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 87 serializer.attribute(ns, DeviceInfoConstants.PHONE_NUMBER,
88 getMetric(metricsCopy, DeviceInfoConstants.PHONE_NUMBER));
431 combineMetrics(metricsCopy, DeviceInfoConstants.PHONE_NUMBER, DeviceInfoConstants.IMSI,
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 71 public static final int PHONE_NUMBER = 3;
286 view.showData(cursor, PhoneQuery.PHONE_NUMBER);
ContactTileAdapter.java 175 mPhoneNumberIndex = ContactTileLoaderFactory.PHONE_NUMBER;

Completed in 769 milliseconds