Home
last modified time | relevance | path

Searched refs:configured (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java545 boolean configured, in TriggerSensor() argument
554 configured, in TriggerSensor()
569 boolean configured, in TriggerSensor() argument
582 configured, in TriggerSensor()
598 boolean configured, in TriggerSensor() argument
611 mConfigured = configured; in TriggerSensor()
676 public void setConfigured(boolean configured) { in setConfigured() argument
677 if (mConfigured == configured) return; in setConfigured()
678 mConfigured = configured; in setConfigured()
781 PluginSensor(SensorManagerPlugin.Sensor sensor, String setting, boolean configured, in PluginSensor() argument
[all …]
/frameworks/base/tests/TouchLatency/
Dgradle.properties4 # Gradle settings configured through the IDE *will override*
15 # When configured, Gradle will run in incubating parallel mode.
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradle.properties5 # configured through the IDE.
15 # When configured, Gradle will run in incubating parallel mode.
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/communal/data/repository/
DFakeCommunalWidgetRepository.kt34 val configured = configurator?.configureWidget(id) ?: true in addWidget() constant
35 if (configured) { in addWidget()
/frameworks/base/startop/apps/ColorChanging/
Dgradle.properties3 # Gradle settings configured through the IDE *will override*
10 # When configured, Gradle will run in incubating parallel mode.
/frameworks/base/packages/EasterEgg/
Dgradle.properties3 # Gradle settings configured through the IDE *will override*
10 # When configured, Gradle will run in incubating parallel mode.
/frameworks/libs/systemui/toruslib/
Dgradle.properties3 # Gradle settings configured through the IDE *will override*
10 # When configured, Gradle will run in incubating parallel mode.
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
33 if configured to not block, then will return a short transfer count
/frameworks/libs/systemui/toruslib/lib-torus/
Dgradle.properties18 # Gradle settings configured through the IDE *will override*
29 # When configured, Gradle will run in incubating parallel mode.
/frameworks/opt/car/setupwizard/
Dgradle.properties18 # Gradle settings configured through the IDE *will override*
25 # When configured, Gradle will run in incubating parallel mode.
/frameworks/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto35 * Number of successful suspends with duration < configured break-even during
41 * Time spent in suspend with duration >= configured break-even,
47 * Time spent in suspend with duration < configured break-even,
53 * The break-even time configured from the server based on local offline power
/frameworks/base/packages/SystemUI/docs/
Duser-switching.md34 A fullscreen user switching activity, supporting add guest/user actions if configured.
38 … switching as a dialog over the current surface, and supports add guest user/actions if configured.
/frameworks/av/drm/libmediadrm/
DAndroid.bp95 // This is the version of the drm metrics configured for protobuf lite.
131 // This is the version of the drm metrics library configured for full protobuf.
/frameworks/base/packages/SettingsLib/Spa/
Dgradle.properties19 # Gradle settings configured through the IDE *will override*
26 # When configured, Gradle will run in incubating parallel mode.
/frameworks/base/proto/src/
Dsystem_messages.proto128 // Inform that USB is configured for Media Transfer Protocol
132 // Inform that USB is configured for Picture Transfer Protocol
136 // Inform that USB is configured as a Musical Instrument Digital Interface
140 // Inform that USB is configured in host mode
203 // Inform that USB is configured for Tethering
309 // Inform that USB is configured as a Universal Video Class gadget
/frameworks/proto_logging/stats/atoms/corenetworking/platform/
Dvpn_extension_atoms.proto95 // Is the VPN configured with a proxy
105 // or use user pre-configured dnses. True if the VPN uses user
110 // or use user pre-configured routes. True if the VPN uses user
/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md18 …ature requires changes to how events are generated, Pointer Capture is configured in `InputReader`.
28 3. When `InputReader` is successfully configured, it notifies `InputDispatcher` through the `InputL…
/frameworks/proto_logging/stats/atoms/input/
Dinput_extension_atoms.proto36 // Keyboard layout configured when the device is connected
61 * Logged when an external physical keyboard (PK) is connected and configured
69 // Tracking if this is the first time the device is configured
/frameworks/av/drm/libmediadrm/protos/
DAndroid.bp15 // This is the version of the drm metrics configured for protobuf full on host.
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt158 val configured = in addWidget() constant
183 if (configured) { in addWidget()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h64 bool configured = false,
74 isConfigured(configured), in streamId()
/frameworks/base/core/proto/android/input/
Dkeyboard_configured.proto34 // Keyboard layout configured when the device is connected
/frameworks/opt/setupwizard/library/
Drules.gradle5 * This allows the dependencies to be configured so that for builds in the Android tree, the
/frameworks/hardware/interfaces/sensorservice/1.0/
DIDirectReportChannel.hal36 * To stop all active sensor direct report configured to a channel, set
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeSensorsTest.java550 boolean configured in createDozeSensorForPosture() argument
555 /* configured */ configured, in createDozeSensorForPosture()

12