Home
last modified time | relevance | path

Searched defs:getAppSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl40 long[] getAppSize(@nullable @utf8InCpp String uuid, in @utf8InCpp String[] packageNames, in getAppSize() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java247 public void getAppSize(String uuid, String[] packageNames, int userId, int flags, int appId, in getAppSize() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1731 binder::Status InstalldNativeService::getAppSize(const std::optional<std::string>& uuid, in getAppSize() function in android::installd::InstalldNativeService