Searched refs:attributedApp (Results 1 – 3 of 3) sorted by relevance
786 ProcessRecord attributedApp = cr.binding.attributedClient; in collectReachableProcessesLocked() local787 if (attributedApp == null || attributedApp == pr in collectReachableProcessesLocked()788 || ((attributedApp.mState.getMaxAdj() >= ProcessList.SYSTEM_ADJ) in collectReachableProcessesLocked()789 && (attributedApp.mState.getMaxAdj() < FOREGROUND_APP_ADJ))) { in collectReachableProcessesLocked()792 if (attributedApp.mState.isReachable()) { in collectReachableProcessesLocked()795 queue.offer(attributedApp); in collectReachableProcessesLocked()796 attributedApp.mState.setReachable(true); in collectReachableProcessesLocked()
1487 ProcessRecord app, ProcessRecord attributedApp) { in retrieveAppBindingLocked() argument1498 a = new AppBindRecord(this, i, app, attributedApp); in retrieveAppBindingLocked()
4160 ProcessRecord attributedApp = null; in bindServiceLocked() local4162 attributedApp = mAm.getRecordForAppLOSP(sdkSandboxClientApplicationThread); in bindServiceLocked()4176 final AppBindRecord b = s.retrieveAppBindingLocked(service, callerApp, attributedApp); in bindServiceLocked()