Home
last modified time | relevance | path

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

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