Searched refs:scope (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsManager.java53 * This API introduces the concept of "scope" for a setting, which is the generality
55 * entire application, have a scope of SCOPE_GLOBAL. They are stored in the default
59 * a custom scope. The specific module can define whatever scope (String) argument
60 * they want, and the settings saved with that scope can only be seen by that third
115 * custom scope.
124 * Open a SharedPreferences file by custom scope.
128 protected SharedPreferences openPreferences(String scope) { argument
132 mPackageName + scope, Context.MODE_PRIVATE);
142 * Close a SharedPreferences file by custom scope
276 getPreferencesFromScope(String scope) argument
364 getString(String scope, String key, String defaultValue) argument
382 getString(String scope, String key) argument
392 getInteger(String scope, String key, Integer defaultValue) argument
404 getInteger(String scope, String key) argument
414 getBoolean(String scope, String key, boolean defaultValue) argument
426 getBoolean(String scope, String key) argument
443 getIndexOfCurrentValue(String scope, String key) argument
466 set(String scope, String key, String value) argument
477 set(String scope, String key, int value) argument
488 set(String scope, String key, boolean value) argument
497 setToDefault(String scope, String key) argument
515 setValueByIndex(String scope, String key, int index) argument
535 isSet(String scope, String key) argument
546 isDefault(String scope, String key) argument
557 remove(String scope, String key) argument
[all...]
H A DSettingObserver.java59 private SettingObserver(SettingsManager manager, String scope, String key, Class<T> tClass) { argument
61 mScope = scope;
67 String scope, String key) {
68 return new SettingObserver<>(manager, scope, key,
73 String scope, String key) {
74 return new SettingObserver<>(manager, scope, key,
79 String scope, String key) {
80 return new SettingObserver<>(manager, scope, key,
66 ofInteger(SettingsManager manager, String scope, String key) argument
72 ofString(SettingsManager manager, String scope, String key) argument
78 ofBoolean(SettingsManager manager, String scope, String key) argument
/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java298 private void setIndicatorState(String scope, String key, ImageView imageView, argument
302 int valueIndex = settingsManager.getIndexOfCurrentValue(scope, key);
319 if (!showDefault && settingsManager.isDefault(scope, key)) {
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSettingsUtils.java131 b.appendQueryParameter("scope", provider.scope);
167 provider.scope = getXmlAttribute(context, xml, "scope");
218 provider.scope = getXmlAttribute(context, xml, "scope");
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java205 public String scope; field in class:VendorPolicyLoader.OAuthProvider
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpControllerService.java498 private MediaMetadata getCurrentMetaData(int scope, int trackId) { argument
499 /* if scope is now playing */
500 if(scope == AvrcpControllerConstants.AVRCP_SCOPE_NOW_PLAYING) {
507 /* if scope is now playing */
508 else if(scope == AvrcpControllerConstants.AVRCP_SCOPE_VFS) {
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h399 ClearStackOnExit scope(*this);
1319 // Transit to Finish state if this is the topmost scope.
1344 // Transit to Finish state if this is the topmost scope.
1404 ClearStackOnExit scope(*this);
H A Ddocument.h78 But a compiler (IBM XL C/C++ for AIX) have reported to have problem with that so it moved as a namespace scope struct.
280 By this, e.g. function-scope arrays used to be filled via
303 By this, e.g. function-scope arrays used to be filled via
1892 ClearStackOnExit scope(*this);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 347 milliseconds