Searched refs:createActionIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DReturnToCallController.java68 toggleSpeaker = createActionIntent(ReturnToCallActionReceiver.ACTION_TOGGLE_SPEAKER);
70 createActionIntent(ReturnToCallActionReceiver.ACTION_SHOW_AUDIO_ROUTE_SELECTOR);
71 toggleMute = createActionIntent(ReturnToCallActionReceiver.ACTION_TOGGLE_MUTE);
72 endCall = createActionIntent(ReturnToCallActionReceiver.ACTION_END_CALL);
206 private PendingIntent createActionIntent(String action) { method in class:ReturnToCallController
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java406 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
414 return createActionIntent(launcher, account, messageUri, FORWARD);
417 private static Intent createActionIntent(final Context context, final Account account, method in class:ComposeActivity

Completed in 59 milliseconds