Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java110 private static final Uri URI_TELEPHONY = Carriers.CONTENT_URI; field in TelephonyProviderTest
666 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri()
746 int numRowsDeleted = mContentResolver.delete(URI_TELEPHONY, selection, selectionArgs); in testEnforceManagedUri()
792 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl()
796 final Cursor cursorTelephony = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl()
810 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl()
813 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl()
830 int numRowsDeleted = mContentResolver.delete(URI_TELEPHONY, selection, selectionArgs); in testTelephonyUriDpcRecordAccessControl()
832 final Cursor cursorTelephonyRemaining = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl()
870 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri()
[all …]