Home
last modified time | relevance | path

Searched refs:newCallModule (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DIntentModule.java84 public static IntentModule newCallModule(Context context, CallIntentBuilder callIntentBuilder) { in newCallModule() method in IntentModule
85 return newCallModule(context, callIntentBuilder, /* impressions = */ ImmutableList.of()); in newCallModule()
89 static IntentModule newCallModule( in newCallModule() method in IntentModule
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()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DSpeedDialFragment.java498 IntentModule.newCallModule( in onOverFlowMenuClicked()
508 IntentModule.newCallModule( in onOverFlowMenuClicked()