/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | RotationCacheTest.java | 43 private RotationCache<Object, Pair<Object, Integer>> mCache; field in RotationCacheTest
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | PropertyInvalidatedCache.java | 504 final PropertyInvalidatedCache<Query, Result> mCache; field in PropertyInvalidatedCache.DefaultComputer 514 private final LinkedHashMap<Query, Result> mCache; field in PropertyInvalidatedCache
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | RotationCache.java | 34 private final SparseArray<R> mCache = new SparseArray<>(4); field in RotationCache
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageCache.java | 39 private final SparseArray<SparseArray<HdmiCecMessage>> mCache = new SparseArray<>(); field in HdmiCecMessageCache
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/settings/ |
H A D | SettingsStore.java | 58 private T mCache; field in SettingsStore
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInlineImageCache.java | 38 private final ConcurrentHashMap<Uri, PreloadImageTask> mCache; field in NotificationInlineImageCache
|
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/ |
H A D | FlagCache.java | 32 final Map<String, Map<String, V>> mCache = new HashMap<>(); field in FlagCache
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskSnapshotLowResDisabledTest.java | 53 private TaskSnapshotCache mCache; field in TaskSnapshotLowResDisabledTest
|
H A D | TaskSnapshotCacheTest.java | 48 private TaskSnapshotCache mCache; field in TaskSnapshotCacheTest
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicLUT.java | 33 private final byte mCache[] = new byte[1024]; field in ScriptIntrinsicLUT
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PlatformCompatCache.java | 148 private final ArrayMap<String, Pair<Boolean, WeakReference<ApplicationInfo>>> mCache = field in PlatformCompatCache.CacheItem
|
/aosp14/frameworks/base/services/core/java/com/android/server/grammaticalinflection/ |
H A D | GrammaticalInflectionBackupHelper.java | 45 private final SparseArray<StagedData> mCache = new SparseArray<>(); field in GrammaticalInflectionBackupHelper
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationBoundResourceCacheTest.java | 33 ConfigurationBoundResourceCache<Float> mCache; field in ConfigurationBoundResourceCacheTest
|
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/ |
H A D | WifiNetworkScoreCache.java | 67 private final LruCache<String, ScoredNetwork> mCache; field in WifiNetworkScoreCache
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LockscreenWallpaper.java | 84 private Bitmap mCache; field in LockscreenWallpaper
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflaterTest.java | 91 @Mock private NotifRemoteViewCache mCache; field in NotificationContentInflaterTest
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AbsAppSnapshotController.java | 91 protected CACHE mCache; field in AbsAppSnapshotController
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 112 private final FixedSizeRemoteViewsCache mCache; field in RemoteViewsAdapter 372 private final FixedSizeRemoteViewsCache mCache; field in RemoteViewsAdapter.RemoteViewsFrameLayout
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FrameManager.java | 58 private BackingCache mCache; field in FrameManager
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStorage.java | 107 private final Cache mCache = new Cache(); field in LockSettingsStorage 812 private final ArrayMap<CacheKey, Object> mCache = new ArrayMap<>(); field in LockSettingsStorage.Cache
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayManagerService.java | 1142 private final ArrayMap<String, PackageStateUsers> mCache = new ArrayMap<>(); field in OverlayManagerService.PackageManagerHelperImpl
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageInfoUtils.java | 1105 private ArrayMap<String, ApplicationInfo> mCache = new ArrayMap<>(); field in PackageInfoUtils.CachedApplicationInfoGenerator
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 680 Cache mCache; variable
|
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/ |
H A D | TextClassificationManagerService.java | 696 mCache = new LruCache<>(MAX_CACHE_SIZE) { field in TextClassificationManagerService.SessionCache
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerService.java | 1147 private final SparseArray<AutofillDisabledInfo> mCache = new SparseArray<>(); field in AutofillManagerService.DisabledInfoCache
|