Lines Matching refs:will
10 * All supported `BroadcastReceiver` will be aggregated into one single receiver per user.
11 * Whenever there is a broadcast, the number of IPC calls from `system_server` into SystemUI will be…
29 * Broadcasts will be dispatched on the main thread (same as `system_server`) by default but a `Hand…
31 …ntent/Context.java)) can be passed for the registration. By default, this will be `Context#RECEIVE…
41 …* All cached sticky broadcasts that match the filter will be sent to the just registered `Broadcas…
62 * It will only take into account actions and categories for filtering. It must
85 …ng the same `BroadcastReceiver` for the same user using different filters will result on two subsc…
89 There are two methods to unsubscribe a given `BroadcastReceiver`. One that will remove it for all u…
95 * This will remove every registration of [receiver], not those done just with [UserHandle.ALL].
97 * @param receiver The receiver to unregister. It will be unregistered for all users.
104 * @param receiver The receiver to unregister. It will be unregistered for all users.
115 `finish()`. The system will keep sysui alive regardless, so it isn't needed.