Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 2233) sorted by relevance

12345678910>>...90

/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp120 const unsigned int on = 0xff0000ff; in create_texture() local
124 on, off, on, off, on, off, on, off, in create_texture()
125 off, on, off, on, off, on, off, on, in create_texture()
126 on, off, on, off, on, off, on, off, in create_texture()
127 off, on, off, on, off, on, off, on, in create_texture()
128 on, off, on, off, on, off, on, off, in create_texture()
129 off, on, off, on, off, on, off, on, in create_texture()
130 on, off, on, off, on, off, on, off, in create_texture()
131 off, on, off, on, off, on, off, on, in create_texture()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp204 const unsigned int on = 0xff0000ff; in create_texture() local
208 on, off, on, off, on, off, on, off, in create_texture()
209 off, on, off, on, off, on, off, on, in create_texture()
210 on, off, on, off, on, off, on, off, in create_texture()
211 off, on, off, on, off, on, off, on, in create_texture()
212 on, off, on, off, on, off, on, off, in create_texture()
213 off, on, off, on, off, on, off, on, in create_texture()
214 on, off, on, off, on, off, on, off, in create_texture()
215 off, on, off, on, off, on, off, on, in create_texture()
/frameworks/base/test-mock/api/
Dlint-baseline.txt9 Missing nullability on parameter `newConfig` in method `onConfigurationChanged`
11 Missing nullability on parameter `context` in method `attachInfo`
13 Missing nullability on parameter `info` in method `attachInfo`
15 Missing nullability on parameter `uri` in method `bulkInsert`
17 Missing nullability on parameter `values` in method `bulkInsert`
19 Missing nullability on method `getStreamTypes` return
21 Missing nullability on parameter `url` in method `getStreamTypes`
23 Missing nullability on parameter `mimeTypeFilter` in method `getStreamTypes`
25 Missing nullability on parameter `service` in method `bindIsolatedService`
27 Missing nullability on parameter `instanceName` in method `bindIsolatedService`
[all …]
Dsystem-lint-baseline.txt7 Missing nullability on method `registerReceiverForAllUsers` return
9 Missing nullability on parameter `receiver` in method `registerReceiverForAllUsers`
11 Missing nullability on parameter `filter` in method `registerReceiverForAllUsers`
13 Missing nullability on parameter `broadcastPermission` in method `registerReceiverForAllUsers`
15 Missing nullability on parameter `scheduler` in method `registerReceiverForAllUsers`
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp313 const unsigned int on = 0xff0000ff; in create_texture() local
317 on, off, on, off, on, off, on, off, in create_texture()
318 off, on, off, on, off, on, off, on, in create_texture()
319 on, off, on, off, on, off, on, off, in create_texture()
320 off, on, off, on, off, on, off, on, in create_texture()
321 on, off, on, off, on, off, on, off, in create_texture()
322 off, on, off, on, off, on, off, on, in create_texture()
323 on, off, on, off, on, off, on, off, in create_texture()
324 off, on, off, on, off, on, off, on, in create_texture()
/frameworks/base/test-runner/api/
Dlint-baseline.txt45 Missing nullability on method `getMessage` return
47 Missing nullability on parameter `arguments` in method `onCreate`
49 Missing nullability on parameter `service` in method `bindIsolatedService`
51 Missing nullability on parameter `instanceName` in method `bindIsolatedService`
53 Missing nullability on parameter `executor` in method `bindIsolatedService`
55 Missing nullability on parameter `conn` in method `bindIsolatedService`
57 Missing nullability on parameter `service` in method `bindService`
59 Missing nullability on parameter `conn` in method `bindService`
61 Missing nullability on parameter `service` in method `bindService`
63 Missing nullability on parameter `executor` in method `bindService`
[all …]
/frameworks/base/core/api/
Dtest-lint-baseline.txt189 Missing nullability on parameter `config` in method `onMovedToDisplay`
191 Missing nullability on parameter `activity` in method `alwaysShowUnsupportedCompileSdkWarning`
193 Missing nullability on parameter `token` in method `holdLock`
195 Missing nullability on parameter `packages` in method `scheduleApplicationInfoChanged`
197 Missing nullability on method `getIconFilename` return
199 Missing nullability on parameter `packageNames` in method `clearLaunchParamsForPackages`
201 Missing nullability on parameter `bounds` in method `resizeTask`
203 Missing nullability on parameter `context` in method `supportsMultiWindow`
205 Missing nullability on parameter `context` in method `supportsSplitScreenMultiWindow`
207 Missing nullability on parameter `savedInstanceState` in method `onCreate`
[all …]
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md7 … | Coordinates the first experience when turning on the display of a dev…
8on the display of a device, as long as the user has not specified a security method of NONE. On th…
10on the right side and Quick Settings on the left. For keyguard that means notifications being on t…
11on AOD. The AOSP image on the left shows the usage of a clock that does not support variable weigh…
22 …active authentication method since users need to actively put their finger on the fingerprint sens…
24 …) on the lock screen to avoid putting users in a state where the lock screen could immediately dis…
25 …emains on keyguard until the user performs an action to indicate they'd like to enter the device (…
30on the lock screen and on AOD. Users cannot authenticate from the screen-off state.<br><br>Support…
31 …t highlights the UDFPS sensor. Users can get into this state after tapping on a notification from …
Dquickaffordance.md2 Quick Affordances are interactive UI elements that appear on the lock screen when the device is
5 credit card, turn on the flashlight, etc.
15 "Slots" is what we call the position of Quick Affordances on the lock screen. Each slot has a uniqu…
17 …slot, each with a slot capacity of `1`, allowing only one Quick Affordance on each side of the loc…
41 …table accepts `insert` or `delete` operations to either add or remove a quick affordance on a slot.
42 * To add a selection of a quick affordance on a slot, execute the `insert` operation on the `select…
43 …of a specific quick affordance from a slot, execute the `delete` operation on the `selections` tab…
48 * Show the list of available slots based on the result of the `slots` table query
49 * Show the list of available quick affordances on the device (regardless of selection) based on the…
50 * Show the quick affordances already selected for each slot based on the result of the `selections`…
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorControllerTest.java193 when(mNativeWrapperMock.on(anyLong(), anyLong())).thenAnswer(args -> args.getArgument(0)); in on_withDuration_turnsVibratorOn()
195 controller.on(100, 10); in on_withDuration_turnsVibratorOn()
198 verify(mNativeWrapperMock).on(eq(100L), eq(10L)); in on_withDuration_turnsVibratorOn()
208 assertEquals(10L, controller.on(prebaked, 11)); in on_withPrebaked_performsEffect()
224 assertEquals(15L, controller.on(primitives, 12)); in on_withComposed_performsEffect()
240 assertEquals(15L, controller.on(primitives, 12)); in on_withComposedPwle_performsEffect()
248 when(mNativeWrapperMock.on(anyLong(), anyLong())).thenAnswer(args -> args.getArgument(0)); in off_turnsOffVibrator()
251 controller.on(100, 1); in off_turnsOffVibrator()
263 when(mNativeWrapperMock.on(anyLong(), anyLong())).thenAnswer(args -> args.getArgument(0)); in reset_turnsOffVibratorAndDisablesExternalControl()
266 controller.on(100, 1); in reset_turnsOffVibratorAndDisablesExternalControl()
[all …]
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md3 …as network access while on background depending on the status of Data Saver mode, Battery Saver mo…
9 The cells define the network status when the app is on background.
13 * **DS ON**: Data Saver Mode is on
15 * **BS ON**: Battery Saver Mode is on
20 * **ok**: network access granted while app on background (NetworkInfo's state/detailed state should…
21 * **blk**: network access blocked while app on background (NetworkInfo's state/detailed state shoul…
/frameworks/av/media/audioserver/
Daudioserver.rc16 on property:vts.native_server.on=1
18 on property:vts.native_server.on=0
21 on property:init.svc.audioserver=stopped
38 on property:init.svc.audioserver=running
46 on property:sys.audio.restart.hal=1
62 on init
/frameworks/proto_logging/stats/enums/stats/textclassifier/
Dtextclassifier_enums.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
39 // User clicked on Copy action.
41 // User clicked on Paste action.
43 // User clicked on Cut action.
45 // User clicked on Share action.
47 // User clicked on a Smart action.
53 // User clicked on a custom action.
55 // User clicked on Select All action
/frameworks/base/tests/LegacyRestoreTest/
DREADME2 "adb backup" archive of the settings provider package. It was generated on a
4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen,
7 'adb restore' decrypts and applies the restored archive successfully on a device
8 running Android 4.3, but fails to restore correctly on a device running Android 4.4,
13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix
14 to this bug in place. This archive should be successfully restorable on any
/frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/
DDemoModeAvailabilityTracker.kt88 val on = checkIsDemoModeOn() in onChange() constant
91 android.util.Log.d(TAG, "onChange: DEMO_MODE_ON changed: $on") in onChange()
94 if (isInDemoMode == on) { in onChange()
98 isInDemoMode = on in onChange()
99 if (on) { in onChange()
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * @return list the list of available sensors, or empty on failure
38 * @return result OK on success or UNKNOWN_ERROR on failure
46 * value on failure.
47 * @return result OK on success or
54 * Create direct channel based on shared memory
88 * Create direct channel based on hardware buffer
110 * Subsequently, one can enable sensors on the event queue so that sensor
113 * @param callback the callback to call on events. Must not be null.
114 * @return queue the event queue created. null on failure.
DIDirectReportChannel.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
29 * Configure direct report on channel
31 * Configure sensor direct report on a direct channel: set rate to value
39 * @param sensorHandle handle of the sensor to operate on. If it is -1
42 * @param rate rate level value to set on the specified sensor.
44 * @return result OK on success;
/frameworks/base/core/proto/android/app/
Dnotificationmanager.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
67 // (e.g. with notification lights or by turning the screen on) when the
72 // when the screen is on (e.g. by peeking onto the screen).
83 // appearing in the status bar, on devices that support status bars.
85 // Whether badges from notifications intercepted by DND are blocked on
89 // on ambient displays on devices that support ambient display.
93 // on devices that support those views.
/frameworks/proto_logging/stats/enums/view/
Denums.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
29 // The display state is on.
31 // The display is dozing in a low power state; it is still on but is
35 // The display is dozing in a suspended low power state; it is still on
39 // The display is on and optimized for VR mode.
41 // The display is in a suspended full power state; it is still on but the
/frameworks/native/cmds/rss_hwm_reset/
Drss_hwm_reset.rc10 # distributed under the License is distributed on an "AS IS" BASIS,
24 on property:sys.rss_hwm_reset.on=1
26 setprop sys.rss_hwm_reset.on 0
/frameworks/native/libs/android_runtime_lazy/
DAndroid.bp11 * distributed under the License is distributed on an "AS IS" BASIS,
20 // By depending on this instead of libandroid_runtime,
25 // frameworks/native modules should not depend on frameworks/base.
29 // Some libraries which serve as LL-NDK and NDK as well may depend on this
31 // depending on libandroid_runtime is meaningless. In this case,
32 // they can depend on libandroid_runtime_lazy.
/frameworks/av/media/codecs/amrwb/dec/fuzzer/
DREADME.md4 The fuzzer plugin for AMR-WB is designed based on the understanding of the
8 The configuration parameters are not hardcoded, but instead selected based on
25 which is based on `mode` and `quality` selected.
30 malformed, etc) and doesnt `exit()` on any input and thereby increasing the
49 To run on device
54 To run on host
/frameworks/av/media/codecs/amrnb/fuzzer/
DREADME.md4 The fuzzer plugin for AMR-NB is designed based on the understanding of the
8 The configuration parameters are not hardcoded, but instead selected based on
26 which is based on `input_format` and `frame_type` selected.
31 malformed, etc) and doesnt `exit()` on any input and thereby increasing the
50 To run on device
55 To run on host
/frameworks/libs/net/common/netd/libnetdutils/
DSocketOption.cpp31 const int on = 1; in enableSockopt() local
32 return sys.setsockopt(sock, level, optname, &on, sizeof(on)); in enableSockopt()
/frameworks/base/tests/SystemMemoryTest/
DREADME.txt6 - those parts of the test that run on device.
9 - those parts of the test that run on host.
18 This installs and runs the test on device. You can see the metrics in the

12345678910>>...90