Searched refs:readValueUpdate (Results 1 – 1 of 1) sorted by relevance
115 bundle.readValueUpdate(EXTRA_CHOOSER_CUSTOM_ACTIONS) { in readCallbackResponse()119 bundle.readValueUpdate(EXTRA_CHOOSER_MODIFY_SHARE_ACTION) { key -> in readCallbackResponse()123 bundle.readValueUpdate(EXTRA_ALTERNATE_INTENTS) { in readCallbackResponse()127 bundle.readValueUpdate(EXTRA_CHOOSER_TARGETS) { key -> in readCallbackResponse()131 bundle.readValueUpdate(EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER) { key -> in readCallbackResponse()135 bundle.readValueUpdate(EXTRA_CHOOSER_RESULT_INTENT_SENDER) { key -> in readCallbackResponse()140 bundle.readValueUpdate(EXTRA_METADATA_TEXT) { key -> in readCallbackResponse()159 private inline fun <reified T> Bundle.readValueUpdate( in readValueUpdate() method