Searched refs:shouldCollapseWith (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DCollapser.java41 public boolean shouldCollapseWith(T t); method in interface:Collapser.Collapsible
46 * if {@link Collapsible#shouldCollapseWith(Object)} returns true, and are collapsed
61 if (iItem.shouldCollapseWith(jItem)) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DCollapser.java41 public boolean shouldCollapseWith(T t); method in interface:Collapser.Collapsible
46 * if {@link Collapsible#shouldCollapseWith(Object) return strue, and are collapsed
61 if (iItem.shouldCollapseWith(jItem)) {
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DPhoneNumberInteractionTest.java151 assertTrue(phoneItem1.shouldCollapseWith(phoneItem2));
156 assertFalse(phoneItem1.shouldCollapseWith(phoneItem2));
161 assertFalse(phoneItem1.shouldCollapseWith(phoneItem2));
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDataAction.java316 if (!shouldCollapseWith(other)) {
323 public boolean shouldCollapseWith(Action t) { method in class:DataAction
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DPhoneNumberInteraction.java116 if (!shouldCollapseWith(phoneItem)) {
123 public boolean shouldCollapseWith(PhoneItem phoneItem) { method in class:PhoneNumberInteraction.PhoneItem
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java591 if (!shouldCollapseWith(entry)) {
623 public boolean shouldCollapseWith(ViewEntry entry) { method in class:ContactFragment.ViewEntry
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java1312 if (!shouldCollapseWith(entry)) {
1345 public boolean shouldCollapseWith(DetailViewEntry entry) { method in class:ContactDetailFragment.DetailViewEntry

Completed in 167 milliseconds