/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | MusicFxHelperTest.java | 161 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/ |
D | broadcasts.md | 5 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 39 …broadcasts 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.
|
D | user-switching.md | 26 * Listens for relevant events and broadcasts to make sure this list stays up to date
|
D | qs-tiles.md | 638 …The broadcasts are received by [QSSettingsRestoredRepository](/packages/SystemUI/src/com/android/s…
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastHistory.java | 279 @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()
|
D | BroadcastQueue.md | 41 * 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
|
D | flags.aconfig | 57 description: "Defer outgoing broadcasts from processes in freezable state" 83 description: "Avoid resolving data type for sticky broadcasts"
|
/frameworks/base/nfc/java/android/nfc/ |
D | flags.aconfig | 61 … description: "Enable sending broadcasts to Wallet role holder when a tag enters/leaves the field."
|
/frameworks/base/services/robotests/src/com/android/server/pm/ |
D | CrossProfileAppsServiceImplRoboTest.java | 787 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/ |
D | appbackgroundrestrictioninfo.proto | 91 // the number of broadcasts sent by this app.
|
D | incident.proto | 301 optional com.android.server.am.ActivityManagerServiceDumpBroadcastsProto broadcasts = 3013 [ field 303 (section).args = "activity --proto broadcasts"
|
/frameworks/proto_logging/stats/enums/app/ |
D | app_enums.proto | 82 // 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/ |
D | README.md | 148 Class that only runs on debuggable builds that listens to broadcasts that
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | doze.md | 67 …set [DozeUI][17]#BURN_IN_TESTING_ENABLED to true, and then manual time broadcasts (ie: `adb shell …
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 47 optional ActivityManagerServiceDumpBroadcastsProto broadcasts = 2; field 62 // "dumpsys activity --proto broadcasts"
|
/frameworks/base/packages/SystemUI/aconfig/ |
D | systemui.aconfig | 899 description: "Move handling of slice broadcast relay broadcasts to background threads"
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 771 // Whether the package manager should send package verification broadcasts
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 22159 // the number of broadcasts sent by this app.
|