/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/devicepolicy/ |
H A D | ScreenCaptureDevicePolicyResolverTest.kt | 96 given = 107 given = 118 given = 129 given = 140 given = 151 given = 162 given = 173 given = 184 given = 195 given = [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationsQSContainerControllerTest.kt | 198 given( 209 given( 226 given( 236 given( 252 given( 262 given( 278 given( 285 given( 303 given( 310 given( [all …]
|
H A D | NotificationsQSContainerControllerLegacyTest.kt | 199 given( 210 given( 227 given( 237 given( 253 given( 263 given( 279 given( 286 given( 304 given( 311 given( [all …]
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | utility.cpp | 82 struct stat userdata, given; in GetDevicePathForFile() local 83 if (!stat(bdev_path.c_str(), &given) && !stat(kUserdataDevice, &userdata)) { in GetDevicePathForFile() 84 if (S_ISBLK(given.st_mode) && S_ISBLK(userdata.st_mode) && in GetDevicePathForFile() 85 given.st_rdev == userdata.st_rdev) { in GetDevicePathForFile()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastQueue.md | 33 populated regardless of the process state. (For example, a given 41 * Which broadcasts are pending dispatch to a given process. For example, an 68 the _running_ state at any given time, and at most one process is allowed to be 69 _cold started_ at any given time. (For background, _cold starting_ a process 74 After each broadcast is dispatched to a given process, we consider dispatching 80 Careful attention is given to several types of potential resource starvation,
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | physics-animation-layout.md | 10 …, and has methods such as ```moveStack(x, y)``` to animate the stack to a given point. ExpansionAn… 23 If the animation at the given index should update another animation whenever its value changes, ret… 29 Returns a SpringForce instance to use for animations of the given property. This allows the control… 45 …(Path, int, TimeInterpolator)`, which animates a ‘target’ point along the given path using a tradi… 48 - `withStartDelay(int)`, for starting the animation after a given delay. 49 - `withStartVelocity(float)`, for starting the animation with the given start velocity. 73 …e method for starting animations on multiple child views, starting at the given index. The `ChildA… 120 Sets the given controller as the active controller for the layout. This causes the layout to constr…
|
H A D | physics-animation-testing.md | 11 …tions```, which uses a **CountDownLatch** to wait for all animations on a given property to comple…
|
H A D | broadcasts.md | 89 There are two methods to unsubscribe a given `BroadcastReceiver`. One that will remove it for all u…
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EventLogTags.logtags | 12 # An existing activity is being given a new intent: 26 # The Activity Manager failed to pause the given activity.
|
/aosp14/frameworks/base/core/proto/android/server/alarm/ |
H A D | alarmmanagerservice.proto | 84 // off. The caller has given the time they want this to happen at. 234 // Tag given to AlarmManager by the app or component scheduling the alarm. 256 // Tag given to AlarmManager by the app or component scheduling the alarm. 273 // Tag given to AlarmManager by the app or component scheduling the alarm.
|
/aosp14/system/core/init/ |
H A D | README.md | 396 given console. 433 > Write the child's pid to the given files when it forks. Meant for 453 value to a given new value or when a named property changes value to 562 > Fork and execute command with the given arguments. The command starts 637 > Create a directory at _path_, optionally with the given mode, owner, and 696 > Calls unlink(2) on the given path. You might want to 701 > Calls rmdir(2) on the given path. 704 > Calls readahead(2) on the file or files within given directory. 737 > Calls fs\_mgr\_swapon\_all on the given fstab file. 756 > Calls fs\_mgr\_umount\_all on the given fstab file. [all …]
|
H A D | README.ueventd.md | 128 The handler will be run as the given user, or if a group is provided, as the given user and group.
|
/aosp14/frameworks/base/core/proto/android/ |
H A D | section.proto | 35 // incidentd executes the given command for annotated field
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | header.proto | 34 // only be uploaded if this value is given.
|
/aosp14/system/core/libcutils/ |
H A D | trace-dev.inc | 45 * Note this message includes a tag, the pid, and the string given as the name. 98 // Check whether the given command line matches one of the comma-separated
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | tsconfig.json | 30 …", /* Specify how TypeScript looks up a file from a given module specifier. … 85 …: true, /* Enable error reporting when 'this' is given the type 'any'. */
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | report_file.proto | 65 * the given client.
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/ |
H A D | README.txt | 24 Then take the given Install path (out/target/.../SmartCamera.apk)
|
/aosp14/system/core/init/fuzzer/ |
H A D | README.md | 87 This also ensures that the plugin is always deterministic for any given input.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | powerstatsservice.proto | 95 * Unique (for a given PowerEntity) ID of this State 99 * Unique (for a given PowerEntity) name of the state. Vendor/device specific.
|
/aosp14/frameworks/base/core/proto/android/util/ |
H A D | quotatracker.proto | 123 // True if the UPTC has been given free quota.
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinatorTest.kt | 65 import org.mockito.BDDMockito.given 150 given(headsUpManager.allEntries).willAnswer { huns.stream() } 151 given(headsUpManager.isAlerting(anyString())).willAnswer { invocation -> 155 given(headsUpManager.canRemoveImmediately(anyString())).willAnswer { invocation ->
|
/aosp14/system/core/shell_and_utilities/ |
H A D | README.md | 17 (a) didn't stand out given all the other systems-level changes and (b) 31 `-f`. But this gives you an idea of what was available in any given release, 35 Also note that in any given release `toybox` probably contains more
|
/aosp14/frameworks/base/mime/java-res/ |
H A D | android.mime.types | 40 # File extensions that Android wants to override to point to the given MIME type.
|
/aosp14/frameworks/base/core/proto/android/net/ |
H A D | networkcapabilities.proto | 104 // bandwidth for the first hop on the given transport. It is not measured,
|