OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertPhoneNumber
(Results
1 - 11
of
11
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java
47
insertPhoneNumber
(rawContactId, "555-123-4567");
55
insertPhoneNumber
(rawContactId, "555-123-4567");
63
insertPhoneNumber
(rawContactId, "555-123-4567");
71
insertPhoneNumber
(rawContactId, "555-123-4567");
80
insertPhoneNumber
(rawContactId, "555-123-4567");
CallerInfoIntegrationTest.java
49
insertPhoneNumber
(rawContactId, "800-466-4411");
SearchIndexManagerTest.java
218
insertPhoneNumber
(rawContactId, "800555GOOG");
219
insertPhoneNumber
(rawContactId, "8005551234");
436
insertPhoneNumber
(rawContactId, "1234567890");
446
insertPhoneNumber
(rawContactId, "330142685300");
447
insertPhoneNumber
(rawContactId, "(800)GOOG-123");
468
insertPhoneNumber
(rawContactId, "505-123-4567");
ContactsProvider2Test.java
[
all
...]
BaseContactsProvider2Test.java
256
protected Uri
insertPhoneNumber
(long rawContactId, String phoneNumber) {
257
return
insertPhoneNumber
(rawContactId, phoneNumber, false);
260
protected Uri
insertPhoneNumber
(long rawContactId, String phoneNumber, boolean primary) {
261
return
insertPhoneNumber
(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME);
264
protected Uri
insertPhoneNumber
(long rawContactId, String phoneNumber, boolean primary,
266
return
insertPhoneNumber
(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME);
269
protected Uri
insertPhoneNumber
(long rawContactId, String phoneNumber, boolean primary,
271
return
insertPhoneNumber
(rawContactId, phoneNumber, primary, false, type);
274
protected Uri
insertPhoneNumber
(long rawContactId, String phoneNumber, boolean primary,
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java
294
insertPhoneNumber
(rawContactId1, "(888)555-1231");
298
insertPhoneNumber
(rawContactId2, "1(888)555-1231");
301
insertPhoneNumber
(rawContactId3, "1(888)555-1231");
310
insertPhoneNumber
(rawContactId1, "(888)555-1232");
314
insertPhoneNumber
(rawContactId2, "1(888)555-1232");
322
insertPhoneNumber
(rawContactId1, "(888)555-1233");
325
insertPhoneNumber
(rawContactId2, "1(888)555-1233");
333
insertPhoneNumber
(rawContactId1, "(888)555-1235");
337
insertPhoneNumber
(rawContactId2, "1(888)555-1235");
[
all
...]
ContactAggregatorTest.java
294
insertPhoneNumber
(rawContactId1, "(888)555-1231");
297
insertPhoneNumber
(rawContactId2, "1(888)555-1231");
304
insertPhoneNumber
(rawContactId1, "(888)555-1232");
308
insertPhoneNumber
(rawContactId2, "1(888)555-1232");
316
insertPhoneNumber
(rawContactId1, "(888)555-1233");
319
insertPhoneNumber
(rawContactId2, "1(888)555-1233");
327
insertPhoneNumber
(rawContactId1, "(888)555-1235");
331
insertPhoneNumber
(rawContactId2, "1(888)555-1235");
339
insertPhoneNumber
(rawContactId1, "(888)555-1236");
343
insertPhoneNumber
(rawContactId2, "1(888)555-1236")
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataUsageTest.java
87
dataIds[0] = DataUtil.
insertPhoneNumber
(mResolver, rawContactId, "555-5555");
88
dataIds[1] = DataUtil.
insertPhoneNumber
(mResolver, rawContactId, "555-5554");
90
dataIds[3] = DataUtil.
insertPhoneNumber
(mResolver, rawContactId, "555-5556");
ContactsProvider2_AccountRemovalTest.java
143
DataUtil.
insertPhoneNumber
(mResolver, ids1.mRawContactId, "555-5555");
147
DataUtil.
insertPhoneNumber
(mResolver, ids2.mRawContactId, "555-5555");
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/
ContactTestUtils.java
71
return
insertPhoneNumber
(contentResolver, rawContactId,
86
private static Uri
insertPhoneNumber
(ContentResolver contentResolver,
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DataUtil.java
49
public static long
insertPhoneNumber
(ContentResolver resolver, long rawContactId,
Completed in 729 milliseconds