Lines Matching refs:PendingResult
478 as a <a href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html">{@code
479 PendingResult}</a> object. This is an object representing the request, which hasn't yet
483 <a href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html">{@code
484 PendingResult}</a> object:</p>
489 PendingResult result = Drive.DriveApi.query(mGoogleApiClient, query);
493 <a href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html">{@code
494 PendingResult}</a>, you can continue by making the request either asynchronous
501 href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html#setResultCallback(co…
503 <a href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html">{@code
504 PendingResult}</a> and
542 href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html#await()"
544 <a href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html">{@code
545 PendingResult}</a>. This blocks the thread and returns the <a
553 href="{@docRoot}reference/com/google/android/gms/common/api/PendingResult.html#await()"