OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clear_app_profiles
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/installd/
commands.h
67
int
clear_app_profiles
(const char* pkgname);
installd.cpp
390
return
clear_app_profiles
(arg[0]);
439
{ "
clear_app_profiles
", 1, do_clear_app_profiles },
commands.cpp
237
int
clear_app_profiles
(const char* pkgname) {
function in namespace:android::installd
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
Installer.java
176
mInstaller.execute("
clear_app_profiles
", pkgName);
Completed in 476 milliseconds