Home
last modified time | relevance | path

Searched refs:mServiceCache (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java360 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache(); field in ContextImpl
382 final int[] mServiceInitializationStateArray = new int[mServiceCache.length];
H A DSystemServiceRegistry.java1915 final Object[] cache = ctx.mServiceCache; in getService()