Searched refs:METHOD_PURGE (Results 1 – 2 of 2) sorted by relevance
35 resolver.call(RecentsProvider.buildRecent(), RecentsProvider.METHOD_PURGE, null, null); in onReceive()
62 public static final String METHOD_PURGE = "purge"; field in RecentsProvider256 if (METHOD_PURGE.equals(method)) { in call()