/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastDispatcher.java | 53 final ArrayList<BroadcastRecord> broadcasts; field in BroadcastDispatcher.Deferrals 61 broadcasts = new ArrayList<>(); in Deferrals() 65 broadcasts.add(br); in add() 69 return broadcasts.size(); in size() 73 return broadcasts.isEmpty(); in isEmpty() 77 for (BroadcastRecord br : broadcasts) { in dumpDebug() 83 for (BroadcastRecord br : broadcasts) { in dumpLocked() 96 sb.append(broadcasts.size()); in toString() 479 if (d.broadcasts.size() > 0) { in getNextBroadcastLocked() 615 if (!d.broadcasts.isEmpty()) { in scheduleDeferralCheckLocked() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A 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… 29 * A `UserHandle` can be provided to filter the broadcasts by user. 35 ### A note on sticky broadcasts 37 …broadcasts are those that have been sent using `Context#sendStickyBroadcast` or `Context#sendStick… 39 …* All cached sticky broadcasts that match the filter will be sent to the just registered `Broadcas… 41 Sticky broadcasts are `@Deprecated` since API 24 and the general recommendation is to use regular b… 46 * Do not expect cached sticky broadcasts to be delivered on registration. This may happen but it's … 59 * @param filter A filter to determine what broadcasts should be dispatched to this receiver.
|
/aosp12/hardware/interfaces/broadcastradio/1.1/ |
H A D | types.hal | 48 * Station broadcasts traffic information regularly, 159 * frequency, if a station broadcasts both via satellite and AM/FM. 262 * - AM, FM: RDS_PI if the station broadcasts RDS, AMFM_FREQUENCY otherwise;
|
/aosp12/packages/apps/CellBroadcastReceiver/tests/testapp/ |
H A D | Android.bp | 44 // Apk must be signed with platform signature in order to send test broadcasts.
|
/aosp12/frameworks/base/services/robotests/src/com/android/server/pm/ |
H A D | CrossProfileAppsServiceImplRoboTest.java | 774 final Set<Intent> broadcasts = in sendBroadcastAsUser() local 778 broadcasts.add(intent); in sendBroadcastAsUser() 779 mSentUserBroadcasts.put(user, broadcasts); in sendBroadcastAsUser()
|
/aosp12/hardware/interfaces/broadcastradio/2.0/ |
H A D | types.hal | 50 * Analog broadcasts can recover poor reception conditions by jointing 79 * If set and the currently tuned RDS station broadcasts on multiple 409 * Station broadcasts traffic information regularly, 592 * if a station broadcasts both via satellite and FM.
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | incident.proto | 306 optional com.android.server.am.ActivityManagerServiceDumpBroadcastsProto broadcasts = 3013 [ field 308 (section).args = "activity --proto broadcasts"
|
/aosp12/frameworks/base/packages/SystemUI/ |
H A D | README.md | 128 Class that only runs on debuggable builds that listens to broadcasts that
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | activitymanagerservice.proto | 46 optional ActivityManagerServiceDumpBroadcastsProto broadcasts = 2; field 61 // "dumpsys activity --proto broadcasts"
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | enums.proto | 82 // receive broadcasts.
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 747 // Whether the package manager should send package verification broadcasts
|
/aosp12/hardware/interfaces/wifi/1.0/ |
H A D | types.hal | 674 UNSOLICITED = 0, // Publish session broadcasts discovery packets
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |