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

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 192 mBuildForceResResfresh = mStore.getBoolean(PREFS_BUILD_RES_AUTO_REFRESH);
197 mStore.getBoolean(PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR);
202 mStore.getBoolean(PREFS_BUILD_SKIP_POST_COMPILE_ON_FILE_SAVE);
210 mFormatGuiXml = mStore.getBoolean(PREFS_FORMAT_GUI_XML);
218 mCustomXmlFormatter = mStore.getBoolean(PREFS_USE_CUSTOM_XML_FORMATTER);
226 mUseEclipseIndent = mStore.getBoolean(PREFS_USE_ECLIPSE_INDENT);
230 mRemoveEmptyLines = mStore.getBoolean(PREVS_REMOVE_EMPTY_LINES);
234 mOneAttributeOnFirstLine = mStore.getBoolean(PREFS_ONE_ATTR_PER_LINE);
248 mSpaceBeforeClose = mStore.getBoolean(PREFS_SPACE_BEFORE_CLOSE);
252 mFormatOnSave = mStore.getBoolean(PREFS_FORMAT_ON_SAVE)
    [all...]
  /external/libweave/third_party/chromium/base/
values_unittest.cc 79 ASSERT_FALSE(mixed_list->GetBoolean(1, &bool_value));
85 ASSERT_FALSE(mixed_list->GetBoolean(3, &bool_value));
88 ASSERT_TRUE(mixed_list->GetBoolean(0, &bool_value));
862 EXPECT_TRUE(main_dict.GetBoolean("bool", NULL));
863 EXPECT_FALSE(main_dict.GetBoolean("int", NULL));
864 EXPECT_FALSE(main_dict.GetBoolean("double", NULL));
865 EXPECT_FALSE(main_dict.GetBoolean("string", NULL));
866 EXPECT_FALSE(main_dict.GetBoolean("binary", NULL));
867 EXPECT_FALSE(main_dict.GetBoolean("dict", NULL));
868 EXPECT_FALSE(main_dict.GetBoolean("list", NULL))
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
ConnectActivity.java 249 boolean videoCallEnabled = sharedPref.getBoolean(keyprefVideoCallEnabled,
259 boolean hwCodec = sharedPref.getBoolean(keyprefHwCodecAcceleration,
263 boolean captureToTexture = sharedPref.getBoolean(keyprefCaptureToTexture,
267 boolean noAudioProcessing = sharedPref.getBoolean(
272 boolean aecDump = sharedPref.getBoolean(
277 boolean useOpenSLES = sharedPref.getBoolean(
312 boolean captureQualitySlider = sharedPref.getBoolean(keyprefCaptureQualitySlider,
337 boolean displayHud = sharedPref.getBoolean(keyprefDisplayHud,
340 boolean tracing = sharedPref.getBoolean(
CallFragment.java 114 videoCallEnabled = args.getBoolean(CallActivity.EXTRA_VIDEO_CALL, true);
116 && args.getBoolean(CallActivity.EXTRA_VIDEO_CAPTUREQUALITYSLIDER_ENABLED, false);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 251 return getSharedPreferences().getBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, false);
292 return sharedPreferences.getBoolean(PreferenceKeys.CONVERSATION_LIST_SWIPE, true);
339 .getBoolean(PreferenceKeys.CONVERSATION_PHOTO_TEASER_SHOWN, false);
461 return sharedPreferences.getBoolean(PreferenceKeys.SHOW_SENDER_IMAGES, true);
488 return getSharedPreferences().getBoolean(PreferenceKeys.CONFIRM_DELETE, false);
497 return getSharedPreferences().getBoolean(PreferenceKeys.CONFIRM_ARCHIVE, false);
506 return getSharedPreferences().getBoolean(PreferenceKeys.CONFIRM_SEND, false);
525 .getBoolean(PreferenceKeys.CONVERSATION_OVERVIEW_MODE, true);
541 .getBoolean(PreferenceKeys.ALWAYS_LAUNCH_GMAIL_FROM_EMAIL_TOMBSTONE, false);
AccountPreferences.java 102 .getBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, true);
114 return getSharedPreferences().getBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, true);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 189 assertTrue(pref.getBoolean("BoolValue", false));
193 assertFalse(pref.getBoolean("BoolValue", false));
350 assertTrue(pref.getBoolean("BoolValue", false));
389 assertFalse(pref.getBoolean("Value", false));
390 assertTrue(pref.getBoolean("BoolValue", false));
391 assertFalse(pref.getBoolean("DoubleValue", false));
394 pref.getBoolean(null, true);
403 pref.getBoolean("DoubleValue", true);
998 assertTrue(pref.getBoolean("BoolValue", false));
1019 pref.getBoolean("BoolValue", false)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 112 final boolean contactsAreAvailable = getArguments().getBoolean(ARG_CONTACTS_ARE_AVAILABLE);
131 if (res.getBoolean(R.bool.config_allow_import_from_vcf_file)) {
138 if (manager != null && res.getBoolean(R.bool.config_allow_sim_import)) {
160 && res.getBoolean(R.bool.config_allow_sim_import)) {
166 if (res.getBoolean(R.bool.config_allow_export)) {
172 if (res.getBoolean(R.bool.config_allow_share_contacts) && contactsAreAvailable) {
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 240 if (carrierConfig.getBoolean(CarrierConfigManager.KEY_AUTO_RETRY_ENABLED_BOOL)) {
252 if (carrierConfig.getBoolean(CarrierConfigManager.KEY_WORLD_PHONE_BOOL)) {
261 if (carrierConfig.getBoolean(CarrierConfigManager.KEY_HIDE_CARRIER_NETWORK_SETTINGS_BOOL)) {
267 if (!carrierConfig.getBoolean(
274 if (carrierConfig.getBoolean(
299 !carrierConfig.getBoolean(
  /cts/tests/tests/voicesettings/src/android/voicesettings/cts/
ZenModeTest.java 105 assertTrue(mResultExtras.getBoolean(EXTRA_DO_NOT_DISTURB_MODE_ENABLED));
109 assertFalse(mResultExtras.getBoolean(EXTRA_DO_NOT_DISTURB_MODE_ENABLED));
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 110 int def = context.getResources().getBoolean(
118 int def = context.getResources().getBoolean(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Prefs.java 71 public static boolean getBoolean(Context context, @Key String key, boolean defaultValue) {
72 return get(context).getBoolean(key, defaultValue);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerServiceTest.java 103 assertFalse(bundle.getBoolean("boolean_0"));
104 assertTrue(bundle.getBoolean("boolean_1"));
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
Item.java 50 mEnabled = a.getBoolean(R.styleable.SuwItem_android_enabled, true);
56 mVisible = a.getBoolean(R.styleable.SuwItem_android_visible, true);
  /frameworks/support/core-utils/java/android/support/v4/app/
AppLaunchChecker.java 52 .getBoolean(KEY_STARTED_FROM_LAUNCHER, false);
68 if (sp.getBoolean(KEY_STARTED_FROM_LAUNCHER, false)) {
  /packages/apps/Launcher3/src/com/android/launcher3/
Partner.java 102 return resId != 0 && getResources().getBoolean(resId);
114 return resId != 0 && getResources().getBoolean(resId);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateConversationOptionsAction.java 101 actionParameters.getBoolean(KEY_ENABLE_NOTIFICATION));
111 actionParameters.getBoolean(KEY_ENABLE_VIBRATION));
UpdateDestinationBlockedAction.java 56 action.actionParameters.getBoolean(KEY_BLOCKED),
108 final boolean isBlocked = actionParameters.getBoolean(KEY_BLOCKED);
  /packages/apps/Messaging/src/com/android/messaging/util/
BuglePrefsImpl.java 59 public boolean getBoolean(final String key, final boolean defaultValue) {
63 return prefs.getBoolean(key, defaultValue);
BugleSubscriptionPrefs.java 76 final boolean defaultValue = resources.getBoolean(defaultValueResId);
77 final boolean oldValue = oldPrefs.getBoolean(oldKey, defaultValue);
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
Condition.java 52 mIsSilenced = bundle.getBoolean(KEY_SILENCE);
53 mIsActive = bundle.getBoolean(KEY_ACTIVE);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
ConfirmDeletionDialog.java 105 boolean warningUnneeded = SystemProperties.getBoolean(
112 boolean shownBefore = sp.getBoolean(SHOWN_BEFORE, false);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ReplyFromAccount.java 86 boolean isDefault = json.getBoolean(IS_DEFAULT);
87 boolean isCustomFrom = json.getBoolean(IS_CUSTOM_FROM);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarUiResourceLoader.java 62 public static synchronized boolean getBoolean(
77 return res.getBoolean(id);
  /packages/services/Telephony/tests/src/com/android/phone/vvm/omtp/
TelephonyVvmConfigManagerTest.java 94 assertEquals(true, config.getBoolean(KEY_VVM_PREFETCH_BOOL));
95 assertEquals(true, config.getBoolean(KEY_VVM_CELLULAR_DATA_REQUIRED_BOOL));

Completed in 982 milliseconds

1 2 34 5 6 7 8 91011>>