Searched refs:onBootclasspathSince (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/systemconfig/ |
H A D | SystemConfigTest.java | 434 assertThat(entry.onBootclasspathSince).isEqualTo("20"); in readPermissions_allowLibs_parsesSimpleLibrary() 456 assertThat(entry.onBootclasspathSince).isEqualTo("W"); in readPermissions_allowLibs_parsesSimpleLibraryWithCodenames() 478 assertThat(entry.onBootclasspathSince).isEqualTo("20"); in readPermissions_allowLibs_parsesUpdatableLibrary()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/library/ |
H A D | ApexSharedLibraryUpdaterTest.java | 67 private void insertLibrary(String libraryName, String onBootclasspathSince, in insertLibrary() argument 73 onBootclasspathSince, in insertLibrary()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemConfig.java | 150 public final String onBootclasspathSince; field in SystemConfig.SharedLibraryEntry 185 String onBootclasspathSince, String onBootclasspathBefore) { in SharedLibraryEntry() argument 186 this(name, filename, dependencies, onBootclasspathSince, onBootclasspathBefore, in SharedLibraryEntry() 191 String onBootclasspathSince, String onBootclasspathBefore, boolean isNative) { in SharedLibraryEntry() argument 195 this.onBootclasspathSince = onBootclasspathSince; in SharedLibraryEntry() 203 (this.onBootclasspathSince != null in SharedLibraryEntry() 204 && isAtLeastSdkLevel(this.onBootclasspathSince)) in SharedLibraryEntry()
|