Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt125 controller.setChipView(chipView)
355 controller.setChipView(invalidChipView)
407 controller.setChipView(newChipView)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt136 fun setChipView(chipView: View) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java747 mOngoingCallController.setChipView(mOngoingCallChip); in initOngoingCallChip()