Home
last modified time | relevance | path

Searched refs:doList (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DMain.h32 extern int doList(Bundle* bundle);
DMain.cpp259 case kCommandList: return doList(bundle); in handleCommand()
DCommand.cpp123 int doList(Bundle* bundle) in doList() function
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
DBmgr.java159 doList(userId); in run()
660 private void doList(@UserIdInt int userId) { in doList() method in Bmgr