Searched refs:mPendingActivityResult (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java328 private ActivityResultInfo mPendingActivityResult; field in class:Launcher
675 mPendingActivityResult = new ActivityResultInfo(requestCode, resultCode, data);
678 mPendingActivityResult = null;
1266 mPendingActivityResult = savedState.getParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT);
1816 if (mPendingActivityResult != null) {
1817 outState.putParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT, mPendingActivityResult);
3605 if (mPendingActivityResult != null) {
3606 handleActivityResult(mPendingActivityResult.requestCode,
3607 mPendingActivityResult.resultCode, mPendingActivityResult
[all...]

Completed in 41 milliseconds