Searched refs:attributedApp (Results 1 – 3 of 3) sorted by relevance
806 ProcessRecord attributedApp = cr.binding.attributedClient; in collectReachableProcessesLocked() local807 if (attributedApp == null || attributedApp == pr in collectReachableProcessesLocked()808 || ((attributedApp.mState.getMaxAdj() >= ProcessList.SYSTEM_ADJ) in collectReachableProcessesLocked()809 && (attributedApp.mState.getMaxAdj() < FOREGROUND_APP_ADJ))) { in collectReachableProcessesLocked()812 if (attributedApp.mState.isReachable()) { in collectReachableProcessesLocked()815 queue.offer(attributedApp); in collectReachableProcessesLocked()816 attributedApp.mState.setReachable(true); in collectReachableProcessesLocked()
1239 ProcessRecord app, ProcessRecord attributedApp) { in retrieveAppBindingLocked() argument1250 a = new AppBindRecord(this, i, app, attributedApp); in retrieveAppBindingLocked()
3666 ProcessRecord attributedApp = null; in bindServiceLocked() local3668 attributedApp = mAm.getRecordForAppLOSP(sdkSandboxClientApplicationThread); in bindServiceLocked()3682 final AppBindRecord b = s.retrieveAppBindingLocked(service, callerApp, attributedApp); in bindServiceLocked()