Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncManagerTest.java234 assertThat(mSyncManager.shouldDisableSyncForUser(cloneUserInfo, in testShouldDisableSync()
236 assertThat(mSyncManager.shouldDisableSyncForUser(primaryUserInfo, in testShouldDisableSync()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java936 protected boolean shouldDisableSyncForUser(UserInfo userInfo, String providerName) { in shouldDisableSyncForUser() method in SyncManager
950 if (shouldDisableSyncForUser(userInfo, providerName)) { in getIsSyncable()