Home
last modified time | relevance | path

Searched defs:toActivityResult (Results 1 – 2 of 2) sorted by relevance

/external/android_onboarding/java/com/android/onboarding/contracts/
DResults.kt16 fun toActivityResult(): ActivityResult in toActivityResult() method
23 override fun toActivityResult() = in toActivityResult() method
36 override fun toActivityResult() = ActivityResult(Activity.RESULT_CANCELED, data = null) in toActivityResult() method
DContractResult.kt12 override fun toActivityResult() = ActivityResult(resultCode, intent) method