Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallUiState.java318 private ProgressIndicationType progressIndication = ProgressIndicationType.NONE; field in InCallUiState
322 progressIndication = value; in setProgressIndication()
327 progressIndication = ProgressIndicationType.NONE; in clearProgressIndication()
335 return progressIndication; in getProgressIndication()
340 return (progressIndication != ProgressIndicationType.NONE); in isProgressIndicationActive()
437 log(" - progressIndication: " + progressIndication); in dumpState()