Searched refs:stickies (Results 1 – 1 of 1) sorted by relevance
15522 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(userId); in getStickiesLocked() local15523 if (stickies == null) { in getStickiesLocked()15526 final ArrayList<Intent> list = stickies.get(action); in getStickiesLocked()16076 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get( in broadcastIntentLocked() local16078 if (stickies != null) { in broadcastIntentLocked()16079 ArrayList<Intent> list = stickies.get(intent.getAction()); in broadcastIntentLocked()16093 ArrayMap<String, ArrayList<Intent>> stickies = mStickyBroadcasts.get(userId); in broadcastIntentLocked() local16094 if (stickies == null) { in broadcastIntentLocked()16095 stickies = new ArrayMap<String, ArrayList<Intent>>(); in broadcastIntentLocked()16096 mStickyBroadcasts.put(userId, stickies); in broadcastIntentLocked()[all …]