OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PhoneNumberInteraction
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java
75
public class
PhoneNumberInteraction
implements OnLoadCompleteListener<Cursor> {
76
private static final String TAG =
PhoneNumberInteraction
.class.getSimpleName();
182
* {@link
PhoneNumberInteraction
#startInteractionForPhoneCall(TransactionSafeActivity, Uri)} or
183
* {@link
PhoneNumberInteraction
#startInteractionForTextMessage(TransactionSafeActivity, Uri)}
252
PhoneNumberInteraction
.performAction(activity, phoneItem.phoneNumber,
302
* Constructs a new {@link
PhoneNumberInteraction
}. The constructor takes in a {@link Context}
304
* of this class. However, all factory methods for creating {@link
PhoneNumberInteraction
}s
308
/* package */
PhoneNumberInteraction
(Context context, int interactionType,
314
private
PhoneNumberInteraction
(Context context, int interactionType,
325
PhoneNumberInteraction
.performAction(mContext, phoneNumber, mInteractionType, mIsVideoCall
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
71
import com.android.dialer.interactions.
PhoneNumberInteraction
;
[
all
...]
Completed in 3554 milliseconds