Home
last modified time | relevance | path

Searched refs:broadcasts (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DMusicFxHelperTest.java161 private void sendMessage(int msgId, int uid, int unBinds, int broadcasts) { in sendMessage() argument
163 verify(mMockContext, times(broadcasts)).sendBroadcastAsUser(anyObject(), anyObject()); in sendMessage()
266 int broadcasts = 1, bind = 1, unbind = 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver() local
267 openSessionWithResList(mSingleList, bind, broadcasts, mTestPkg1, mTestSession1, mTestUid1); in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
269 broadcasts = broadcasts + 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
270 closeSessionWithResList(mSingleList, unbind, broadcasts, mTestPkg1, mTestSession1, in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
274 broadcasts = broadcasts + 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
277 openSessionWithResList(mSingleList, bind, broadcasts, mTestPkg2, mTestSession2, mTestUid1); in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
278 broadcasts = broadcasts + 1; in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
279 closeSessionWithResList(mSingleList, unbind, broadcasts, mTestPkg2, mTestSession2, in testBroadcastIntentWithPackageAndOneBroadcastReceiver()
[all …]
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md5 This is an internal dispatcher class for global broadcasts that SystemUI components want to receive…
13 … control to `system_server`. This improves the total dispatch time for broadcasts and prevents fro…
30 * A `UserHandle` can be provided to filter the broadcasts by user.
37 ### A note on sticky broadcasts
39broadcasts are those that have been sent using `Context#sendStickyBroadcast` or `Context#sendStick…
41 …* All cached sticky broadcasts that match the filter will be sent to the just registered `Broadcas…
43 Sticky broadcasts are `@Deprecated` since API 24 and the general recommendation is to use regular b…
48 * Do not expect cached sticky broadcasts to be delivered on registration. This may happen but it's …
61 * @param filter A filter to determine what broadcasts should be dispatched to this receiver.
Duser-switching.md26 * Listens for relevant events and broadcasts to make sure this list stays up to date
Dqs-tiles.md638 …The broadcasts are received by [QSSettingsRestoredRepository](/packages/SystemUI/src/com/android/s…
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastHistory.java279 @NonNull ArrayList<BroadcastRecord> broadcasts, @NonNull String flavor) { in dumpBroadcastList() argument
281 if (broadcasts.isEmpty()) { in dumpBroadcastList()
284 for (int idx = broadcasts.size() - 1; idx >= 0; --idx) { in dumpBroadcastList()
285 final BroadcastRecord r = broadcasts.get(idx); in dumpBroadcastList()
DBroadcastQueue.md41 * Which broadcasts are pending dispatch to a given process. For example, an
55 except for those explicitly provided by "ordered" or "prioritized" broadcasts.
75 any additional pending broadcasts to that process, aimed at batching dispatch
87 * A per-process queue that has a large number of pending broadcasts can risk
92 "non-urgent" broadcasts can risk large dispatch latencies. This is mitigated
Dflags.aconfig57 description: "Defer outgoing broadcasts from processes in freezable state"
83 description: "Avoid resolving data type for sticky broadcasts"
/frameworks/base/nfc/java/android/nfc/
Dflags.aconfig61 … description: "Enable sending broadcasts to Wallet role holder when a tag enters/leaves the field."
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java787 final Set<Intent> broadcasts = in sendBroadcastAsUser() local
791 broadcasts.add(intent); in sendBroadcastAsUser()
792 mSentUserBroadcasts.put(user, broadcasts); in sendBroadcastAsUser()
/frameworks/base/core/proto/android/os/
Dappbackgroundrestrictioninfo.proto91 // the number of broadcasts sent by this app.
Dincident.proto301 optional com.android.server.am.ActivityManagerServiceDumpBroadcastsProto broadcasts = 3013 [ field
303 (section).args = "activity --proto broadcasts"
/frameworks/proto_logging/stats/enums/app/
Dapp_enums.proto82 // receive broadcasts.
568 * The process was killed because of undelivered broadcasts; this would be set only when the
603 * The process was killed because it was sending too many broadcasts while it is in the
/frameworks/base/packages/SystemUI/
DREADME.md148 Class that only runs on debuggable builds that listens to broadcasts that
/frameworks/base/packages/SystemUI/docs/device-entry/
Ddoze.md67 …set [DozeUI][17]#BURN_IN_TESTING_ENABLED to true, and then manual time broadcasts (ie: `adb shell …
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto47 optional ActivityManagerServiceDumpBroadcastsProto broadcasts = 2; field
62 // "dumpsys activity --proto broadcasts"
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig899 description: "Move handling of slice broadcast relay broadcasts to background threads"
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto771 // Whether the package manager should send package verification broadcasts
/frameworks/proto_logging/stats/
Datoms.proto22159 // the number of broadcasts sent by this app.