Home
last modified time | relevance | path

Searched refs:IntentModule (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DIntentModule.java35 public class IntentModule implements HistoryItemActionModule { class
48 public IntentModule(Context context, Intent intent, @StringRes int text, @DrawableRes int image) { in IntentModule() method in IntentModule
52 IntentModule( in IntentModule() method in IntentModule
84 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()
DHistoryItemActionModulesBuilder.java168 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()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/
DModules.java29 import com.android.dialer.historyitemactions.IntentModule;
75 return new IntentModule( in createModuleForAccessingCallDetails()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DSpeedDialFragment.java56 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 {