Searched defs:setBoolean (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DMockResources.java60 public void setBoolean(int id, boolean value) { method in class:MockResources
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java101 public void setBoolean(String key, boolean value) { method in class:Settings
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java204 setBoolean(Settings.Secure.SCREENSAVER_ENABLED, value);
214 setBoolean(Settings.Secure.SCREENSAVER_ACTIVATE_ON_DOCK, value);
224 setBoolean(Settings.Secure.SCREENSAVER_ACTIVATE_ON_SLEEP, value);
231 private void setBoolean(String key, boolean value) { method in class:DreamBackend
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java189 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId);
569 setBoolean(PATTERN_EVER_CHOSEN_KEY, true, userId);
634 setBoolean(DISABLE_LOCKSCREEN_KEY, disable, userId);
729 setBoolean(LOCK_SCREEN_OWNER_INFO_ENABLED, enabled, userId);
1152 setBoolean(Settings.Secure.LOCK_PATTERN_ENABLED, true, userId);
1171 setBoolean(Settings.Secure.LOCK_PATTERN_VISIBLE, enabled, userId);
1277 private void setBoolean(String secureSettingKey, boolean enabled, int userId) { method in class:LockPatternUtils
1279 getLockSettings().setBoolean(secureSettingKey, enabled, userId);
1321 setBoolean(LOCKSCREEN_POWER_BUTTON_INSTANTLY_LOCKS, enabled, userId);
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java700 setBoolean(LockPatternUtils.DISABLE_LOCKSCREEN_KEY, false, id);
753 setBoolean(LockPatternUtils.DISABLE_LOCKSCREEN_KEY, false, id);
769 setBoolean("migrated_frp", true, 0);
883 setBoolean(SEPARATE_PROFILE_CHALLENGE_KEY, enabled, userId);
894 public void setBoolean(String key, boolean value, int userId) throws RemoteException { method in class:LockSettingsService
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2921 setBoolean(viewId, "setStarted", started);
2933 setBoolean(viewId, "setCountDown", isCountDown);
2951 setBoolean(viewId, "setIndeterminate", indeterminate);
3236 public void setBoolean(int viewId, String methodName, boolean value) { method in class:RemoteViews
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 215 milliseconds