Searched refs:SPEED_DIAL (Results 1 – 12 of 12) sorted by relevance
40 TabIndex.SPEED_DIAL,46 int SPEED_DIAL = 0; field79 if (selectedTab != TabIndex.SPEED_DIAL) { in onFinishInflate()83 selectTab(TabIndex.SPEED_DIAL); in onFinishInflate()124 if (tab == TabIndex.SPEED_DIAL) { in selectTab()125 selectedTab = TabIndex.SPEED_DIAL; in selectTab()161 selectTab(TabIndex.SPEED_DIAL); in showVoicemail()166 if (tab == TabIndex.SPEED_DIAL) { in setNotificationCount()186 case TabIndex.SPEED_DIAL: in updateListeners()
393 new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) in onClick()446 new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) in placeCall()500 new CallIntentBuilder(voiceChannel.number(), CallInitiationType.Type.SPEED_DIAL) in onOverFlowMenuClicked()510 new CallIntentBuilder(videoChannel.number(), CallInitiationType.Type.SPEED_DIAL) in onOverFlowMenuClicked()549 new CallIntentBuilder(channel.number(), CallInitiationType.Type.SPEED_DIAL) in onRowClicked()
472 if (tab == TabIndex.SPEED_DIAL) { in logImpressionForSelectedTab()908 private @TabIndex int currentTab = TabIndex.SPEED_DIAL;1029 setCurrentTab(TabIndex.SPEED_DIAL); in onSpeedDialSelected()1331 if (selectedTab == TabIndex.SPEED_DIAL) { in onSpeedDialSelected()1335 selectedTab = TabIndex.SPEED_DIAL; in onSpeedDialSelected()1651 @TabIndex int tabIndex = TabIndex.SPEED_DIAL; in getLastTab()1656 .getInt(KEY_LAST_TAB, TabIndex.SPEED_DIAL); in getLastTab()1660 tabIndex = TabIndex.SPEED_DIAL; in getLastTab()
53 bottomNav.selectTab(TabIndex.SPEED_DIAL); in onActivityCreate()
12 // SPEED_DIAL only.
22 SPEED_DIAL = 3; enumerator
17 SPEED_DIAL = 2; enumerator
67 .setCallInitiationType(CallInitiationType.Type.SPEED_DIAL) in createClickListener()
132 .setCallInitiationType(CallInitiationType.Type.SPEED_DIAL) in createClickListener()
479 screenType = ScreenEvent.Type.SPEED_DIAL; in sendScreenViewForCurrentPosition()
562 if (callSpecificAppData.getCallInitiationType() == CallInitiationType.Type.SPEED_DIAL) { in onClick()
1860 case SPEED_DIAL: in initiationToString()