Searched refs:doRemove (Results 1 – 6 of 6) sorted by relevance
115 void doRemove(const char* filename) { in doRemove() function281 doRemove(filename); in main()
35 extern int doRemove(Bundle* bundle);
262 case kCommandRemove: return doRemove(bundle); in handleCommand()
2529 int doRemove(Bundle* bundle) in doRemove() function
509 doRemove(key, reason); in dismissBubbleWithKey()605 doRemove(b.getKey(), Bubbles.DISMISS_USER_ACCOUNT_REMOVED); in removeBubblesForUser()637 toRemove.forEach((b) -> doRemove(b.getKey(), Bubbles.DISMISS_AGED)); in trim()668 private void doRemove(String key, @DismissReason int reason) { in doRemove() method in BubbleData822 doRemove(mBubbles.get(0).getKey(), reason); in dismissAll()826 doRemove(bubble.getKey(), reason); in dismissAll()880 doRemove(mOverflowBubbles.get(0).getKey(), Bubbles.DISMISS_USER_CHANGED); in clearOverflow()
29071 HSPLjava/util/concurrent/ConcurrentSkipListMap;->doRemove(Ljava/lang/Object;Ljava/lang/Object;)Ljav…