Searched refs:stickyIntents (Results 1 – 1 of 1) sorted by relevance
80 private Map<String, Intent> stickyIntents = new HashMap<String, Intent>(); field in ShadowApplication340 stickyIntents.put(intent.getAction(), intent); in sendStickyBroadcast()363 for (Intent stickyIntent : stickyIntents.values()) { in getStickyIntent()