Searched refs:isContactSharingAllowedForCloneProfile (Results 1 – 2 of 2) sorted by relevance
225 doReturn(true).when(mSyncManager).isContactSharingAllowedForCloneProfile(); in testShouldDisableSync()
894 protected boolean isContactSharingAllowedForCloneProfile() { in isContactSharingAllowedForCloneProfile() method in SyncManager908 if (userInfo == null || providerName == null || !isContactSharingAllowedForCloneProfile()) { in shouldDisableSyncForUser()