Searched refs:voiceChannel (Results 1 – 2 of 2) sorted by relevance
38 private final Channel voiceChannel; field in ContextMenu77 voiceChannel = speedDialUiItem.getDefaultVoiceChannel(); in ContextMenu()82 getMenu().findItem(R.id.voice_call_container).setVisible(voiceChannel != null); in ContextMenu()84 getMenu().findItem(R.id.send_message_container).setVisible(voiceChannel != null); in ContextMenu()85 if (voiceChannel != null) { in ContextMenu()87 TextUtils.isEmpty(voiceChannel.label()) in ContextMenu()88 ? voiceChannel.number() in ContextMenu()91 voiceChannel.label(), in ContextMenu()92 voiceChannel.number()); in ContextMenu()103 listener.placeCall(Assert.isNotNull(voiceChannel)); in onMenuItemClick()[all …]
495 Channel voiceChannel = speedDialUiItem.getDefaultVoiceChannel(); in onOverFlowMenuClicked() local496 if (voiceChannel != null) { in onOverFlowMenuClicked()500 new CallIntentBuilder(voiceChannel.number(), CallInitiationType.Type.SPEED_DIAL) in onOverFlowMenuClicked()