Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java383 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache(); field in ContextImpl
405 final int[] mServiceInitializationStateArray = new int[mServiceCache.length];
DSystemServiceRegistry.java2186 final Object[] cache = ctx.mServiceCache; in getService()