Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DButtonChooser.java123 int mutuallyExclusiveButton, @NonNull Set<Integer> allowedButtons) { in isMutuallyExclusiveButtonAvailable() argument
124 if (mutuallyExclusiveButton == MappingInfo.NO_MUTUALLY_EXCLUSIVE_BUTTON_SET) { in isMutuallyExclusiveButtonAvailable()
127 if (allowedButtons.contains(mutuallyExclusiveButton)) { in isMutuallyExclusiveButtonAvailable()