Home
last modified time | relevance | path

Searched refs:doAdd (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tools/obbtool/
H A DMain.cpp92 void doAdd(const char* filename, PackageInfo* info) { in doAdd() function
277 doAdd(filename, &package_info); in main()
/aosp14/frameworks/base/tools/aapt/
H A DMain.h34 extern int doAdd(Bundle* bundle);
H A DMain.cpp261 case kCommandAdd: return doAdd(bundle); in handleCommand()
H A DCommand.cpp2457 int doAdd(Bundle* bundle) in doAdd() function
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java438 doAdd(bubble); in notificationEntryUpdated()
585 private void doAdd(Bubble bubble) { in doAdd() method in BubbleData