Home
last modified time | relevance | path

Searched defs:contexts (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java150 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChain() local
171 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSplitDependencies() local
197 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoIsolationNoSharedLibrary() local
220 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSharedLibraries() local
241 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainWithNullPrimaryClassLoader() local
263 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplits() local
275 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNullClassLoaderName() local
288 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLast() local
298 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNoSharedLibraries() local
309 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLastNoSharedLibraries() local
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DErrorDialogController.java170 List<Context> contexts = getDisplayContexts(false /* lastUsedOnly */); in showCrashDialogs() local
189 List<Context> contexts = getDisplayContexts( in showAnrDialogs() local
201 List<Context> contexts = getDisplayContexts(false /* lastUsedOnly */); in showViolationDialogs() local
213 List<Context> contexts = getDisplayContexts(true /* lastUsedOnly */); in showDebugWaitingDialogs() local
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAutofillTestHelper.java36 public static ViewNode findNodeByResourceId(List<FillContext> contexts, String resourceId) { in findNodeByResourceId()