Searched refs:stickies (Results 1 – 1 of 1) sorted by relevance
14537 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(id); in registerReceiver() local14538 if (stickies != null) { in registerReceiver()14539 ArrayList<Intent> intents = stickies.get(action); in registerReceiver()15334 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get( in broadcastIntentLocked() local15336 if (stickies != null) { in broadcastIntentLocked()15337 ArrayList<Intent> list = stickies.get(intent.getAction()); in broadcastIntentLocked()15351 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(userId); in broadcastIntentLocked() local15352 if (stickies == null) { in broadcastIntentLocked()15353 stickies = new ArrayMap<>(); in broadcastIntentLocked()15354 mStickyBroadcasts.put(userId, stickies); in broadcastIntentLocked()[all …]