Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 27) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/docs/
H A Duser-switching.md13 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 Dcorestartable.md46 come online first, consider adding a listener to that part of the system.
H A Dplugins.md14 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 Dqs-tiles.md188 A `TileService` can be declared as an active tile by adding specific meta-data to its manifest (see…
/aosp14/frameworks/base/tools/
H A Daidl3 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 DContentCapturePerUserService.java723 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 DREADME3 Please use caution when adding tests here.
/aosp14/frameworks/base/packages/SystemUI/common/
H A DREADME.md5 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 DREADME21 separate module is used instead of adding to FrameworksCoreTests.
/aosp14/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java316 boolean adding = false; in startActivity()
326 adding = true; in startActivity()
350 if (adding) { in startActivity()
H A DActivityManagerInternal.java206 boolean adding, long durationMs, @TempAllowListType int type, in updateDeviceIdleTempAllowlist() argument
/aosp14/frameworks/base/wifi/tests/
H A DREADME.md26 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
/aosp14/frameworks/base/tests/TrustTests/
H A DREADME.md39 3. To re-use code between tests, prefer creating new rules alongside the existing rules or adding
/aosp14/frameworks/base/tools/lint/
H A DREADME.md71 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 Dchanges.md94 - 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 Ddebugging.md49 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 DREADME.md36 `ChipInfo`. `MediaTttChipControllerCommon` has all the common logic for adding and removing the
/aosp14/frameworks/base/startop/view_compiler/
H A DREADME.md51 In general, you can probably get by without adding a new generated DEX file, and
/aosp14/system/core/libutils/
H A DAndroid.bp190 diff_flags: ["-allow-adding-removing-weak-symbols"],
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dtsconfig.json90 …, /* Interpret optional property types as written, rather than adding 'undefined'. */
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskDisplayArea.java609 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 DSurfaceSyncGroup.md25 …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 DREADME.md124 * 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 DDeviceIdleController.java4416 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 DDoxyfile234 # For example adding
244 # A mapping has the form "name=value". For example adding "class=itcl::class"

12