Searched refs:Handlers (Results 1 – 2 of 2) sorted by relevance
50 typedef std::unordered_map<void*, AtExitHandler> Handlers; typedef57 Handlers mHandlers;
24 Executors make testing easier and are generally more flexible than Handlers.111 Most use cases of Handlers can easily be handled by the above two interfaces132 Handlers. There are (as of 2019-12-05) 37 places where we subclass Handler to176 ### Handlers Are Still Necessary178 Handlers aren't going away. There are Android APIs that still require them (even320 Handlers or Loopers) you don't need it. Get rid of it. No more TestableLooper;