Searched refs:shouldFilterSession (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerService.java | 1160 private boolean shouldFilterSession(@NonNull Computer snapshot, int uid, SessionInfo info) { 1178 return shouldFilterSession(mPm.snapshotComputer(), callingUid, result) ? null : result; 1194 result.removeIf(info -> shouldFilterSession(snapshot, callingUid, info)); 1214 result.removeIf(info -> shouldFilterSession(snapshot, callingUid, info)); 1513 private boolean shouldFilterSession(@NonNull Computer snapshot, int uid, int sessionId) { 1688 && !shouldFilterSession(snapshot, cookie.callingUid, sessionId)) {
|
H A D | LauncherAppsService.java | 348 sessionInfos.removeIf(info -> shouldFilterSession(callingUid, info)); in getAllSessions() 352 private boolean shouldFilterSession(int uid, SessionInfo session) { in shouldFilterSession() method in LauncherAppsService.LauncherAppsImpl
|