Home
last modified time | relevance | path

Searched refs:ShadowContentResolver (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountSyncPreferenceControllerTest.java38 import com.android.settings.testutils.shadow.ShadowContentResolver;
52 @Config(shadows = {ShadowAccountManager.class, ShadowContentResolver.class})
81 ShadowContentResolver.reset(); in tearDown()
101 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateSummary_adapterInvisible_shouldNotCount()
114 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateSummary_notSameAccountType_shouldNotCount()
127 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateSummary_notSyncable_shouldNotCount()
128 ShadowContentResolver.setSyncable("authority", 0); in updateSummary_notSyncable_shouldNotCount()
141 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateSummary_syncDisabled_shouldNotCount()
142 ShadowContentResolver.setSyncAutomatically("authority", false); in updateSummary_syncDisabled_shouldNotCount()
143 ShadowContentResolver.setMasterSyncAutomatically(3, true); in updateSummary_syncDisabled_shouldNotCount()
[all …]
DChooseAccountPreferenceControllerTest.java44 import com.android.settings.testutils.shadow.ShadowContentResolver;
60 @Config(shadows = {ShadowAccountManager.class, ShadowContentResolver.class,
85 ShadowContentResolver.reset(); in tearDown()
123 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateAuthDescriptions_oneProvider_shouldNotAddPreference()
148 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateAuthDescriptions_oneAdminDisabledProvider_shouldNotAddPreference()
173 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateAuthDescriptions_noProvider_shouldNotAddPreference()
202 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in updateAuthDescriptions_twoProvider_shouldAddTwoPreference()
DAccountSyncSettingsTest.java32 import com.android.settings.testutils.shadow.ShadowContentResolver;
45 ShadowContentResolver.class,
60 ShadowContentResolver.reset(); in tearDown()
DRemoveAccountPreferenceControllerTest.java52 import com.android.settings.testutils.shadow.ShadowContentResolver;
121 ShadowContentResolver.reset(); in tearDown()
146 @Config(shadows = {ShadowAccountManager.class, ShadowContentResolver.class,
179 @Config(shadows = {ShadowAccountManager.class, ShadowContentResolver.class,
DEmergencyInfoPreferenceControllerTest.java42 import com.android.settings.testutils.shadow.ShadowContentResolver;
87 ShadowContentResolver.reset(); in tearDown()
142 @Config(shadows = {ShadowAccountManager.class, ShadowContentResolver.class})
DAccountTypePreferenceLoaderTest.java45 import com.android.settings.testutils.shadow.ShadowContentResolver;
65 ShadowContentResolver.class,
101 ShadowContentResolver.reset(); in tearDown()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountSyncDetailsPreferenceControllerTest.java45 import com.android.car.settings.testutils.ShadowContentResolver;
66 @Config(shadows = {ShadowContentResolver.class, ShadowApplicationPackageManager.class,
82 ShadowContentResolver.SyncListener mMockSyncListener;
91 ShadowContentResolver.setSyncListener(mMockSyncListener); in setUp()
108 ShadowContentResolver.reset(); in tearDown()
117 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_syncAdapterDoesNotHaveSameAccountType_shouldNotBeShown()
130 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_syncAdapterIsNotVisible_shouldNotBeShown()
143 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_syncAdapterIsNotSyncable_shouldNotBeShown()
145 ShadowContentResolver.setIsSyncable(mAccount, AUTHORITY, /* syncable= */ NOT_SYNCABLE); in refreshUi_syncAdapterIsNotSyncable_shouldNotBeShown()
158 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_syncAdapterDoesNotHaveProviderInfo_shouldNotBeShown()
[all …]
DAccountSyncPreferenceControllerTest.java36 import com.android.car.settings.testutils.ShadowContentResolver;
51 @Config(shadows = {ShadowContentResolver.class})
82 ShadowContentResolver.reset(); in tearDown()
94 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_notSameAccountType_shouldNotCount()
114 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_adapterInvisible_shouldNotCount()
134 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_notSyncable_shouldNotCount()
152 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_masterAutomaticSyncIgnoredAndAccountSyncDisabled_shouldNotCount()
173 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_masterAutomaticSyncUsed_shouldCount()
192 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_automaticSyncEnabled_shouldCount()
223 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_someEnabled_shouldSetSummary()
DAccountTypesHelperTest.java30 import com.android.car.settings.testutils.ShadowContentResolver;
47 @Config(shadows = {ShadowContentResolver.class, ShadowAccountManager.class})
73 ShadowContentResolver.reset(); in tearDown()
118 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in forceUpdate_doesNotHaveAuthoritiesInFilter_notAuthorized()
137 ShadowContentResolver.setSyncAdapterTypes(syncAdapters); in refreshUi_hasAuthoritiesInFilter_notAuthorized()
DAccountAutoSyncPreferenceControllerTest.java37 import com.android.car.settings.testutils.ShadowContentResolver;
49 @Config(shadows = {ShadowContentResolver.class})
DAccountDetailsSettingControllerTest.java40 import com.android.car.settings.testutils.ShadowContentResolver;
59 @Config(shadows = {ShadowAccountManager.class, ShadowContentResolver.class,
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilitySettingsContentObserverTest.java38 import org.robolectric.shadows.ShadowContentResolver;
64 ShadowContentResolver shadowContentResolver = Shadow.extract(mContentResolver); in register_shouldRegisterContentObserverForDefaultKeys()
77 ShadowContentResolver shadowContentResolver = Shadow.extract(mContentResolver); in unregister_shouldUnregisterContentObserver()
89 ShadowContentResolver shadowContentResolver = Shadow.extract(mContentResolver); in register_addSpecificKeys_shouldRegisterContentObserverForSpecificAndDefaultKeys()
142 private void assertNotObserverToUri(ShadowContentResolver resolver, String key) { in assertNotObserverToUri()
146 private void assertObserverToUri(ShadowContentResolver resolver, in assertObserverToUri()
DMagnificationAlwaysOnPreferenceControllerTest.java43 import org.robolectric.shadows.ShadowContentResolver;
52 private ShadowContentResolver mShadowContentResolver;
/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvProviderUtilsTest.java35 import org.robolectric.shadows.ShadowContentResolver;
43 shadows = {ShadowContentResolver.class})
53 ShadowContentResolver.registerProviderInternal(TvContract.AUTHORITY, provider); in setUp()
/packages/apps/TV/tests/common/src/com/android/tv/testing/robo/
DContentProviders.java22 import org.robolectric.shadows.ShadowContentResolver;
35 ShadowContentResolver.registerProviderInternal(authority, provider); in register()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowContentResolver.java45 public class ShadowContentResolver extends org.robolectric.shadows.ShadowContentResolver { class
153 org.robolectric.shadows.ShadowContentResolver.reset(); in reset()
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DAutoSyncDataPreferenceControllerTest.java34 import com.android.settings.testutils.shadow.ShadowContentResolver;
52 @Config(shadows = {ShadowContentResolver.class})
83 ShadowContentResolver.reset(); in tearDown()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowContentResolver.java32 public class ShadowContentResolver extends org.robolectric.shadows.ShadowContentResolver { class
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DUserDictionaryCursorLoaderTest.java34 import org.robolectric.shadows.ShadowContentResolver;
47 ShadowContentResolver.registerProviderInternal(UserDictionary.AUTHORITY, mContentProvider); in setUp()
DUserDictionaryListControllerTest.java42 import org.robolectric.shadows.ShadowContentResolver;
59 ShadowContentResolver.registerProviderInternal(UserDictionary.AUTHORITY, mContentProvider); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DBrightnessLevelPreferenceControllerTest.java62 import org.robolectric.shadows.ShadowContentResolver;
124 ShadowContentResolver shadowContentResolver = Shadow.extract(mContentResolver); in onStart_shouldRegisterObserver()
136 ShadowContentResolver shadowContentResolver = Shadow.extract(mContext.getContentResolver()); in onStop_shouldUnregisterObserver()
/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManagerTest.java39 import org.robolectric.shadows.ShadowContentResolver;
59 ShadowContentResolver.registerProviderInternal(TvContract.AUTHORITY, provider); in setup()
/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
DDreamHomeControlsPreferenceControllerTest.java45 import org.robolectric.shadows.ShadowContentResolver;
58 private ShadowContentResolver mShadowContentResolver;
DDreamMainSwitchPreferenceControllerTest.java42 import org.robolectric.shadows.ShadowContentResolver;
55 private ShadowContentResolver mShadowContentResolver;
/packages/services/Mms/tests/robotests/src/com/android/mms/service/
DApnSettingsTest.java40 import org.robolectric.shadows.ShadowContentResolver;
98 ShadowContentResolver.registerProviderInternal( in createApnSettingsCursor()

12