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.java304 private ProgressIndicationType progressIndication = ProgressIndicationType.NONE; field in InCallUiState
308 progressIndication = value; in setProgressIndication()
313 progressIndication = ProgressIndicationType.NONE; in clearProgressIndication()
321 return progressIndication; in getProgressIndication()
326 return (progressIndication != ProgressIndicationType.NONE); in isProgressIndicationActive()
401 Log.d(TAG, " - progressIndication: " + progressIndication); in dumpState()