Searched refs:systemSharedLibraryNames (Results 1 – 2 of 2) sorted by relevance
129 static final List<String> systemSharedLibraryNames = new ArrayList<>(); field in ShadowPackageManager1204 systemSharedLibraryNames.add(name); in addSystemSharedLibraryName()1209 systemSharedLibraryNames.clear(); in clearSystemSharedLibraryNames()1855 systemSharedLibraryNames.clear(); in reset()
1577 return systemSharedLibraryNames.toArray(new String[systemSharedLibraryNames.size()]); in getSystemSharedLibraryNames()