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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java315 private ActivityResultInfo mPendingActivityResult; field in class:Launcher
707 mPendingActivityResult = new ActivityResultInfo(requestCode, resultCode, data);
710 mPendingActivityResult = null;
1291 mPendingActivityResult = savedState.getParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT);
1841 if (mPendingActivityResult != null) {
1842 outState.putParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT, mPendingActivityResult);
3675 if (mPendingActivityResult != null) {
3676 handleActivityResult(mPendingActivityResult.requestCode,
3677 mPendingActivityResult.resultCode, mPendingActivityResult
[all...]

Completed in 34 milliseconds