Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java379 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);
[all …]