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

  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetsRestoredReceiver.java 27 final PendingResult asyncResult = goAsync();
32 restoreAppWidgetIds(context, asyncResult, oldIds, newIds);
44 static void restoreAppWidgetIds(Context context, PendingResult asyncResult,
88 asyncResult.finish();
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 24 import android.os.AsyncResult;
74 handleNewRingingConnection((AsyncResult) msg.obj);
77 handleCdmaCallWaiting((AsyncResult) msg.obj);
80 handleNewUnknownConnection((AsyncResult) msg.obj);
129 * @param asyncResult The result object from the new ringing event.
131 private void handleNewRingingConnection(AsyncResult asyncResult) {
133 Connection connection = (Connection) asyncResult.result;
144 private void handleCdmaCallWaiting(AsyncResult asyncResult) {
    [all...]
TelephonyConnection.java 22 import android.os.AsyncResult;
107 AsyncResult ar = (AsyncResult) msg.obj;
136 setRingbackRequested((Boolean) ((AsyncResult) msg.obj).result);
157 if (msg.obj != null && ((AsyncResult) msg.obj).result != null) {
159 (SuppServiceNotification)((AsyncResult) msg.obj).result;
209 AsyncResult asyncResult = (AsyncResult) msg.obj;
212 asyncResult.result
    [all...]
  /hardware/interfaces/contexthub/1.0/vts/functional/
VtsHalContexthubV1_0TargetTest.cpp 292 TransactionResult asyncResult;
294 &asyncResult)) {
297 } else if (asyncResult == TransactionResult::SUCCESS) {
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 

Completed in 2254 milliseconds