Home
last modified time | relevance | path

Searched refs:otherValues (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1575 ContentValues otherValues = new ContentValues(); in testQueryPreferredApn() local
1578 otherValues.put(Carriers.APN, otherApn); in testQueryPreferredApn()
1579 otherValues.put(Carriers.NAME, otherName); in testQueryPreferredApn()
1580 otherValues.put(Carriers.NUMERIC, TEST_OPERATOR); in testQueryPreferredApn()
1585 + otherValues); in testQueryPreferredApn()
1587 mContentResolver.insert(CONTENT_URI_WITH_SUBID, otherValues); in testQueryPreferredApn()
1759 ContentValues otherValues = new ContentValues(); in testRestoreDefaultApn() local
1764 otherValues.put(Carriers.APN, otherApn); in testRestoreDefaultApn()
1765 otherValues.put(Carriers.NAME, otherName); in testRestoreDefaultApn()
1766 otherValues.put(Carriers.NUMERIC, TEST_OPERATOR); in testRestoreDefaultApn()
[all …]