Searched refs:mRealCallerApp (Results 1 – 1 of 1) sorted by relevance
264 private final WindowProcessController mRealCallerApp; field in BalState361 mRealCallerApp = null; in BalState()367 mRealCallerApp = callerApp == null in BalState()375 mRealCallerApp = mService.getProcessController(realCallingPid, realCallingUid); in BalState()536 sb.append("; realCallerApp: ").append(mRealCallerApp); in toString()537 if (mRealCallerApp != null) { in toString()539 .append(mRealCallerApp.hasActivityInVisibleTask()); in toString()965 checkProcessAllowsBal(state.mRealCallerApp, state); in checkBackgroundActivityStartAllowedBySender()