Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt152 fun notifyChipVisibilityChanged(chipIsVisible: Boolean) { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt480 controller.notifyChipVisibilityChanged(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java542 mOngoingCallController.notifyChipVisibilityChanged(showOngoingCallChip); in updateNotificationIconAreaAndCallChip()