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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateConversationArchiveStatusAction.java 55 final boolean isArchived = actionParameters.getBoolean(KEY_IS_ARCHIVE);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 77 if (savedState.getBoolean(mConversationInputBase.getInputStateKey(this))) {
  /packages/apps/Messaging/src/com/android/messaging/util/
BugleGservices.java 57 public abstract boolean getBoolean(final String key, final boolean defaultValue);
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 167 final boolean isGlobalEnabled = prefs.getBoolean(Key.global_enabled.toString(),
173 final boolean isVIEnabled = prefs.getBoolean(Key.virt_enabled.toString(),
199 final boolean isBBEnabled = prefs.getBoolean(Key.bb_enabled.toString(),
313 final boolean isEQEnabled = prefs.getBoolean(Key.eq_enabled.toString(),
318 final boolean isEnabledPR = prefs.getBoolean(Key.pr_enabled.toString(),
372 virtualizerEffect.setEnabled(prefs.getBoolean(
382 bassBoostEffect.setEnabled(prefs.getBoolean(Key.bb_enabled.toString(),
391 equalizerEffect.setEnabled(prefs.getBoolean(Key.eq_enabled.toString(),
407 // presetReverbEffect.setEnabled(prefs.getBoolean(
450 final boolean isGlobalEnabled = prefs.getBoolean(Key.global_enabled.toString()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ManualDisplayActivity.java 46 if (!resources.getBoolean(R.bool.config_show_manual)) {
  /packages/apps/Settings/src/com/android/settings/qstile/
DevelopmentTiles.java 56 final boolean enabled = SystemProperties.getBoolean(View.DEBUG_LAYOUT_PROPERTY, false);
  /packages/apps/Settings/src/com/android/settings/users/
RestrictionUtils.java 68 !userRestrictions.getBoolean(sRestrictionKeys[i], false));
  /packages/apps/TV/common/src/com/android/tv/common/feature/
SharedPreferencesFeature.java 59 mEnabled = mSharedPreferences.getBoolean(mKey, mDefaultValue);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
MessageWizardFragment.java 62 boolean showProgressIndicator = args.getBoolean(EXTRA_SHOW_PROGRESS_INDICATOR);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictionUtils.java 59 !userRestrictions.getBoolean(sRestrictionKeys[i], false));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerSettingsFragment.java 64 if (!sharedPreferences.getBoolean(key, false)) {
  /packages/screensavers/WebView/src/com/android/dreams/web/
Screensaver.java 71 final boolean interactive = prefs.getBoolean("interactive", false);
  /packages/services/Telephony/src/com/android/phone/
CdmaCallOptions.java 62 || carrierConfig.getBoolean(CarrierConfigManager.KEY_VOICE_PRIVACY_DISABLE_UI_BOOL)) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java 494 mAutoAddToDefaultGroup = savedState.getBoolean(KEY_AUTO_ADD_TO_DEFAULT_GROUP);
495 mDisableDeleteMenuOption = savedState.getBoolean(KEY_DISABLE_DELETE_MENU_OPTION);
496 mNewLocalProfile = savedState.getBoolean(KEY_NEW_LOCAL_PROFILE);
507 mRawContactDisplayAloneIsReadOnly = savedState.getBoolean(
510 mHasNewContact = savedState.getBoolean(KEY_HAS_NEW_CONTACT);
511 mNewContactDataReady = savedState.getBoolean(KEY_NEW_CONTACT_READY);
513 mIsEdit = savedState.getBoolean(KEY_IS_EDIT);
514 mExistingContactDataReady = savedState.getBoolean(KEY_EXISTING_CONTACT_READY);
516 mIsUserProfile = savedState.getBoolean(KEY_IS_USER_PROFILE);
519 mSendToVoicemailState = savedState.getBoolean(KEY_SEND_TO_VOICE_MAIL_STATE)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 78 + " from getBoolean(): in resource 0x" + Integer.toHexString(resid),
79 expected, mContext.getResources().getBoolean(resid));
Resources_ThemeTest.java 128 assertEquals("Theme was created in LTR config", false, t.getBoolean(0, true));
140 assertEquals("Theme was rebased in RTL config", true, t.getBoolean(0, false));
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
152 .getBoolean(MainActivity.CUSTOM_CONFIG_KEY, false)) {
MainActivity.java 67 PreferenceManager.getDefaultSharedPreferences(this).getBoolean(
93 mRestrictionsBundle.getBoolean(GetRestrictionsReceiver.KEY_BOOLEAN) + "":
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
InteractiveWatchFaceService.java 145 boolean burnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false);
148 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
152 .getBoolean(MainActivity.CUSTOM_CONFIG_KEY, false)) {
MainActivity.java 67 PreferenceManager.getDefaultSharedPreferences(this).getBoolean(
93 mRestrictionsBundle.getBoolean(GetRestrictionsReceiver.KEY_BOOLEAN) + "":
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
InteractiveWatchFaceService.java 145 boolean burnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false);
148 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
152 .getBoolean(MainActivity.CUSTOM_CONFIG_KEY, false)) {
MainActivity.java 67 PreferenceManager.getDefaultSharedPreferences(this).getBoolean(
93 mRestrictionsBundle.getBoolean(GetRestrictionsReceiver.KEY_BOOLEAN) + "":
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
InteractiveWatchFaceService.java 145 boolean burnInProtection = properties.getBoolean(PROPERTY_BURN_IN_PROTECTION, false);
148 mLowBitAmbient = properties.getBoolean(PROPERTY_LOW_BIT_AMBIENT, false);

Completed in 870 milliseconds

1 2 3 4 5 6 7 891011>>