/frameworks/base/core/java/com/android/internal/globalactions/ |
D | ToggleAction.java | 38 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/ |
D | readme.md | 7 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/ |
D | peopleservice.proto | 26 // 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.
|
D | notificationhistory.proto | 24 // On disk data store for historical notifications
|
/frameworks/base/core/java/android/net/ |
D | network-policy-restrictions.md | 24 ## On metered networks 37 ## On non-metered networks
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 19 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/ |
D | README.txt | 36 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/ |
D | atrace_userdebug.rc | 8 # On userdebug allow to enable any event via the generic
|
/frameworks/base/core/proto/android/content/ |
D | locusid.proto | 25 // On disk representation of android.content.LocusId. Currently used by
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 598 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/ |
D | System.inc | 54 // On darwin, we want to update the version to match that of the
|
/frameworks/base/data/keyboards/ |
D | qwerty.kl | 110 # On an AT keyboard: ESC, F10
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 1 # AAPT2 On-Disk Formats
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 1238 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/ |
D | README.rst | 185 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/ |
D | README.txt | 47 On debuggable builds (userdebug, eng) you can change additional
|
/frameworks/proto_logging/stats/enums/server/location/ |
D | enums.proto | 126 // Configurations of how GPS functionalities should be locked when user turns off GPS On setting.
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hwc_types.h | 245 On = HWC2_POWER_MODE_ON,
|
D | hardware_composer.cpp | 325 HWC::PowerMode power_mode = active ? HWC::PowerMode::On : HWC::PowerMode::Off; in SetPowerMode()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 188 enum class ContentDetectionState { Off, On }; enumerator
|
/frameworks/av/media/tests/benchmark/ |
D | README.md | 278 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/ |
D | anr.md | 35 On each dispatch cycle, InputDispatcher checks `AnrTracker` for the nearest timeout value. If the n…
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 210 // Not used anymore. On devices with vibrator, the user explicitly selects
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 276 // TvSettings > Privacy > Usage & Diagnostics > On (Toggle) 997 // Customize channels > Play Next > On (toggle)
|
/frameworks/compile/slang/ |
D | README.rst | 332 On non-vector systems the same code will continue to run but without
|