Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce65db87 authored by Lee Shombert's avatar Lee Shombert Committed by Android (Google) Code Review
Browse files

Merge "Allow DevicePolicy caches to cache nulls" into main

parents ddf85f1b 7aaeea72
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4443,7 +4443,8 @@ public class DevicePolicyManager {
     * disabled through this Config.
     */
    private static final IpcDataCache.Config sDpmCaches =
            new IpcDataCache.Config(8, IpcDataCache.MODULE_SYSTEM, "DevicePolicyManagerCaches");
            new IpcDataCache.Config(8, IpcDataCache.MODULE_SYSTEM, "DevicePolicyManagerCaches")
            .cacheNulls(true);
    /** @hide */
    public static void invalidateBinderCaches() {