Home
last modified time | relevance | path

Searched refs:On (Results 1 – 25 of 36) 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/proto/android/server/
Dpeopleservice.proto26 // On disk data of conversation infos for a user and app package.
68 // On disk data of events.
86 // On disk data of event indexes.
Dnotificationhistory.proto24 // On disk data store for historical notifications
/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/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/core/proto/android/content/
Dlocusid.proto25 // On disk representation of android.content.LocusId. Currently used by
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java598 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
766 mAirplaneState = inAirplaneMode ? ToggleAction.State.On : ToggleAction.State.Off;
822 mAirplaneState = airplaneModeOn ? ToggleAction.State.On : ToggleAction.State.Off;
839 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/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java1238 silentModeOn ? ToggleState.On : ToggleState.Off);
1695 On(false);
1755 return mState == ToggleState.On || mState == ToggleState.TurningOn;
1812 final boolean nowOn = !(mState == ToggleState.On);
1829 mState = buttonOn ? ToggleState.On : ToggleState.Off;
2024 mAirplaneState = inAirplaneMode ? ToggleState.On : ToggleState.Off;
2076 mAirplaneState = airplaneModeOn ? ToggleState.On : ToggleState.Off;
2090 mAirplaneState = on ? ToggleState.On : ToggleState.Off;
/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/proto_logging/stats/enums/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.cpp325 HWC::PowerMode power_mode = active ? HWC::PowerMode::On : HWC::PowerMode::Off; in SetPowerMode()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h188 enum class ContentDetectionState { Off, On }; enumerator
/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/native/services/inputflinger/docs/
Danr.md35 On each dispatch cycle, InputDispatcher checks `AnrTracker` for the nearest timeout value. If the n…
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto210 // Not used anymore. On devices with vibrator, the user explicitly selects
/frameworks/proto_logging/stats/enums/app/
Dtvsettings_enums.proto276 // TvSettings > Privacy > Usage & Diagnostics > On (Toggle)
997 // Customize channels > Play Next > On (toggle)
/frameworks/compile/slang/
DREADME.rst332 On non-vector systems the same code will continue to run but without

12