Home
last modified time | relevance | path

Searched refs:phoneIntent (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DPhoneService.java73 Intent phoneIntent = new Intent(context, PhoneService.class); in getPendingIntent() local
74 phoneIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent()
75 phoneIntent.setAction(action); in getPendingIntent()
76 phoneIntent.putExtra(EXTRA_ID, id); in getPendingIntent()
78 context, 58, phoneIntent, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntent()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction() local
134 mIntent = phoneIntent; in DataAction()
139 mIntent = phoneIntent; in DataAction()