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.java124 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChain() local
145 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSplitDependencies() local
173 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoIsolationNoSharedLibrary() local
196 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSharedLibraries() local
217 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainWithNullPrimaryClassLoader() local
239 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplits() local
251 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNullClassLoaderName() local
264 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLast() local
274 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNoSharedLibraries() local
285 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLastNoSharedLibraries() local
[all …]
/frameworks/base/core/java/android/service/autofill/
DFillRequest.java108 public FillRequest(int id, @NonNull ArrayList<FillContext> contexts, in FillRequest()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java2101 final ArrayList<FillContext> contexts = mergePreviousSessionLocked( /* forSave= */ true); in callSaveLocked() local
2129 final ArrayList<FillContext> contexts; in mergePreviousSessionLocked() local