Searched refs:IntentModule (Results 1 – 4 of 4) sorted by relevance
35 public class IntentModule implements HistoryItemActionModule { class48 public IntentModule(Context context, Intent intent, @StringRes int text, @DrawableRes int image) { in IntentModule() method in IntentModule52 IntentModule( in IntentModule() method in IntentModule84 public static IntentModule newCallModule(Context context, CallIntentBuilder callIntentBuilder) { in newCallModule()89 static IntentModule newCallModule( in newCallModule()104 return new IntentModule( in newCallModule()113 public static IntentModule newModuleForSendingTextMessage(Context context, String number) { in newModuleForSendingTextMessage()118 static IntentModule newModuleForSendingTextMessage( in newModuleForSendingTextMessage()120 return new IntentModule( in newModuleForSendingTextMessage()
168 modules.add(IntentModule.newCallModule(context, callIntentBuilder)); in addModuleForVoiceCall()218 IntentModule.newCallModule( in addModuleForVideoCall()233 IntentModule.newCallModule( in addModuleForVideoCall()237 IntentModule.newCallModule( in addModuleForVideoCall()279 IntentModule.newModuleForSendingTextMessage( in addModuleForSendingTextMessage()333 new IntentModule( in addModuleForAddingToContacts()
29 import com.android.dialer.historyitemactions.IntentModule;75 return new IntentModule( in createModuleForAccessingCallDetails()
56 import com.android.dialer.historyitemactions.IntentModule;498 IntentModule.newCallModule( in onOverFlowMenuClicked()508 IntentModule.newCallModule( in onOverFlowMenuClicked()518 IntentModule.newModuleForSendingTextMessage(getContext(), defaultChannel.number())); in onOverFlowMenuClicked()590 private final class ContactInfoModule extends IntentModule {