Searched refs:Setting (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 159 private final ArrayMap<String, Setting> mSettings = new ArrayMap<>(); 173 private final Setting mNullSetting = new Setting(null, null, false, null, null) { 281 public Setting getNullSetting() { in getNullSetting() 307 Setting setting = mSettings.valueAt(i); in onPackageRemovedLocked() 331 public Setting getSettingLocked(String name) { in getSettingLocked() 335 Setting setting = mSettings.get(name); in getSettingLocked() 337 return new Setting(setting); in getSettingLocked() 354 Setting oldSetting = getSettingLocked(name); in resetSettingDefaultValueLocked() 358 Setting newSetting = new Setting(name, oldSetting.getValue(), null, in resetSettingDefaultValueLocked() 375 Setting oldState = mSettings.get(name); in insertSettingLocked() [all …]
|
D | SettingsProvider.java | 82 import com.android.providers.settings.SettingsState.Setting; 384 Setting setting = getGlobalSetting(name); in call() 389 Setting setting = getSecureSetting(name, requestingUserId, in call() 395 Setting setting = getSystemSetting(name, requestingUserId); in call() 471 Setting setting = getGlobalSetting(args.name); in query() 481 Setting setting = getSecureSetting(args.name, userId); in query() 491 Setting setting = getSystemSetting(args.name, userId); in query() 763 Setting setting = settingsState.getSettingLocked(name); in dumpSettingsLocked() 853 Setting setting = getSecureSetting( in startWatchingUserRestrictionChanges() 868 Setting setting = getGlobalSetting(Settings.Global.INSTALL_NON_MARKET_APPS); in startWatchingUserRestrictionChanges() [all …]
|
D | SettingsProtoDumpUtil.java | 1497 SettingsState.Setting setting = settings.getSettingLocked(settingName); in dumpSetting()
|
/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/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 1686 # or super classes. Setting the tag to NO turns the diagrams off. Note that 1744 # indirect inheritance relations. Setting this tag to YES will force the
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 40 // Setting specifying the accessibility service or feature to be toggled via
|
/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.
|