Searched defs:contexts (Results 1 – 3 of 3) sorted by relevance
148 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChain() local169 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSplitDependencies() local195 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoIsolationNoSharedLibrary() local218 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSharedLibraries() local239 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainWithNullPrimaryClassLoader() local261 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplits() local273 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNullClassLoaderName() local286 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLast() local296 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNoSharedLibraries() local307 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLastNoSharedLibraries() local[all …]
169 List<Context> contexts = getDisplayContexts(false /* lastUsedOnly */); in showCrashDialogs() local188 List<Context> contexts = getDisplayContexts( in showAnrDialogs() local200 List<Context> contexts = getDisplayContexts(false /* lastUsedOnly */); in showViolationDialogs() local212 List<Context> contexts = getDisplayContexts(true /* lastUsedOnly */); in showDebugWaitingDialogs() local
36 public static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) { in findNodeByResourceId()