Searched refs:callers (Results 1 – 3 of 3) sorted by relevance
28 * This parcelable wrapper just passes null to callers.
247 protected void withCallers(List<Context> callers, Runnable r) { in withCallers() argument248 for (Context c : callers) { in withCallers()