Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt193 startTimeMs = currentInfo.callStartTime, in <lambda>()
232 currentCallNotificationInfo.callStartTime - in <lambda>()
351 val callStartTime: Long, in <lambda>() constant in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController.CallNotificationInfo
363 fun hasValidStartTime(): Boolean = callStartTime > 0 in <lambda>()