Home
last modified time | relevance | path

Searched defs:packageNamesInSameProcess (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java908 public static boolean isPackageSelectedToRunOob(Collection<String> packageNamesInSameProcess) { in isPackageSelectedToRunOob()
917 String whitelist, Collection<String> packageNamesInSameProcess) { in isPackageSelectedToRunOobInternal()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
H A DDexManagerTests.java1034 Collection<String> packageNamesInSameProcess) { in shouldPackageRunOob()