Searched refs:EXTRA_RESULT_RECEIVER (Results 1 – 8 of 8) sorted by relevance
94 public static final String EXTRA_RESULT_RECEIVER = field in DirectStatementService194 ResultReceiver resultReceiver = extras.getParcelable(EXTRA_RESULT_RECEIVER); in onStartCommand()197 Log.e(TAG, " Intent does not have extra " + EXTRA_RESULT_RECEIVER); in onStartCommand()
131 extras.putParcelable(DirectStatementService.EXTRA_RESULT_RECEIVER, in onReceive()
66 ResultReceiver resultReceiver = intent.getParcelableExtra(Intent.EXTRA_RESULT_RECEIVER); in sendLooperIdle()
85 intent.putExtra(Intent.EXTRA_RESULT_RECEIVER, new CountDownResultReceiver(countDownLatch)); in startTargetPackage()
5316 public static final String EXTRA_RESULT_RECEIVER field in Intent
1690 fillIn.putExtra(Intent.EXTRA_RESULT_RECEIVER,
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
10796 field public static final String EXTRA_RESULT_RECEIVER = "android.intent.extra.RESULT_RECEIVER";