Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java153 path, this.getClass().getClassLoader(), isJarInTestApex(path)); in startServiceFromJar()
161 private boolean isJarInTestApex(String pathStr) { in isJarInTestApex() method in SystemServiceManager