Home
last modified time | relevance | path

Searched refs:attachInfoForTesting (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestDocumentsProvider.java49 public void attachInfoForTesting(Context context, ProviderInfo info) { in attachInfoForTesting() method in TestDocumentsProvider
51 super.attachInfoForTesting(context, info); in attachInfoForTesting()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleProviderTestable.java30 attachInfoForTesting(context, info); in initializeForTesting()
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCellBroadcastProviderTestable.java71 attachInfoForTesting(context, providerInfo); in initializeForTesting()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastContentProviderTestable.java81 attachInfoForTesting(context, providerInfo); in initializeForTesting()
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DCarrierIdProviderTestable.java61 attachInfoForTesting(context, providerInfo); in initializeForTesting()
H A DSmsProviderTest.java100 smsProvider.attachInfoForTesting(this, providerInfo); in MockContextWithProvider()
H A DCarrierProviderTest.java83 carrierProvider.attachInfoForTesting(this, providerInfo); in MockContextWithProvider()
/aosp12/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
H A DExternalStorageProviderTest.java50 spyProvider.attachInfoForTesting( in onCreate_shouldUpdateVolumes()
/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockContentProvider.java374 public static void attachInfoForTesting( in attachInfoForTesting() method in MockContentProvider
376 provider.attachInfoForTesting(context, providerInfo); in attachInfoForTesting()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/eab/
H A DEabProviderTestable.java54 attachInfoForTesting(context, providerInfo); in initializeForTesting()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase2.java156 MockContentProvider.attachInfoForTesting(instance, context, providerInfo); in createProviderForTest()
H A DRenamingDelegatingContext.java75 MockContentProvider.attachInfoForTesting(mProvider, mContext, null); in providerWithRenamedContext()
/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DUnrecognizedColumnsTest.java54 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DColumnFilterTest.java59 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DBootCompletedReceiverTest.java70 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DPackageRemovedReceiverTest.java67 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DTransientRowHelperTests.java73 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DDatabaseHelperTest.java55 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DParametersTest.java61 mProvider.attachInfoForTesting(getContext(), info); in setUp()
H A DEpgDataCleanupServiceTests.java76 mProvider.attachInfoForTesting(getContext(), info); in setUp()
/aosp12/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
H A DMyMockContext.java127 mProvider.attachInfoForTesting(this, info); in initializeContext()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsProvider.java57 attachInfoForTesting(null, info); in TestDocumentsProvider()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DRenamingDelegatingContext.java65 mProvider.attachInfoForTesting(mContext, null); in providerWithRenamedContext()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java185 public void attachInfoForTesting(Context context, ProviderInfo info) { in attachInfoForTesting() method in DocumentsProvider
188 super.attachInfoForTesting(context, info); in attachInfoForTesting()
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DServiceStateProviderTest.java149 provider.attachInfoForTesting(mContext, providerInfo); in setUp()

12