OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smsIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
118
Intent
smsIntent
= null;
120
smsIntent
= new Intent(Intent.ACTION_SENDTO,
122
smsIntent
.setComponent(smsComponent);
128
mAlternateIntent =
smsIntent
;
134
mIntent =
smsIntent
;
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
572
Intent
smsIntent
= null;
574
smsIntent
= new Intent(Intent.ACTION_SENDTO,
576
smsIntent
.setComponent(smsComponent);
582
entry.secondaryIntent =
smsIntent
;
589
entry.intent =
smsIntent
;
[
all
...]
Completed in 50 milliseconds