Searched refs:getCallInitiationType (Results 1 – 7 of 7) sorted by relevance
163 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
166 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
61 callSpecificAppData.getCallInitiationType() != CallInitiationType.Type.UNKNOWN_INITIATION); in CallIntentBuilder()
167 callIntent.callSpecificAppData().getCallInitiationType() in build()
305 newSearchFragment.setQuery(searchQuery, getCallInitiationType());1143 fragment.setQuery(query, getCallInitiationType()); in enterSearchUi()1546 private CallInitiationType.Type getCallInitiationType() { in getCallInitiationType() method in DialtactsActivity
1855 switch (callSpecificAppData.getCallInitiationType()) { in initiationToString()1883 return "Unknown: " + callSpecificAppData.getCallInitiationType(); in initiationToString()
562 if (callSpecificAppData.getCallInitiationType() == CallInitiationType.Type.SPEED_DIAL) { in onClick()