Home
last modified time | relevance | path

Searched defs:resultRecord (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerTests.java543 ActivityRecord resultRecord = null; in testBalState_regularStart_isAutoOptIn() local
611 ActivityRecord resultRecord = mResultRecord; in testBalState_pendingIntentForResult_isOptedInForSenderOnly() local
644 ActivityRecord resultRecord = null; in testBalState_pendingIntentWithDefaults_isOptedOut() local
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java1105 ActivityRecord resultRecord = null; in executeRequest() local
1545 final ActivityRecord resultRecord = r.resultTo; in handleBackgroundActivityAbort() local
DActivityTaskSupervisor.java1170 boolean launchingInTask, WindowProcessController callerApp, ActivityRecord resultRecord, in checkStartAnyActivityPermission()