Home
last modified time | relevance | path

Searched refs:returnIntent (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
H A DConnectivityTestActivity.java64 Intent returnIntent = new Intent(); in onResume() local
65 returnIntent.putExtra(RESULT, conn); in onResume()
66 setResult(RESULT_OK, returnIntent); in onResume()