Home
last modified time | relevance | path

Searched refs:On (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/globalactions/
DToggleAction.java38 On(false); enumConstant
106 boolean on = ((mState == State.On) || (mState == State.TurningOn)); in create()
130 final boolean nowOn = !(mState == State.On); in onPress()
147 mState = buttonOn ? State.On : State.Off; in changeStateFromPress()
/frameworks/native/cmds/bugreportz/
Dreadme.md7 On version 1.1, in addition to the `OK` and `FAILURE` lines, when `bugreportz` is invoked with
15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md24 ## On metered networks
37 ## On non-metered networks
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md19 On _Android M (Marshmallow)_, dumpstate still generates a flat
25 On _Android N (Nougat)_, `dumpstate` generates a zip file directly (unless there
59 On _Android O (Oreo)_, the following changes were made:
63 On _Android P_, the following changes were made:
/frameworks/base/core/tests/BTtraffic/
DREADME19 On both the server and client device, install the 2 apk:
33 On either the server or client:
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt36 On a Nexus 7, open up the application from the launcher, and the camera preview
43 start mode. On stop, the application will capture whatever images are in the
/frameworks/native/cmds/atrace/
Datrace_userdebug.rc8 # On userdebug allow to enable any event via the generic
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java595 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
763 mAirplaneState = inAirplaneMode ? ToggleAction.State.On : ToggleAction.State.Off;
819 mAirplaneState = airplaneModeOn ? ToggleAction.State.On : ToggleAction.State.Off;
836 mAirplaneState = on ? ToggleAction.State.On : ToggleAction.State.Off;
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java909 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
1177 On(false);
1241 boolean on = ((mState == State.On) || (mState == State.TurningOn));
1266 final boolean nowOn = !(mState == State.On);
1283 mState = buttonOn ? State.On : State.Off;
1414 mAirplaneState = inAirplaneMode ? ToggleAction.State.On : ToggleAction.State.Off;
1473 mAirplaneState = airplaneModeOn ? ToggleAction.State.On : ToggleAction.State.Off;
1490 mAirplaneState = on ? ToggleAction.State.On : ToggleAction.State.Off;
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc54 // On darwin, we want to update the version to match that of the
/frameworks/base/data/keyboards/
Dqwerty.kl110 # On an AT keyboard: ESC, F10
/frameworks/base/tools/aapt2/
Dformats.md1 # AAPT2 On-Disk Formats
/frameworks/compile/libbcc/
DREADME.rst185 On ARM, the first 4 arguments will go into r0, r1, r2, and r3, in that order.
200 On ARM, we use hardfp. Note that double will be placed in a register pair.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt47 On debuggable builds (userdebug, eng) you can change additional
/frameworks/base/core/proto/android/server/location/
Denums.proto126 // Configurations of how GPS functionalities should be locked when user turns off GPS On setting.
/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h245 On = HWC2_POWER_MODE_ON,
Dhardware_composer.cpp322 HWC::PowerMode power_mode = active ? HWC::PowerMode::On : HWC::PowerMode::Off; in SetPowerMode()
/frameworks/av/media/tests/benchmark/
DREADME.md278 On some devices, if a codec isn't supported some tests may report a failure like "codec not found f…
280 For example: On mobile devices without support for mpeg2 decoder, following failure is observed:
/frameworks/base/cmds/statsd/src/
Dstatsd_config.proto340 // //external/perfetto/protos/perfetto/config/. On device,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp605 case HWC2::PowerMode::On: in setPowerMode()
626 mode = HWC2::PowerMode::On; in setPowerMode()
DHWC2.cpp648 if (mode == PowerMode::On) { in setPowerMode()
/frameworks/ml/nn/extensions/
DREADME.md4 collections of vendor-defined operations and data types. On devices running NN
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto207 // Not used anymore. On devices with vibrator, the user explicitly selects
/frameworks/compile/slang/
DREADME.rst332 On non-vector systems the same code will continue to run but without
/frameworks/opt/telephony/proto/src/
Dtelephony.proto819 // On deman data switch event.
1803 // On demand data switch event

12