Searched refs:stickies (Results 1 – 1 of 1) sorted by relevance
16177 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(id); in registerReceiver() local16178 if (stickies != null) { in registerReceiver()16179 ArrayList<Intent> intents = stickies.get(action); in registerReceiver()16694 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get( in broadcastIntentLocked() local16696 if (stickies != null) { in broadcastIntentLocked()16697 ArrayList<Intent> list = stickies.get(intent.getAction()); in broadcastIntentLocked()16711 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(userId); in broadcastIntentLocked() local16712 if (stickies == null) { in broadcastIntentLocked()16713 stickies = new ArrayMap<>(); in broadcastIntentLocked()16714 mStickyBroadcasts.put(userId, stickies); in broadcastIntentLocked()[all …]