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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonChooser.java51 * @param allowedButtons the {@link InCallButtonIds} that can be shown.
59 @NonNull Set<Integer> allowedButtons,
61 Assert.isNotNull(allowedButtons);
64 if (numUiButtons == 0 || allowedButtons.isEmpty()) {
70 placeButtonsInSlots(numUiButtons, allowedButtons, placedButtons, conflicts);
72 numUiButtons, allowedButtons, disabledButtons, placedButtons, conflicts);
78 @NonNull Set<Integer> allowedButtons,
87 if (allowedButtons.contains(potentialButtons.get(j))) {
98 @NonNull Set<Integer> allowedButtons,
110 if (!allowedButtons
57 getButtonPlacement( int numUiButtons, @NonNull Set<Integer> allowedButtons, @NonNull Set<Integer> disabledButtons) argument
76 placeButtonsInSlots( int numUiButtons, @NonNull Set<Integer> allowedButtons, @NonNull List<Integer> placedButtons, @NonNull List<Integer> conflicts) argument
96 placeConflictsInOpenSlots( int numUiButtons, @NonNull Set<Integer> allowedButtons, @NonNull Set<Integer> disabledButtons, @NonNull List<Integer> placedButtons, @NonNull List<Integer> conflicts) argument
122 isMutuallyExclusiveButtonAvailable( int mutuallyExclusiveButton, @NonNull Set<Integer> allowedButtons) argument
[all...]

Completed in 65 milliseconds