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.java274 private ActivityResultInfo mPendingActivityResult; field in Launcher
678 mPendingActivityResult = new ActivityResultInfo(requestCode, resultCode, data); in handleActivityResult()
681 mPendingActivityResult = null; in handleActivityResult()
1091 mPendingActivityResult = savedState.getParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT); in restoreState()
1473 if (mPendingActivityResult != null) { in onSaveInstanceState()
1474 outState.putParcelable(RUNTIME_STATE_PENDING_ACTIVITY_RESULT, mPendingActivityResult); in onSaveInstanceState()
2345 if (mPendingActivityResult != null) { in finishBindingItems()
2346 handleActivityResult(mPendingActivityResult.requestCode, in finishBindingItems()
2347 mPendingActivityResult.resultCode, mPendingActivityResult.data); in finishBindingItems()
2348 mPendingActivityResult = null; in finishBindingItems()
[all …]