Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt217 val timeView = currentChipView?.getTimeView() in <lambda>()
321 @VisibleForTesting fun tearDownChipView() = chipView?.getTimeView()?.stop() in <lambda>()
323 private fun View.getTimeView(): ChipChronometer? { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController