Searched refs:mPendingActivityResult (Results 1 – 1 of 1) sorted by relevance
379 private ActivityResultInfo mPendingActivityResult; field in Launcher881 if (mPendingActivityResult != null) {882 handleActivityResult(mPendingActivityResult.requestCode,883 mPendingActivityResult.resultCode, mPendingActivityResult.data);884 mPendingActivityResult = null;892 mPendingActivityResult = new ActivityResultInfo(requestCode, resultCode, data);895 mPendingActivityResult = null;1351 mPendingActivityResult = savedState.getParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT);1782 if (mPendingActivityResult != null) {1783 outState.putParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT, mPendingActivityResult);[all …]