HomeSort by relevance Sort by last modified time
    Searched full:getboolean (Results 151 - 175 of 1685) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 278 mSectionHeaderDisplayEnabled = savedState.getBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED);
279 mPhotoLoaderEnabled = savedState.getBoolean(KEY_PHOTO_LOADER_ENABLED);
280 mQuickContactEnabled = savedState.getBoolean(KEY_QUICK_CONTACT_ENABLED);
281 mAdjustSelectionBoundsEnabled = savedState.getBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED);
282 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE);
283 mSearchMode = savedState.getBoolean(KEY_SEARCH_MODE);
284 mVisibleScrollbarEnabled = savedState.getBoolean(KEY_VISIBLE_SCROLLBAR_ENABLED);
287 mSelectionVisible = savedState.getBoolean(KEY_SELECTION_VISIBLE);
288 mLegacyCompatibility = savedState.getBoolean(KEY_LEGACY_COMPATIBILITY);
291 mDarkTheme = savedState.getBoolean(KEY_DARK_THEME)
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 468 boolean disableOtaDexopt = SystemProperties.getBoolean("config.disable_otadexopt",
537 boolean disableStorage = SystemProperties.getBoolean("config.disable_storage", false);
538 boolean disableBluetooth = SystemProperties.getBoolean("config.disable_bluetooth", false);
539 boolean disableLocation = SystemProperties.getBoolean("config.disable_location", false);
540 boolean disableSystemUI = SystemProperties.getBoolean("config.disable_systemui", false);
541 boolean disableNonCoreServices = SystemProperties.getBoolean("config.disable_noncore", false);
542 boolean disableNetwork = SystemProperties.getBoolean("config.disable_network", false);
543 boolean disableNetworkTime = SystemProperties.getBoolean("config.disable_networktime", false);
544 boolean disableRtt = SystemProperties.getBoolean("config.disable_rtt", false);
545 boolean disableMediaProjection = SystemProperties.getBoolean("config.disable_mediaproj"
    [all...]
  /frameworks/base/core/java/android/view/
MenuInflater.java 372 groupVisible = a.getBoolean(com.android.internal.R.styleable.MenuGroup_visible, defaultItemVisible);
373 groupEnabled = a.getBoolean(com.android.internal.R.styleable.MenuGroup_enabled, defaultItemEnabled);
399 itemCheckable = a.getBoolean(com.android.internal.R.styleable.MenuItem_checkable, false) ? 1 : 0;
405 itemChecked = a.getBoolean(com.android.internal.R.styleable.MenuItem_checked, defaultItemChecked);
406 itemVisible = a.getBoolean(com.android.internal.R.styleable.MenuItem_visible, groupVisible);
407 itemEnabled = a.getBoolean(com.android.internal.R.styleable.MenuItem_enabled, groupEnabled);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 360 groupVisible = a.getBoolean(R.styleable.MenuGroup_android_visible, defaultItemVisible);
361 groupEnabled = a.getBoolean(R.styleable.MenuGroup_android_enabled, defaultItemEnabled);
387 itemCheckable = a.getBoolean(R.styleable.MenuItem_android_checkable, false) ? 1 : 0;
393 itemChecked = a.getBoolean(R.styleable.MenuItem_android_checked, defaultItemChecked);
394 itemVisible = a.getBoolean(R.styleable.MenuItem_android_visible, groupVisible);
395 itemEnabled = a.getBoolean(R.styleable.MenuItem_android_enabled, groupEnabled);
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 119 && getResources().getBoolean(
252 return Resources.getSystem().getBoolean(
271 return res.getBoolean(com.android.internal.R.bool.config_supportDoubleTapWake);
275 return res.getBoolean(com.android.internal.R.bool.config_automatic_brightness_available);
282 !SystemProperties.getBoolean("gesture.disable_camera_launch", false);
520 if (!context.getResources().getBoolean(
  /external/nist-sip/java/gov/nist/core/
Host.java 89 = Boolean.getBoolean("gov.nist.core.STRIP_ADDR_SCOPES");
99 = Boolean.getBoolean("gov.nist.core.STRIP_ADDR_SCOPES");
110 = Boolean.getBoolean("gov.nist.core.STRIP_ADDR_SCOPES");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 133 resultData.getBoolean(EXTRA_SET_DEFAULT));
154 mCanSetDefault = getArguments().getBoolean(ARG_CAN_SET_DEFAULT);
158 mIsDefaultChecked = savedInstanceState.getBoolean(ARG_IS_DEFAULT_CHECKED);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 115 mSettingsMode = savedInstanceState.getBoolean(BUNDLE_KEY_SETTINGS);
116 mSaving = savedInstanceState.getBoolean(BUNDLE_KEY_SAVING);
120 mSettingsMode = getArguments().getBoolean(BUNDLE_KEY_SETTINGS);
  /packages/apps/Settings/src/com/android/settings/notification/
OtherSoundSettings.java 212 if (mContext.getResources().getBoolean(R.bool.has_boot_sounds)) {
214 mBootSounds.setChecked(SystemProperties.getBoolean(PROPERTY_BOOT_SOUNDS, true));
243 return context.getResources().getBoolean(R.bool.has_dock_settings);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 211 return getSharedPreferences().getBoolean(
231 return getSharedPreferences().getBoolean(PreferenceKeys.NOTIFICATION_VIBRATE, false);
241 .getBoolean(PreferenceKeys.NOTIFICATION_NOTIFY_EVERY_MESSAGE, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 123 if (!mPrefStore.getBoolean(AUTO_MONITOR_PREFKEY)) {
249 boolean promptShown = mPrefStore.getBoolean(AUTO_MONITOR_PROMPT_SHOWN);
251 return mPrefStore.getBoolean(AUTO_MONITOR_PREFKEY);
  /system/weaved/buffet/
buffet_config.cc 136 store.GetBoolean(config_keys::kWifiAutoSetupEnabled,
162 store.GetBoolean(config_keys::kLocalDiscoveryEnabled,
164 store.GetBoolean(config_keys::kLocalPairingEnabled,
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 68 isCallbackRequired = options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED, false);
122 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED);
176 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED);
248 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED);
  /cts/tests/tests/content/src/android/content/cts/
MockSyncAdapter.java 86 if (null != extras && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE)) {
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 71 assertTrue(b2.getBoolean(KEY));
104 assertEquals(mBundle.getBoolean(BOOLEANKEY), cloneBundle.getBoolean(BOOLEANKEY));
129 assertFalse(mBundle.getBoolean(KEY));
131 assertTrue(mBundle.getBoolean(KEY));
133 assertTrue(mBundle.getBoolean(KEY));
137 assertTrue(mBundle.getBoolean(KEY, true));
139 assertFalse(mBundle.getBoolean(KEY, true));
141 assertFalse(mBundle.getBoolean(KEY, true));
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 362 final boolean userVisible = sa.getBoolean(
364 final boolean supportsUploading = sa.getBoolean(
366 final boolean isAlwaysSyncable = sa.getBoolean(
368 final boolean allowParallelSyncs = sa.getBoolean(
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 51 if (getResources().getBoolean(R.bool.has_two_panes)) {
  /device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
ClockWidgetProvider.java 91 return context.getSharedPreferences(SHARED_PREFS, Context.MODE_PRIVATE).getBoolean(
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestDataModule.java 98 // public abstract boolean getBoolean(String key);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestDataModule.java 97 // public abstract boolean getBoolean(String key);
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 103 final boolean debugLogs = prefs.getBoolean(PreferenceConstants.PREFERENCE_ENABLE_DEBUG, false);
167 mExtrasUnlocked = prefs.getBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, false);
237 final boolean statsEnabled = prefs.getBoolean(PreferenceConstants.PREFERENCE_STATS_ENABLED, true);
290 final boolean debugLogs = prefs.getBoolean(PreferenceConstants.PREFERENCE_ENABLE_DEBUG, false);
303 final boolean soundEnabled = prefs.getBoolean(PreferenceConstants.PREFERENCE_SOUND_ENABLED, true);
304 final boolean safeMode = prefs.getBoolean(PreferenceConstants.PREFERENCE_SAFE_MODE, false);
305 final boolean clickAttack = prefs.getBoolean(PreferenceConstants.PREFERENCE_CLICK_ATTACK, true);
306 final boolean tiltControls = prefs.getBoolean(PreferenceConstants.PREFERENCE_TILT_CONTROLS, false);
309 final boolean onScreenControls = prefs.getBoolean(PreferenceConstants.PREFERENCE_SCREEN_CONTROLS, false);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 79 assertEquals(true, bundle.getBoolean("foo"));
80 assertEquals(false, bundle.getBoolean("bar"));
81 assertEquals(true, bundle.getBoolean("bar", true));
210 assertEquals(false, bundle.getBoolean("foo"));
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 49 setDisableDependentsState(a.getBoolean(
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 133 state.mVariablePadding = a.getBoolean(
135 state.mConstantSize = a.getBoolean(
141 state.mDither = a.getBoolean(
143 state.mAutoMirrored = a.getBoolean(
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 49 mIsPukScreenAvailable = mContext.getResources().getBoolean(

Completed in 643 milliseconds

1 2 3 4 5 67 8 91011>>