Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt122 controller.setChipView(chipView)
321 controller.setChipView(invalidChipView)
373 controller.setChipView(newChipView)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt140 fun setChipView(chipView: View) { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java547 mOngoingCallController.setChipView(mOngoingCallChip); in initOngoingCallChip()