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