Searched refs:URI_TELEPHONY (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 123 private static final Uri URI_TELEPHONY = Carriers.CONTENT_URI; field in TelephonyProviderTest 1011 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri() 1091 int numRowsDeleted = mContentResolver.delete(URI_TELEPHONY, selection, selectionArgs); in testEnforceManagedUri() 1137 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 1141 final Cursor cursorTelephony = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() 1155 final int updateCount = mContentResolver.update(URI_TELEPHONY, contentValuesOthersUpdate, in testTelephonyUriDpcRecordAccessControl() 1158 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() 1175 int numRowsDeleted = mContentResolver.delete(URI_TELEPHONY, selection, selectionArgs); in testTelephonyUriDpcRecordAccessControl() 1177 final Cursor cursorTelephonyRemaining = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() 1215 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri() [all …]
|