Searched refs:mContactsPreferences (Results 1 – 2 of 2) sorted by relevance
46 private ContactsPreferences mContactsPreferences; field in ContactsPreferencesTest82 mContactsPreferences.getSortOrder()); in testGetSortOrderDefault()92 mContactsPreferences.getSortOrder()); in testGetSortOrder()101 mContactsPreferences.getDisplayOrder()); in testGetDisplayOrderDefault()111 mContactsPreferences.getDisplayOrder()); in testGetDisplayOrder()160 mContactsPreferences.getSortOrder()); in testRefreshSortOrder()164 mContactsPreferences.getSortOrder()); in testRefreshSortOrder()176 mContactsPreferences.getDisplayOrder()); in testRefreshDisplayOrder()180 mContactsPreferences.getDisplayOrder()); in testRefreshDisplayOrder()192 mContactsPreferences.getDefaultAccount()); in testRefreshDefaultAccount()[all …]
40 @Mock private ContactsPreferences mContactsPreferences; field in ContactDisplayUtilTests100 mContactsPreferences)); in testGetPreferredDisplayName_EmptyAlternative()106 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_InvalidPreference()113 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_Primary()120 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredDisplayName_Alternative()143 Mockito.when(mContactsPreferences.getSortOrder()) in testGetPreferredSortName_EmptyAlternative()146 mContactsPreferences)); in testGetPreferredSortName_EmptyAlternative()152 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredSortName_InvalidPreference()156 Mockito.when(mContactsPreferences.getSortOrder()) in testGetPreferredSortName_Primary()159 NAME_ALTERNATIVE, mContactsPreferences)); in testGetPreferredSortName_Primary()[all …]