Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java123 View dialpadButton = mOnGoingCallControllerBarFragment.getView().findViewById( in testDialpadButton() local
127 assertThat(dialpadButton.hasOnClickListeners()).isTrue(); in testDialpadButton()
128 assertThat(dialpadButton.isActivated()).isFalse(); in testDialpadButton()
131 dialpadButton.performClick(); in testDialpadButton()
132 assertThat(dialpadButton.isActivated()).isTrue(); in testDialpadButton()
135 dialpadButton.performClick(); in testDialpadButton()
136 assertThat(dialpadButton.isActivated()).isFalse(); in testDialpadButton()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttOverflowMenu.java33 private final RttCheckableButton dialpadButton; field in RttOverflowMenu
57 dialpadButton = view.findViewById(R.id.menu_keypad); in RttOverflowMenu()
58 dialpadButton.setOnCheckedChangeListener(this); in RttOverflowMenu()
79 } else if (button == dialpadButton) { in onCheckedChanged()
107 dialpadButton.setChecked(isChecked); in setDialpadButtonChecked()
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java1020 final View dialpadButton = findViewById(R.id.floating_action_button_dialpad); in setupEmergencyShortcutsView() local
1021 dialpadButton.setOnClickListener(this); in setupEmergencyShortcutsView()