Lines Matching refs:mPendingActivityResult
379 private ActivityResultInfo mPendingActivityResult; field in Launcher
881 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);
2693 + " mPendingActivityResult=" + mPendingActivityResult);