OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getboolean
(Results
226 - 250
of
1430
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc
68
EXPECT_FALSE(utils::
GetBoolean
(result.get(), "incognito"));
93
utils::
GetBoolean
(result.get(), "focused"));
135
EXPECT_TRUE(utils::
GetBoolean
(result.get(), "incognito"));
247
EXPECT_TRUE(utils::
GetBoolean
(result.get(), "pinned"));
272
EXPECT_TRUE(utils::
GetBoolean
(result.get(), "incognito"));
289
EXPECT_TRUE(utils::
GetBoolean
(result.get(), "incognito"));
312
EXPECT_TRUE(utils::
GetBoolean
(result.get(), "incognito"));
328
EXPECT_TRUE(utils::
GetBoolean
(result.get(), "incognito"));
/external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar_browsertest.cc
90
return prefs_->
GetBoolean
(name.c_str());
146
observer->last_seen_value = prefs->
GetBoolean
(path.c_str());
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_action_context_menu_controller_browsertest.mm
86
bool original = service->
GetBoolean
(prefs::kExtensionsUIDeveloperMode);
182
bool original = service->
GetBoolean
(prefs::kExtensionsUIDeveloperMode);
/external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc
113
!args->
GetBoolean
(2, &global)) {
126
if (args->
GetBoolean
(0, &suspended))
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorAgent.cpp
145
if (m_state->
getBoolean
(InspectorAgentState::inspectorAgentEnabled))
158
if (m_state->
getBoolean
(InspectorAgentState::inspectorAgentEnabled) && m_frontend) {
InspectorDOMStorageAgent.cpp
95
return m_state->
getBoolean
(DOMStorageAgentState::domStorageAgentEnabled);
212
success = storageId->
getBoolean
("isLocalStorage", &isLocalStorage);
/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);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglContext.java
95
if (settings.
getBoolean
("GraphicsDebug") || settings.getRenderer().equals(AppSettings.LWJGL_OPENGL3)){
103
if (settings.
getBoolean
("GraphicsDebug")){
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java
106
boolean currentSetting = false; // prefs.
getBoolean
(PreferencesActivity.KEY_FRONT_LIGHT, false);
115
boolean currentSetting = false;// prefs.
getBoolean
(PreferencesActivity.KEY_FRONT_LIGHT, false);
/frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd
79
<td>{@link android.os.Bundle#
getBoolean
(String)
getBoolean
()}</td>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegate.java
115
mHasActionBar = a.
getBoolean
(R.styleable.ActionBarWindow_windowActionBar, false);
116
mOverlayActionBar = a.
getBoolean
(R.styleable.ActionBarWindow_windowActionBarOverlay, false);
/libcore/json/src/test/java/org/json/
SelfUseTest.java
136
object.
getBoolean
("foo");
183
array.
getBoolean
(0);
JSONArrayTest.java
40
array.
getBoolean
(0);
119
assertEquals(true, other.
getBoolean
(0));
122
assertEquals(false, other.
getBoolean
(3));
130
array.
getBoolean
(0);
271
assertEquals(true, array.
getBoolean
(0));
/packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java
74
return getSharedPreferences(context).
getBoolean
(KEY_SHOW_ACCOUNT_PROMPT, true);
115
if (result.
getBoolean
(KEY_USER_SKIPPED_ACCOUNT_SETUP)) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
79
if (sContext.getResources().
getBoolean
(R.bool.debug_memory_enabled)) {
212
return res.
getBoolean
(R.bool.is_large_tablet);
/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/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java
226
mShow4GForLTE = con.getResources().
getBoolean
(id);
245
mIsGlobalCdma = isLteOnCdma && getResources().
getBoolean
(R.bool.config_show_cdma);
246
if (getResources().
getBoolean
(R.bool.world_phone) == true) {
271
if (!getResources().
getBoolean
(R.bool.config_prefer_2g)
272
&& !getResources().
getBoolean
(R.bool.config_enabled_lte)) {
277
} else if (!getResources().
getBoolean
(R.bool.config_prefer_2g)) {
284
} else if (!getResources().
getBoolean
(R.bool.config_enabled_lte)) {
324
final boolean isCarrierSettingsEnabled = getResources().
getBoolean
(
[
all
...]
/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/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java
119
if (f.
getBoolean
(this) != g.
getBoolean
(that))
209
if (f.
getBoolean
(this) != g.
getBoolean
(that))
320
boolean booleanField = f.
getBoolean
(this);
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java
125
if (f.
getBoolean
(this) != g.
getBoolean
(that))
215
if (f.
getBoolean
(this) != g.
getBoolean
(that))
331
boolean booleanField = f.
getBoolean
(this);
/frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java
169
supportsSwitchingToNextInputMethod = sa.
getBoolean
(
197
.setIsAuxiliary(a.
getBoolean
(com.android.internal.R.styleable
199
.setOverridesImplicitlyEnabledSubtype(a.
getBoolean
(
204
.setIsAsciiCapable(a.
getBoolean
(com.android.internal.R.styleable
408
return res.
getBoolean
(getIsDefaultResourceId());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java
277
//
getBoolean
287
assertEquals(true, mMetadata.
getBoolean
(Metadata.PAUSE_AVAILABLE));
288
assertEquals(true, mMetadata.
getBoolean
(Metadata.SEEK_AVAILABLE));
289
assertEquals(true, mMetadata.
getBoolean
(Metadata.SEEK_BACKWARD_AVAILABLE));
290
assertEquals(true, mMetadata.
getBoolean
(Metadata.SEEK_FORWARD_AVAILABLE));
/frameworks/base/services/java/com/android/server/
SystemServer.java
202
boolean disableStorage = SystemProperties.
getBoolean
("config.disable_storage", false);
203
boolean disableMedia = SystemProperties.
getBoolean
("config.disable_media", false);
204
boolean disableBluetooth = SystemProperties.
getBoolean
("config.disable_bluetooth", false);
205
boolean disableTelephony = SystemProperties.
getBoolean
("config.disable_telephony", false);
206
boolean disableLocation = SystemProperties.
getBoolean
("config.disable_location", false);
207
boolean disableSystemUI = SystemProperties.
getBoolean
("config.disable_systemui", false);
208
boolean disableNonCoreServices = SystemProperties.
getBoolean
("config.disable_noncore", false);
209
boolean disableNetwork = SystemProperties.
getBoolean
("config.disable_network", false);
623
if (!disableNonCoreServices && context.getResources().
getBoolean
(
[
all
...]
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java
642
boolean
getBoolean
(int criterion) {
665
if (node.isChecked() !=
getBoolean
(criterion)) {
682
if (node.isClickable() !=
getBoolean
(criterion)) {
687
if (node.isCheckable() !=
getBoolean
(criterion)) {
692
if (node.isLongClickable() !=
getBoolean
(criterion)) {
749
if (node.isEnabled() !=
getBoolean
(criterion)) {
754
if (node.isFocusable() !=
getBoolean
(criterion)) {
759
if (node.isFocused() !=
getBoolean
(criterion)) {
778
if (node.isScrollable() !=
getBoolean
(criterion)) {
783
if (node.isSelected() !=
getBoolean
(criterion))
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc
193
if (info->
GetBoolean
(kIsManagedKey, &is_managed)) {
343
if (!GetInfoForProfileAtIndex(index)->
GetBoolean
(kBackgroundAppsKey,
366
GetInfoForProfileAtIndex(index)->
GetBoolean
(kUseGAIANameKey, &value);
408
GetInfoForProfileAtIndex(index)->
GetBoolean
(kSigninRequiredKey, &value);
421
GetInfoForProfileAtIndex(index)->
GetBoolean
(kProfileIsEphemeral, &value);
463
GetInfoForProfileAtIndex(index)->
GetBoolean
(kUseGAIAPictureKey, &value);
738
GetInfoForProfileAtIndex(index)->
GetBoolean
(
Completed in 3160 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>