OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyAppData
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl
32
void
destroyAppData
(@nullable @utf8InCpp String uuid, @utf8InCpp String packageName,
/frameworks/base/services/core/java/com/android/server/pm/
Installer.java
194
public void
destroyAppData
(String uuid, String packageName, int userId, int flags,
198
mInstalld.
destroyAppData
(uuid, packageName, userId, flags, ceDataInode);
PackageManagerService.java
[
all
...]
/frameworks/native/cmds/installd/
InstalldNativeService.h
58
binder::Status
destroyAppData
(const std::unique_ptr<std::string>& uuid,
InstalldNativeService.cpp
581
binder::Status InstalldNativeService::
destroyAppData
(const std::unique_ptr<std::string>& uuid,
[
all
...]
Completed in 385 milliseconds