HomeSort by relevance Sort by last modified time
    Searched refs:getBoolean (Results 151 - 175 of 673) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/json/src/test/java/org/json/
SelfUseTest.java 136 object.getBoolean("foo");
183 array.getBoolean(0);
JSONArrayTest.java 39 array.getBoolean(0);
118 assertEquals(true, other.getBoolean(0));
121 assertEquals(false, other.getBoolean(3));
129 array.getBoolean(0);
270 assertEquals(true, array.getBoolean(0));
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 141 boolean dr = prefs.getBoolean(MessagingPreferenceActivity.MMS_DELIVERY_REPORT_MODE,
146 boolean rr = prefs.getBoolean(MessagingPreferenceActivity.READ_REPORT_MODE,
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 155 boolean autoDownload = prefs.getBoolean(
163 boolean alwaysAuto = prefs.getBoolean(
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettingsImpl.java 123 return getSearchPreferences().getBoolean(sourceEnabledPref, defaultEnabled);
228 return getSearchPreferences().getBoolean(USE_GOOGLE_COM_PREF, true);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 62 mEnableFling = resources.getBoolean(R.bool.enable_fling);
63 mManualImageRotation = resources.getBoolean(R.bool.enable_manual_image_rotation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 106 .getBoolean(PreferenceInitializer.ATTR_SWITCH_PERSPECTIVE), getFieldEditorParent());
128 getPreferenceStore().getBoolean(LogCatMonitor.AUTO_MONITOR_PREFKEY),
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 171 public boolean getBoolean() { return true; }
186 assertEquals(false, proxy.getBoolean());
208 public boolean getBoolean(boolean input) { return input; }
231 assertEquals(false, proxy.getBoolean(false));
232 assertEquals(true, proxy.getBoolean(true));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 192 boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
516 // boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
523 // boolean connected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
604 Boolean filterBaselinesState = this.viewState.getBoolean(IPerformancesConstants.PRE_FILTER_BASELINE_BUILDS);
613 boolean checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS, IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS);
620 checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_OLD_BUILDS, IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS);
627 checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_LAST_BUILDS, IPerformancesConstants.DEFAULT_FILTER_LAST_BUILDS);
680 boolean dbConnected = this.preferences.getBoolean(IPerformancesConstants.PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
ComponentResultsView.java 382 Boolean state = this.viewState.getBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION);
388 boolean checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
392 checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS, IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS);
396 checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_OLD_BUILDS, IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS);
  /frameworks/base/core/java/android/preference/
Preference.java 251 mEnabled = a.getBoolean(attr, true);
255 mSelectable = a.getBoolean(attr, true);
259 mPersistent = a.getBoolean(attr, mPersistent);
271 mShouldDisableView = a.getBoolean(attr, mShouldDisableView);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java     [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 412 boolean rtMask= fmTxParamConfigPreferences.getBoolean(RTENABLED,false);
437 boolean psMask= fmTxParamConfigPreferences.getBoolean(PSENABLED,false);
574 boolean rtMask= fmConfigPreferences.getBoolean(RTENABLED,false);
575 boolean psMask= fmConfigPreferences.getBoolean(PSENABLED,false);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java 228 if (!SystemProperties.getBoolean("ro.adb.secure", false)) {
636 boolean enabled = SystemProperties.getBoolean(StrictMode.VISUAL_PROPERTY, false);
733 updateCheckBox(mForceHardwareUi, SystemProperties.getBoolean(HARDWARE_UI_PROPERTY, false));
742 updateCheckBox(mForceMsaa, SystemProperties.getBoolean(MSAA_PROPERTY, false));
    [all...]
ChooseLockGeneric.java 92 mPasswordConfirmed = savedInstanceState.getBoolean(PASSWORD_CONFIRMED);
93 mWaitingForConfirmation = savedInstanceState.getBoolean(WAITING_FOR_CONFIRMATION);
94 mFinishPending = savedInstanceState.getBoolean(FINISH_PENDING);
SoundSettings.java 144 if (!getResources().getBoolean(R.bool.has_silent_mode)) {
148 if (getResources().getBoolean(com.android.internal.R.bool.config_useFixedVolume)) {
364 return getResources().getBoolean(R.bool.has_dock_settings);
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 46 assertEquals(value, simple.getBoolean(i));
246 public boolean getBoolean(int pos);
297 public boolean getBoolean(int pos) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBundle.java 117 public boolean getBoolean(String key) {
118 return getBoolean(key, false);
122 public boolean getBoolean(String key, boolean defaultValue) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewManager.java 121 return SystemProperties.getBoolean("lockscreen.rot_override",false)
122 || res.getBoolean(com.android.internal.R.bool.config_enableLockScreenRotation);
245 options.getBoolean(IS_SWITCHING_USER));
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxRdsConfig.java 341 chbRdsMode.setChecked(fmConfigPreferences.getBoolean(RDS, DEFAULT_RDS));
342 boolean rdsON = fmConfigPreferences.getBoolean(RDS, DEFAULT_RDS);
354 chbSetRdsAf.setChecked(fmConfigPreferences.getBoolean(RDSAF,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 140 boolean isMatch = args.getBoolean(IS_MATCH_ARG);
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 96 assertTrue(attrArray.getBoolean(0, false));
  /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));

Completed in 2258 milliseconds

1 2 3 4 5 67 8 91011>>