Searched refs:systemSharedLibraryNames (Results 1 – 2 of 2) sorted by relevance
102 static final List<String> systemSharedLibraryNames = new ArrayList<>(); field in ShadowPackageManager613 systemSharedLibraryNames.add(name); in addSystemSharedLibraryName()618 systemSharedLibraryNames.clear(); in clearSystemSharedLibraryNames()1090 systemSharedLibraryNames.clear(); in reset()
1207 return systemSharedLibraryNames.toArray(new String[systemSharedLibraryNames.size()]); in getSystemSharedLibraryNames()