Searched refs:stickies (Results 1 – 1 of 1) sorted by relevance
15568 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(id); in registerReceiverWithFeature() local15569 if (stickies != null) { in registerReceiverWithFeature()15570 ArrayList<Intent> intents = stickies.get(action); in registerReceiverWithFeature()16385 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get( in broadcastIntentLocked() local16387 if (stickies != null) { in broadcastIntentLocked()16388 ArrayList<Intent> list = stickies.get(intent.getAction()); in broadcastIntentLocked()16402 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(userId); in broadcastIntentLocked() local16403 if (stickies == null) { in broadcastIntentLocked()16404 stickies = new ArrayMap<>(); in broadcastIntentLocked()16405 mStickyBroadcasts.put(userId, stickies); in broadcastIntentLocked()[all …]