Searched refs:EXTRA_PARAM_RESULT_RECEIVER (Results 1 – 2 of 2) sorted by relevance
70 public static final String EXTRA_PARAM_RESULT_RECEIVER = "result-receiver"; field in PrepareUpdateService101 intent.putExtra(EXTRA_PARAM_RESULT_RECEIVER, receiver); in startService()129 ResultReceiver resultReceiver = intent.getParcelableExtra(EXTRA_PARAM_RESULT_RECEIVER); in onHandleIntent()
131 PrepareUpdateService.EXTRA_PARAM_RESULT_RECEIVER); in mockContextStartServiceAnswer()