Loading services/core/java/com/android/server/pm/AppsFilterImpl.java +8 −7 Original line number Diff line number Diff line Loading @@ -834,12 +834,6 @@ public final class AppsFilterImpl extends AppsFilterLocked implements Watchable, } updateEntireShouldFilterCacheInner(snapshot, settings, usersRef[0], USER_ALL); synchronized (mImplicitlyQueryableLock) { if (mNeedToUpdateCacheForImplicitAccess) { updateShouldFilterCacheForImplicitAccess(); mNeedToUpdateCacheForImplicitAccess = false; } } logCacheRebuilt(reason, SystemClock.currentTimeMicro() - currentTimeUs, users.length, settings.size()); Loading @@ -850,7 +844,14 @@ public final class AppsFilterImpl extends AppsFilterLocked implements Watchable, return; } synchronized (mImplicitlyQueryableLock) { if (mNeedToUpdateCacheForImplicitAccess) { updateShouldFilterCacheForImplicitAccess(); mNeedToUpdateCacheForImplicitAccess = false; } mCacheReady = true; } onChanged(); }, delayMs); } Loading Loading
services/core/java/com/android/server/pm/AppsFilterImpl.java +8 −7 Original line number Diff line number Diff line Loading @@ -834,12 +834,6 @@ public final class AppsFilterImpl extends AppsFilterLocked implements Watchable, } updateEntireShouldFilterCacheInner(snapshot, settings, usersRef[0], USER_ALL); synchronized (mImplicitlyQueryableLock) { if (mNeedToUpdateCacheForImplicitAccess) { updateShouldFilterCacheForImplicitAccess(); mNeedToUpdateCacheForImplicitAccess = false; } } logCacheRebuilt(reason, SystemClock.currentTimeMicro() - currentTimeUs, users.length, settings.size()); Loading @@ -850,7 +844,14 @@ public final class AppsFilterImpl extends AppsFilterLocked implements Watchable, return; } synchronized (mImplicitlyQueryableLock) { if (mNeedToUpdateCacheForImplicitAccess) { updateShouldFilterCacheForImplicitAccess(); mNeedToUpdateCacheForImplicitAccess = false; } mCacheReady = true; } onChanged(); }, delayMs); } Loading