Searched refs:pref1 (Results 1 – 2 of 2) sorted by relevance
230 final Preference pref1 = new Preference(mAppContext); in addToCollapsedList_shouldAddInOrder() local232 pref1.setOrder(10); in addToCollapsedList_shouldAddInOrder()238 mMixin.addToCollapsedList(pref1); in addToCollapsedList_shouldAddInOrder()241 assertThat(collapsedList.get(0)).isSameAs(pref1); in addToCollapsedList_shouldAddInOrder()316 final Preference pref1 = new Preference(mAppContext); in updateExpandSummary_doNotIncludeEmptyPrefTitle() local317 pref1.setTitle("1"); in updateExpandSummary_doNotIncludeEmptyPrefTitle()325 mMixin.addToCollapsedList(pref1); in updateExpandSummary_doNotIncludeEmptyPrefTitle()347 final Preference pref1 = new Preference(mAppContext); in updateExapndSummary_multiPrefs_useCombinedPrefTitleAsSummary() local348 pref1.setTitle(TEST1); in updateExapndSummary_multiPrefs_useCombinedPrefTitleAsSummary()352 mMixin.addToCollapsedList(pref1); in updateExapndSummary_multiPrefs_useCombinedPrefTitleAsSummary()
91 Preference pref1 = mock(Preference.class); in updatePreferenceIntents_shouldRunRecursively() local97 prefRoot.addPreference(pref1); in updatePreferenceIntents_shouldRunRecursively()