OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneIntent
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java
73
Intent
phoneIntent
= new Intent(context, PhoneService.class);
74
phoneIntent
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
75
phoneIntent
.setAction(action);
76
phoneIntent
.putExtra(EXTRA_ID, id);
78
context, 58,
phoneIntent
, PendingIntent.FLAG_UPDATE_CURRENT);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
123
final Intent
phoneIntent
= hasPhone ? CallUtil.getCallIntent(number)
134
mIntent =
phoneIntent
;
139
mIntent =
phoneIntent
;
Completed in 46 milliseconds