Searched refs:otherValues (Results 1 – 1 of 1) sorted by relevance
1575 ContentValues otherValues = new ContentValues(); in testQueryPreferredApn() local1578 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() local1764 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 …]