Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl42 … long[] getExternalSize(@nullable @utf8InCpp String uuid, int userId, int flags, in int[] appIds); in getExternalSize() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java433 public long[] getExternalSize(String uuid, int userId, int flags, int[] appIds) in getExternalSize() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2124 binder::Status InstalldNativeService::getExternalSize(const std::optional<std::string>& uuid, in getExternalSize() function in android::installd::InstalldNativeService