Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt135 controller.setChipView(chipView) in setUp()
447 controller.setChipView(invalidChipView) in hasOngoingCall_ongoingCallNotifSentButInvalidChipView_returnsFalse()
500 controller.setChipView(newChipView) in setChipView_whenHasOngoingCallIsTrue_listenerNotifiedWithNewView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt156 fun setChipView(chipView: View) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java854 mOngoingCallController.setChipView(mOngoingActivityChip); in initOngoingCallChip()