OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneItem
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java
80
/* package */ static class
PhoneItem
implements Parcelable, Collapsible<
PhoneItem
> {
90
public
PhoneItem
() {
93
private
PhoneItem
(Parcel in) {
120
public void collapseWith(
PhoneItem
phoneItem
) {
125
public boolean shouldCollapseWith(
PhoneItem
phoneItem
) {
127
Phone.CONTENT_ITEM_TYPE,
phoneItem
.phoneNumber);
135
public static final Parcelable.Creator<
PhoneItem
> CREATO
[
all
...]
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java
37
import com.android.dialer.interactions.PhoneNumberInteraction.
PhoneItem
;
61
private ArrayList<
PhoneItem
> mPhoneList;
69
void showDisambiguationDialog(ArrayList<
PhoneItem
> phoneList) {
150
PhoneNumberInteraction.
PhoneItem
phoneItem1 = new PhoneNumberInteraction.
PhoneItem
();
151
PhoneNumberInteraction.
PhoneItem
phoneItem2 = new PhoneNumberInteraction.
PhoneItem
();
222
List<
PhoneItem
> items = interaction.mPhoneList;
226
PhoneItem
item = items.get(0);
Completed in 220 milliseconds