Home | History | Annotate | Download | only in app

Lines Matching refs:sticky

100      * Convenience for sending a sticky broadcast.  For internal use only.
314 boolean sticky = data.readInt() != 0;
317 serialized, sticky);
1532 boolean sticky) throws RemoteException
1546 data.writeInt(sticky ? 1 : 0);