HomeSort by relevance Sort by last modified time
    Searched refs:resourcePathString (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 54 String resourcePathString;
102 resourcePathString = base.resourcePathString;
135 this.resourcePathString = resourcePath.toString();
Settings.java 572 if (!resourcePath.equalsIgnoreCase(p.resourcePathString)) {
574 " changing from " + p.resourcePathString + " to " + resourcePath);
576 p.resourcePathString = resourcePath;
    [all...]
PackageManagerService.java     [all...]

Completed in 31 milliseconds