Searched defs:buttonChooser (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallButtonGridFragment.java91 @Nullable ButtonChooser buttonChooser,
109 if (buttonChooser == null) {
110 buttonChooser =
116 buttonChooser.getButtonPlacement(numVisibleButtons, allowedButtons, disabledButtons);
89 updateButtonStates( List<ButtonController> buttonControllers, @Nullable ButtonChooser buttonChooser, int voiceNetworkType, int phoneType) argument
H A DInCallFragment.java82 @Nullable private ButtonChooser buttonChooser; field in class:InCallFragment
315 buttonChooser =
439 buttonControllers, buttonChooser, voiceNetworkType, phoneType);

Completed in 302 milliseconds