Searched defs:isCompleted (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java742 * The isCompleted is set to true iff all results have been returned, indicating the
745 public void onCommandResult(boolean isCompleted, Bundle result) { argument
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java78 public boolean isCompleted() { method in class:CaptureCollector.CaptureHolder
88 if (isCompleted() && !mCompleted) {
137 if (isCompleted()) {
165 if (isCompleted()) {
196 if (isCompleted()) {
226 if (isCompleted()) {
/frameworks/base/core/java/android/print/
H A DPrintJob.java151 public boolean isCompleted() { method in class:PrintJob
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java169 public boolean isCompleted() { method in class:PrintJob
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java88 if (mCurrentCommand.isCompleted()) {
440 && (mCurrentCommand.isCompleted()
657 public final boolean isCompleted() { method in class:RemotePrintDocument.AsyncCommand

Completed in 489 milliseconds