Lines Matching defs:sticky

549      * State of all active sticky broadcasts per user.  Keys are the action of the
550 * sticky Intent, values are an ArrayList of all broadcasted intents with
552 * by the user ID the sticky is for, and can include UserHandle.USER_ALL
3915 // Remove all sticky broadcasts from this user.
7768 boolean sticky, int sendingUser) {
7932 Bundle extras, boolean ordered, boolean sticky, int sendingUser)
11355 // Look for any matching sticky broadcasts...
11372 // The first sticky in the list is returned directly back to
11374 Intent sticky = allSticky != null ? (Intent)allSticky.get(0) : null;
11377 + ": " + sticky);
11380 return sticky;
11394 return sticky;
11438 return sticky;
11582 boolean ordered, boolean sticky, int callingPid, int callingUid,
11590 TAG, (sticky ? "Broadcast sticky: ": "Broadcast: ") + intent
11725 // Add to the sticky list if requested.
11726 if (sticky) {
11730 String msg = "Permission Denial: broadcastIntent() requesting a sticky broadcast from pid="
11737 Slog.w(TAG, "Can't broadcast sticky intent " + intent
11746 // as a separate set of sticky broadcasts.
11782 // This sticky already exists, replace it.
11829 ordered, sticky, false, userId);
11919 sticky, false, userId);
11969 String requiredPermission, boolean serialized, boolean sticky, int userId) {
11981 resultCode, resultData, map, requiredPermission, serialized, sticky,
11991 String requiredPermission, boolean serialized, boolean sticky, int userId) {
11998 serialized, sticky, -1, uid, userId);
14227 boolean sticky, int sendingUser) {
14254 Bundle extras, boolean ordered, boolean sticky, int sendingUser)
14499 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
14507 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {