Searched refs:stickies (Results 1 – 1 of 1) sorted by relevance
14445 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(id); in registerReceiver() local14446 if (stickies != null) { in registerReceiver()14447 ArrayList<Intent> intents = stickies.get(action); in registerReceiver()15237 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get( in broadcastIntentLocked() local15239 if (stickies != null) { in broadcastIntentLocked()15240 ArrayList<Intent> list = stickies.get(intent.getAction()); in broadcastIntentLocked()15254 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(userId); in broadcastIntentLocked() local15255 if (stickies == null) { in broadcastIntentLocked()15256 stickies = new ArrayMap<>(); in broadcastIntentLocked()15257 mStickyBroadcasts.put(userId, stickies); in broadcastIntentLocked()[all …]