HomeSort by relevance Sort by last modified time
    Searched refs:getBoolean (Results 1 - 25 of 1054) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/os/
PduParserUtil.java 35 .getBoolean(SmsManager.MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION, true);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
LocalPreferences.java 28 .getBoolean(KEY_ADVANCED_DEVICES, false);
33 .getBoolean(KEY_FILE_SIZE, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapConfig.java 33 sUseProfileForOwnerVcard = r.getBoolean(R.bool.pbap_use_profile_for_owner_vcard);
38 sIncludePhotosInVcard = r.getBoolean(R.bool.pbap_include_photos_in_vcard);
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity1.java 36 mWaitForReclaim = extras.getBoolean("wait-for-reclaim", mWaitForReclaim);
  /packages/apps/Messaging/src/com/android/messaging/util/
BugleGservices.java 57 public abstract boolean getBoolean(final String key, final boolean defaultValue);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 48 boolean connected = extras.getBoolean(UsbManager.USB_CONFIGURED);
49 boolean mtpEnabled = extras.getBoolean(UsbManager.USB_FUNCTION_MTP);
50 boolean ptpEnabled = extras.getBoolean(UsbManager.USB_FUNCTION_PTP);
51 boolean unlocked = extras.getBoolean(UsbManager.USB_DATA_UNLOCKED);
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
OwnerChangedBroadcastTest.java 58 if (mPreferences.getBoolean(BroadcastIntentReceiver.OWNER_CHANGED_BROADCAST_RECEIVED_KEY,
66 assertTrue(mPreferences.getBoolean(
71 assertFalse(mPreferences.getBoolean(
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 349 mController.getUi().setUseQuickControls(sharedPreferences.getBoolean(key, false));
413 return mPrefs.getBoolean(PREF_DEBUG_MENU, false);
584 return mPrefs.getBoolean(PREF_FORCE_USERSCALABLE, false);
616 return mPrefs.getBoolean(PREF_ALLOW_APP_TABS, false);
620 return mPrefs.getBoolean(PREF_OPEN_IN_BACKGROUND, false);
624 return mPrefs.getBoolean(PREF_ENABLE_JAVASCRIPT, true);
640 return mPrefs.getBoolean(PREF_LOAD_PAGE, true);
644 return mPrefs.getBoolean(PREF_AUTOFIT_PAGES, true);
648 return mPrefs.getBoolean(PREF_BLOCK_POPUP_WINDOWS, true);
652 return mPrefs.getBoolean(PREF_LOAD_IMAGES, true)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java 70 return getBoolean("doze.display.supported", R.bool.doze_display_state_supported);
98 return getBoolean("doze.pulse.sigmotion", R.bool.doze_pulse_on_significant_motion);
102 return SystemProperties.getBoolean("doze.vibrate.sigmotion", false);
106 return getBoolean("doze.pulse.pickup", R.bool.doze_pulse_on_pick_up);
110 return SystemProperties.getBoolean("doze.vibrate.pickup", false);
114 return getBoolean("doze.pulse.proxcheck", R.bool.doze_proximity_check_before_pulse);
118 return getBoolean("doze.pickup.proxcheck", R.bool.doze_pickup_performs_proximity_check);
122 return getBoolean("doze.pulse.notifications", R.bool.doze_pulse_on_notifications);
141 private boolean getBoolean(String propName, int resId) {
142 return SystemProperties.getBoolean(propName, mContext.getResources().getBoolean(resId))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 206 return prefs.getBoolean(PREF_SOUND_ON,
207 res.getBoolean(R.bool.config_default_sound_enabled));
213 return hasVibrator && prefs.getBoolean(PREF_VIBRATE_ON,
214 res.getBoolean(R.bool.config_default_vibration_enabled));
219 return prefs.getBoolean(PREF_AUTO_CORRECTION, true);
228 return prefs.getBoolean(PREF_BLOCK_POTENTIALLY_OFFENSIVE,
229 res.getBoolean(R.bool.config_block_potentially_offensive));
233 return res.getBoolean(R.bool.config_gesture_input_enabled_by_build_config);
239 && prefs.getBoolean(PREF_GESTURE_INPUT, true);
243 return res.getBoolean(R.bool.config_enable_show_key_preview_popup_option)
    [all...]
SettingsValues.java 134 mAutoCap = prefs.getBoolean(Settings.PREF_AUTO_CAP, true);
138 mSlidingKeyInputPreviewEnabled = prefs.getBoolean(
144 ? prefs.getBoolean(Settings.PREF_INCLUDE_OTHER_IMES_IN_LANGUAGE_SWITCH_LIST, false)
148 mUseContactsDict = prefs.getBoolean(Settings.PREF_KEY_USE_CONTACTS_DICT, true);
149 mUsePersonalizedDicts = prefs.getBoolean(Settings.PREF_KEY_USE_PERSONALIZED_DICTS, true);
150 mUseDoubleSpacePeriod = prefs.getBoolean(Settings.PREF_KEY_USE_DOUBLE_SPACE_PERIOD, true)
160 mEnableMetricsLogging = prefs.getBoolean(Settings.PREF_ENABLE_METRICS_LOGGING, true);
161 mIsSplitKeyboardEnabled = prefs.getBoolean(Settings.PREF_ENABLE_SPLIT_KEYBOARD, false);
165 && prefs.getBoolean(DebugSettings.PREF_SHOULD_SHOW_LXX_SUGGESTION_UI, true);
171 mEnableEmojiAltPhysicalKey = prefs.getBoolean(
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/res/
TypedArrayUtils.java 29 public static boolean getBoolean(TypedArray a, @StyleableRes int index,
31 boolean val = a.getBoolean(fallbackIndex, defaultValue);
32 return a.getBoolean(index, val);
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 79 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
101 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
115 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
125 if (SystemProperties.getBoolean(PROP_QTAGUID_ENABLED, false)) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
Settings.java 76 public boolean getBoolean(String key) {
99 mPreferStaticShadows = customizations.getBoolean(
119 public boolean getBoolean(String resourceName, boolean defaultValue) {
121 return resId > 0 ? mResources.getBoolean(resId) : defaultValue;
  /packages/apps/Messaging/tests/src/com/android/messaging/util/
FakeBugleGservices.java 41 public boolean getBoolean(final String key, final boolean defaultValue) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 268 return mContext.getResources().getBoolean(R.bool.show_zero_query_suggestions);
273 return mContext.getResources().getBoolean(R.bool.show_zero_query_shortcuts);
277 return mContext.getResources().getBoolean(R.bool.show_scrolling_suggestions);
281 return mContext.getResources().getBoolean(R.bool.show_scrolling_results);
  /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...]
  /cts/tests/tests/voicesettings/src/android/voicesettings/cts/
ZenModeTest.java 85 assertTrue(mResultExtras.getBoolean(EXTRA_DO_NOT_DISTURB_MODE_ENABLED));
89 assertFalse(mResultExtras.getBoolean(EXTRA_DO_NOT_DISTURB_MODE_ENABLED));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedArrayTest.java 32 assertThat(typedArray.getBoolean(0, true), equalTo(true));
33 assertThat(typedArray.getBoolean(0, false), equalTo(false));
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 56 return mContext.getResources().getBoolean(R.bool.action_bar_embed_tabs);
61 return mContext.getResources().getBoolean(R.bool.action_bar_embed_tabs_pre_jb);
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferenceActivity.java 61 return !context.getResources().getBoolean(R.bool.config_sort_order_user_changeable)
62 && !context.getResources().getBoolean(R.bool.config_display_order_user_changeable);
  /packages/apps/Email/provider_src/com/android/email/
Preferences.java 125 return mSharedPreferences.getBoolean(ENABLE_DEBUG_LOGGING, false);
133 return mSharedPreferences.getBoolean(ENABLE_EXCHANGE_LOGGING, false);
141 return mSharedPreferences.getBoolean(ENABLE_EXCHANGE_FILE_LOGGING, false);
149 return mSharedPreferences.getBoolean(ENABLE_STRICT_MODE, false);
189 return mSharedPreferences.getBoolean(CONFIRM_DELETE, CONFIRM_DELETE_DEFAULT);
195 return mSharedPreferences.getBoolean(CONFIRM_SEND, CONFIRM_SEND_DEFAULT);
207 return mSharedPreferences.getBoolean(SWIPE_DELETE, false);
219 return mSharedPreferences.getBoolean(REPLY_ALL, false);
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsConfig.java 202 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ENABLED_TRANS_ID,
234 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ENABLE_MULTIPART_SMS,
239 return mValues.getBoolean(
245 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ENABLE_SMS_DELIVERY_REPORTS,
250 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ENABLED_NOTIFY_WAP_MMSC,
255 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ALIAS_ENABLED,
270 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ALLOW_ATTACH_AUDIO,
280 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_ENABLE_GROUP_MMS,
285 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION,
290 return mValues.getBoolean(CarrierConfigValuesLoader.CONFIG_CELL_BROADCAST_APP_LINKS
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
AppSettings.java 267 put(key, prefs.getBoolean(key, (Boolean) defaultValue));
311 public boolean getBoolean(String key) {
596 return getBoolean("UseInput");
676 return getBoolean("VSync");
684 return getBoolean("Fullscreen");
692 return !getBoolean("DisableJoysticks");
708 return getBoolean("Stereo3D");
  /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");

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>