Searched refs:Setting (Results 1 – 21 of 21) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
D | SettingsInjector.java | 102 protected final Set<Setting> mSettings; 108 mSettings = new HashSet<Setting>(); in SettingsInjector() 183 mSettings.add(new Setting(setting, preference)); in getInjectedSettings() 343 WeakReference<Set<Setting>> mAllSettings; 348 private Deque<Setting> mSettingsToLoad = new ArrayDeque<Setting>(); 354 private Set<Setting> mSettingsBeingLoaded = new ArraySet<Setting>(); 356 public StatusLoadingHandler(Set<Setting> allSettings) { in StatusLoadingHandler() 370 final Set<Setting> allSettings = mAllSettings.get(); in handleMessage() 379 final Setting receivedSetting = (Setting) msg.obj; in handleMessage() 385 final Setting timedOutSetting = (Setting) msg.obj; in handleMessage() [all …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 160 private final ArrayMap<String, Setting> mSettings = new ArrayMap<>(); 174 private final Setting mNullSetting = new Setting(null, null, false, null, null) { 287 public Setting getNullSetting() { in getNullSetting() 315 Setting setting = mSettings.valueAt(i); in removeSettingsForPackageLocked() 341 public Setting getSettingLocked(String name) { in getSettingLocked() 345 Setting setting = mSettings.get(name); in getSettingLocked() 347 return new Setting(setting); in getSettingLocked() 365 Setting oldSetting = getSettingLocked(name); in resetSettingDefaultValueLocked() 369 Setting newSetting = new Setting(name, oldSetting.getValue(), null, in resetSettingDefaultValueLocked() 394 Setting oldState = mSettings.get(name); in insertSettingLocked() [all …]
|
D | SettingsProvider.java | 85 import com.android.providers.settings.SettingsState.Setting; 397 Setting setting = getConfigSetting(name); in call() 402 Setting setting = getGlobalSetting(name); in call() 407 Setting setting = getSecureSetting(name, requestingUserId, in call() 413 Setting setting = getSystemSetting(name, requestingUserId); in call() 560 Setting setting = getGlobalSetting(args.name); in query() 570 Setting setting = getSecureSetting(args.name, userId); in query() 580 Setting setting = getSystemSetting(args.name, userId); in query() 876 Setting setting = settingsState.getSettingLocked(name); in dumpSettingsLocked() 974 Setting setting = getSecureSetting( in startWatchingUserRestrictionChanges() [all …]
|
D | SettingsProtoDumpUtil.java | 1622 SettingsState.Setting setting = settings.getSettingLocked(settingName); in dumpSetting()
|
/frameworks/av/media/libstagefright/xmlparser/api/ |
D | current.txt | 109 public class Setting { 110 ctor public Setting(); 123 method public java.util.List<media.codecs.Setting> getDomain_optional(); 124 method public java.util.List<media.codecs.Setting> getSetting_optional(); 125 method public java.util.List<media.codecs.Setting> getVariant_optional();
|
/frameworks/base/libs/hwui/utils/ |
D | GLUtils.cpp | 25 #error Setting DEBUG_OPENGL to HIGH requires setting HWUI_ENABLE_OPENGL_VALIDATION to true in the A…
|
/frameworks/native/vulkan/ |
D | README.md | 9 … to format all C/C++ code, except code imported verbatim from elsewhere. Setting up git-clang-form…
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsStateTest.java | 171 SettingsState.Setting s; in testUpgrade()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 318 # refresh rate. Setting this property to 0 means there is no timer. 329 # display to a lower refresh rate. Setting this property to 0 means there is no timer. 341 # Setting this property to 0 means there is no timer.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 88 eglPresentationTimeANDROID overriding prior calls. Setting the
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 243 # and setter methods for a property. Setting this option to YES (the default) 702 # Setting the INLINE_SOURCES tag to YES will include the body 707 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 838 # page will contain the date and time when the page was generated. Setting 1436 # or super classes. Setting the tag to NO turns the diagrams off. Note that 1498 # indirect inheritance relations. Setting this tag to YES will force the
|
/frameworks/native/docs/ |
D | Doxyfile | 293 # getter and setter methods for a property. Setting this option to YES (the 846 # Setting the INLINE_SOURCES tag to YES will include the body 851 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 1007 # page will contain the date and time when the page was generated. Setting 1702 # or super classes. Setting the tag to NO turns the diagrams off. Note that 1760 # indirect inheritance relations. Setting this tag to YES will force the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 339 # getter and setter methods for a property. Setting this option to YES will make 950 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 956 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1188 # page will contain the date and time when the page was generated. Setting this 1774 # page will contain the date and time when the page was generated. Setting this 2139 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2214 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 348 # getter and setter methods for a property. Setting this option to YES will make 1000 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 1006 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1238 # page will contain the date and time when the page was generated. Setting this 1824 # page will contain the date and time when the page was generated. Setting this 2180 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2255 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
D | Doxyfile | 348 # getter and setter methods for a property. Setting this option to YES will make 1000 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 1006 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1238 # page will contain the date and time when the page was generated. Setting this 1824 # page will contain the date and time when the page was generated. Setting this 2180 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2255 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 318 # getter and setter methods for a property. Setting this option to YES will make 906 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 912 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1123 # page will contain the date and time when the page was generated. Setting this 2024 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2099 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
D | Doxyfile.orig | 318 # getter and setter methods for a property. Setting this option to YES will make 897 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 903 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 1114 # page will contain the date and time when the page was generated. Setting this 2015 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2090 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 40 // Setting specifying the accessibility service or feature to be toggled via
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 600 // ACTION: Tap & Pay -> Default Application Setting -> Use Forground 603 // ACTION: Tap & Pay -> Default Application Setting -> Use Default
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6867 // ACTION: Tap & Pay -> Default Application Setting -> Use Forground 6871 // ACTION: Tap & Pay -> Default Application Setting -> Use Default
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2165 // Current Link Supervision Timeout Setting
|