Home
last modified time | relevance | path

Searched refs:oldFoldStatus (Results 1 - 1 of 1) sorted by relevance

/base/telephony/call_manager/services/display/src/
H A Dfold_status_manager.cpp78 auto oldFoldStatus = DelayedSingleton<FoldStatusManager>::GetInstance()->mOldFoldStatus; in OnFoldStatusChanged() local
79 TELEPHONY_LOGI("OnFoldStatusChanged foldStatus is %{public}d, oldFoldStatus is %{public}d", in OnFoldStatusChanged()
80 static_cast<int32_t>(foldStatus), static_cast<int32_t>(oldFoldStatus)); in OnFoldStatusChanged()
81 if (foldStatus == oldFoldStatus) { in OnFoldStatusChanged()

Completed in 1 milliseconds