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

  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 62 boolean dumpProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName,
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 319 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath)
323 return mInstalld.dumpProfiles(uid, packageName, profileName, codePath);
PackageManagerShellCommand.java     [all...]
PackageManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/dex/
ArtManagerService.java 450 public void dumpProfiles(PackageParser.Package pkg) {
458 mInstaller.dumpProfiles(sharedGid, pkg.packageName, profileName, codePath);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 691 bool dumpProfiles = false;
783 dumpProfiles = true;
918 if (dumpProfiles) {
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.h 96 binder::Status dumpProfiles(int32_t uid, const std::string& packageName,
InstalldNativeService.cpp     [all...]
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 539 void dumpProfiles(String packageName);
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 594 milliseconds