HomeSort by relevance Sort by last modified time
    Searched refs:ProgressIndicationType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallUiState.java 292 public enum ProgressIndicationType {
316 * corresponding to the specified ProgressIndicationType.
318 private ProgressIndicationType progressIndication = ProgressIndicationType.NONE;
321 public void setProgressIndication(ProgressIndicationType value) {
327 progressIndication = ProgressIndicationType.NONE;
331 * @return the current progress indication type, or ProgressIndicationType.NONE
334 public ProgressIndicationType getProgressIndication() {
340 return (progressIndication != ProgressIndicationType.NONE);
EmergencyCallHelper.java 24 import com.android.phone.InCallUiState.ProgressIndicationType;
188 mApp.inCallUiState.setProgressIndication(ProgressIndicationType.TURNING_ON_RADIO);
451 mApp.inCallUiState.setProgressIndication(ProgressIndicationType.RETRYING);

Completed in 231 milliseconds