Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java610 private int insertApnRecord(Uri uri, String apn, String name, int current, String numeric) { in insertApnRecord() method in TelephonyProviderTest
638 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testEnforceManagedUri()
644 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri()
762 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testTelephonyUriDpcRecordAccessControl()
768 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl()
838 dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testDpcUri()
844 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri()
929 dpcRecordId1 = insertApnRecord(URI_DPC, dpcRecordApn1, dpcRecordName, in testDpcUriOnConflict()
935 final int dpcRecordIdConflict = insertApnRecord(URI_DPC, dpcRecordApn1, in testDpcUriOnConflict()
950 dpcRecordId2 = insertApnRecord(URI_DPC, dpcRecordApn2, dpcRecordName, in testDpcUriOnConflict()