Searched refs:phoneIntent (Results 1 – 2 of 2) sorted by relevance
73 Intent phoneIntent = new Intent(context, PhoneService.class); in getPendingIntent() local74 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()
123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction() local134 mIntent = phoneIntent; in DataAction()139 mIntent = phoneIntent; in DataAction()