/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 | 158 private final ArrayMap<String, Setting> mSettings = new ArrayMap<>(); 172 private final Setting mNullSetting = new Setting(null, null, false, null, null) { 285 public Setting getNullSetting() { in getNullSetting() 313 Setting setting = mSettings.valueAt(i); in removeSettingsForPackageLocked() 339 public Setting getSettingLocked(String name) { in getSettingLocked() 343 Setting setting = mSettings.get(name); in getSettingLocked() 345 return new Setting(setting); in getSettingLocked() 363 Setting oldSetting = getSettingLocked(name); in resetSettingDefaultValueLocked() 367 Setting newSetting = new Setting(name, oldSetting.getValue(), null, in resetSettingDefaultValueLocked() 392 Setting oldState = mSettings.get(name); in insertSettingLocked() [all …]
|
D | SettingsProvider.java | 86 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 …]
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests.m | 675 // Setting the values to nil will clear the has flag, and on next access you 781 // Setting submessage to nil should cause it to lose its creator. 804 // Setting a value should cause the submessage to appear to its creator. 894 // Setting autocreated submessage to another value should cause the old one to 929 // Setting submessage to itself should cause it to become visible. 1069 // Setting array to nil should cause it to lose its delegate. 1122 // Setting array to itself should cause it to become visible. 1267 // Setting map to nil should cause it to lose its delegate. 1322 // Setting map to itself should cause it to become visible. 1658 // Setting an extension should cause the extension to appear to its creator. [all …]
|
D | GPBMessageTests+Runtime.m | 305 // Setting to any value including the default value (0) should result has* 666 // Setting to any value including the default value (0) should result has*
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 88 eglPresentationTimeANDROID overriding prior calls. Setting the
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 292 # refresh rate. Setting this property to 0 means there is no timer. 303 # display to a lower refresh rate. Setting this property to 0 means there is no timer.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance.proto | 90 // Setting this string does not necessarily mean the testee failed the
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 232 // 4. Setting .value on the default Node causes a copy to be made and sets 238 // 6. Setting "node.child" in (5) is a simple value reassignment, since 587 `NilLiteralConvertible` to avoid switch statement issues. Setting the property
|
/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/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/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/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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.m | 182 // Setting OutputStream and NSData is to control the buffering behavior/size
|
D | GPBUtilities.m | 299 // Setting a message to nil is an obvious way to "clear" the value
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 800 be assigned the same numeric value. Default value is "true". Setting it to 1111 * Setting a field to null now throws NullPointerException.
|