HomeSort by relevance Sort by last modified time
    Searched full:progressindication (Results 1 - 4 of 4) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallUiState.java 310 private ProgressIndicationType progressIndication = ProgressIndicationType.NONE;
312 /** Sets the current progressIndication. */
314 progressIndication = value;
317 /** Clears the current progressIndication. */
319 progressIndication = ProgressIndicationType.NONE;
327 return progressIndication;
332 return (progressIndication != ProgressIndicationType.NONE);
428 log(" - progressIndication: " + progressIndication);
RespondViaSmsManager.java 249 // progressIndication feature), and have that state be
CallController.java 444 // That way, we'd update inCallUiState.progressIndication from
    [all...]
InCallScreen.java     [all...]

Completed in 145 milliseconds