Home
last modified time | relevance | path

Searched refs:getCallInitiationType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberPickerFragment.java163 getCallInitiationType(true /* isRemoteDirectory */)); in callNumber()
248 getCallInitiationType(false /* isRemoteDirectory */)); in pickPhoneNumber()
267 getCallInitiationType(false /* isRemoteDirectory */)); in onPickerResult()
295 protected int getCallInitiationType(boolean isRemoteDirectory) { in getCallInitiationType() method in PhoneNumberPickerFragment
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DHistoryItemActionModulesBuilder.java166 new CallIntentBuilder(moduleInfo.getNormalizedNumber(), getCallInitiationType()) in addModuleForVoiceCall()
210 new CallIntentBuilder(moduleInfo.getNormalizedNumber(), getCallInitiationType()) in addModuleForVideoCall()
495 private CallInitiationType.Type getCallInitiationType() { in getCallInitiationType() method in HistoryItemActionModulesBuilder
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntentBuilder.java61 callSpecificAppData.getCallInitiationType() != CallInitiationType.Type.UNKNOWN_INITIATION); in CallIntentBuilder()
DCallIntent.java167 callIntent.callSpecificAppData().getCallInitiationType() in build()
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java305 newSearchFragment.setQuery(searchQuery, getCallInitiationType());
1143 fragment.setQuery(query, getCallInitiationType()); in enterSearchUi()
1546 private CallInitiationType.Type getCallInitiationType() { in getCallInitiationType() method in DialtactsActivity
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1854 switch (callSpecificAppData.getCallInitiationType()) { in initiationToString()
1882 return "Unknown: " + callSpecificAppData.getCallInitiationType(); in initiationToString()
/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java562 if (callSpecificAppData.getCallInitiationType() == CallInitiationType.Type.SPEED_DIAL) { in onClick()