Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt229 if (currentCallNotificationInfo.hasValidStartTime()) { in <lambda>()
363 fun hasValidStartTime(): Boolean = callStartTime > 0 in <lambda>() method