Searched refs:queryFullTestApnRecord (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 754 private Cursor queryFullTestApnRecord(Uri uri, String numeric) { in queryFullTestApnRecord() method in TelephonyProviderTest 796 final Cursor cursorTelephony = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() 813 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() 814 final Cursor cursorDPCUpdate = queryFullTestApnRecord(URI_DPC, numeric); in testTelephonyUriDpcRecordAccessControl() 832 final Cursor cursorTelephonyRemaining = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() 835 final Cursor cursorDPCDeleted = queryFullTestApnRecord(URI_DPC, numeric); in testTelephonyUriDpcRecordAccessControl() 877 final Cursor cursorDPC = queryFullTestApnRecord(URI_DPC, numeric); in testDpcUri() 894 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testDpcUri() 895 final Cursor cursorDPCUpdate = queryFullTestApnRecord(URI_DPC, numeric); in testDpcUri() 969 Cursor cursorDPC1 = queryFullTestApnRecord(URI_DPC, numeric); in testDpcUriOnConflict() [all …]
|