Home
last modified time | relevance | path

Searched defs:testProjection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java471 final String[] testProjection = in testBulkInsertCarriers() local
602 final String[] testProjection = in testUpdateConflictingCarriers() local
648 final String[] testProjection = in doSimpleTestForUri() local
702 final String[] testProjection = in testOwnedBy() local
798 final String[] testProjection = in testSimTable() local
1269 final String[] testProjection = in testEnforceManagedUri() local
1341 final String[] testProjection = in queryFullTestApnRecord() local
1736 String[] testProjection = { in preserveEditedValueInMerge() local
1782 String[] testProjection = { in preserveDeletedValueInMerge() local
1836 final String[] testProjection = { Carriers.APN, Carriers.NAME }; in testQueryPreferredApn() local
[all …]
DTelephonyDatabaseHelperTest.java439 final String[] testProjection = {Telephony.SimInfo.COLUMN_USER_HANDLE}; in databaseHelperOnUpgrade_hasUserHandleField_updateNullUserHandleValue() local
535 final String[] testProjection = {columnIsNtn}; in databaseHelperOnUpgrade_hasIsNtn_updateToIsOnlyNtnField() local
633 final String[] testProjection = {Carriers.INFRASTRUCTURE_BITMASK}; in databaseHelperOnUpgrade_hasInfrastructureFields_updateInfrastructureValue() local
707 final String[] testProjection = in databaseHelperOnUpgrade_hasSatelliteAttachEnabledForCarrierField_updateValue() local
/aosp_15_r20/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
H A DApnDatabaseTest.java207 final String[] testProjection = { in testQueryConflictCase() local
269 final String[] testProjection = { in testUpdateConflictCase() local
343 final String[] testProjection = { in testDeleteConflictCase() local
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DContactsContract_RawContactsTest.java300 public void testProjection() throws Exception { in testProjection() method in ContactsContract_RawContactsTest
H A DContactsContract_ContactsTest.java546 public void testProjection() throws Exception { in testProjection() method in ContactsContract_ContactsTest