/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | user-switching.md | 13 May allow changing or adding new users directly from they bouncer. See [KeyguardBouncer][1] 28 * Is settings aware regarding adding users from the lockscreen
|
H A D | corestartable.md | 46 come online first, consider adding a listener to that part of the system.
|
H A D | plugins.md | 14 The first step of adding a plugin hook to SysUI is to define the interface layer between the plugin… 149 … of your project. Then you can tell your module to be signed with it by adding the following to t… 220 …s allows them to be more stable. Some version changes can be avoided by adding defaults to the in…
|
H A D | qs-tiles.md | 188 A `TileService` can be declared as an active tile by adding specific meta-data to its manifest (see…
|
/aosp14/frameworks/base/tools/ |
H A D | aidl | 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCapturePerUserService.java | 723 ArraySet<String> adding = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions() local 725 int addingCount = CollectionUtils.size(adding); in updateContentCaptureOptions() 728 if (oldList != null && adding != null) { in updateContentCaptureOptions() 729 adding.removeAll(oldList); in updateContentCaptureOptions() 731 addingCount = CollectionUtils.size(adding); in updateContentCaptureOptions() 734 String packageName = adding.valueAt(i); in updateContentCaptureOptions()
|
/aosp14/frameworks/base/tests/SmokeTest/ |
H A D | README | 3 Please use caution when adding tests here.
|
/aosp14/frameworks/base/packages/SystemUI/common/ |
H A D | README.md | 5 To maintain the structure of this module, please refrain from adding components at the top level. I…
|
/aosp14/frameworks/base/core/tests/mockingcoretests/ |
H A D | README | 21 separate module is used instead of adding to FrameworksCoreTests.
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | LocalActivityManager.java | 316 boolean adding = false; in startActivity() 326 adding = true; in startActivity() 350 if (adding) { in startActivity()
|
H A D | ActivityManagerInternal.java | 206 boolean adding, long durationMs, @TempAllowListType int type, in updateDeviceIdleTempAllowlist() argument
|
/aosp14/frameworks/base/wifi/tests/ |
H A D | README.md | 26 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
|
/aosp14/frameworks/base/tests/TrustTests/ |
H A D | README.md | 39 3. To re-use code between tests, prefer creating new rules alongside the existing rules or adding
|
/aosp14/frameworks/base/tools/lint/ |
H A D | README.md | 71 module instead of adding it in every module. 109 adding `cmd.Flag("--nowarn")` and running lint again.
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | changes.md | 94 - Try adding a mechanism to register and listen for changes from the base module component instead 96 - Try adding a push-mechanism to share data, or an async callback to request data
|
H A D | debugging.md | 49 which involves adding trace fields to [wm_shell_trace.proto](frameworks/base/libs/WindowManager/She…
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
H A D | README.md | 36 `ChipInfo`. `MediaTttChipControllerCommon` has all the common logic for adding and removing the
|
/aosp14/frameworks/base/startop/view_compiler/ |
H A D | README.md | 51 In general, you can probably get by without adding a new generated DEX file, and
|
/aosp14/system/core/libutils/ |
H A D | Android.bp | 190 diff_flags: ["-allow-adding-removing-weak-symbols"],
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | tsconfig.json | 90 …, /* Interpret optional property types as written, rather than adding 'undefined'. */
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskDisplayArea.java | 609 private int findPositionForRootTask(int requestedPosition, Task rootTask, boolean adding) { 633 if ((targetPosition != requestedPosition) && (adding || targetPosition < prevPosition)) {
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SurfaceSyncGroup.md | 25 …argument can be passed in which ensures the Runnable has executed before adding the child SurfaceS…
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | README.md | 124 * Include additional components and policies for them. TARE may benefit from adding policies for
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | DeviceIdleController.java | 4416 private void updateTempWhitelistAppIdsLocked(int uid, boolean adding, long durationMs, in updateTempWhitelistAppIdsLocked() argument 4432 adding, durationMs, type, reasonCode, reason, callingUid); in updateTempWhitelistAppIdsLocked()
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 234 # For example adding 244 # A mapping has the form "name=value". For example adding "class=itcl::class"
|