OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhoneNumberInteraction
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/list/
AllContactsActivity.java
33
import com.android.dialer.interactions.
PhoneNumberInteraction
;
47
PhoneNumberInteraction
.startInteractionForPhoneCall(
/packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java
73
public class
PhoneNumberInteraction
implements OnLoadCompleteListener<Cursor> {
74
private static final String TAG =
PhoneNumberInteraction
.class.getSimpleName();
180
* {@link
PhoneNumberInteraction
#startInteractionForPhoneCall(TransactionSafeActivity, Uri)} or
181
* {@link
PhoneNumberInteraction
#startInteractionForTextMessage(TransactionSafeActivity, Uri)}
243
PhoneNumberInteraction
.performAction(activity, phoneItem.phoneNumber,
292
* Constructs a new {@link
PhoneNumberInteraction
}. The constructor takes in a {@link Context}
294
* of this class. However, all factory methods for creating {@link
PhoneNumberInteraction
}s
298
/* package */
PhoneNumberInteraction
(Context context, int interactionType,
303
private
PhoneNumberInteraction
(Context context, int interactionType,
312
PhoneNumberInteraction
.performAction(mContext, phoneNumber, mInteractionType, mCallOrigin)
[
all
...]
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java
37
import com.android.dialer.interactions.
PhoneNumberInteraction
.PhoneItem;
43
* Tests for {@link com.android.contacts.common.interactions.
PhoneNumberInteraction
}.
60
private final static class TestPhoneNumberInteraction extends
PhoneNumberInteraction
{
150
PhoneNumberInteraction
.PhoneItem phoneItem1 = new
PhoneNumberInteraction
.PhoneItem();
151
PhoneNumberInteraction
.PhoneItem phoneItem2 = new
PhoneNumberInteraction
.PhoneItem();
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
67
import com.android.dialer.interactions.
PhoneNumberInteraction
;
212
PhoneNumberInteraction
.startInteractionForPhoneCall(
[
all
...]
Completed in 42 milliseconds