Searched refs:bool (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFeatures.java90 return isEnabled(R.bool.feature_archive_creation);
96 return isEnabled(R.bool.feature_command_interceptor);
101 return isEnabled(R.bool.feature_content_paging);
106 return isEnabled(R.bool.feature_content_refresh);
124 return isEnabled(R.bool.feature_folders_in_search_results);
129 return isEnabled(R.bool.feature_gesture_scale);
134 return isEnabled(R.bool.feature_inspector);
139 return isEnabled(R.bool.feature_job_progress_dialog);
144 return isEnabled(R.bool.feature_launch_to_document);
149 return isEnabled(R.bool
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java67 new ProfileConfig(HeadsetService.class, R.bool.profile_supported_hs_hfp,
69 new ProfileConfig(A2dpService.class, R.bool.profile_supported_a2dp,
71 new ProfileConfig(A2dpSinkService.class, R.bool.profile_supported_a2dp_sink,
73 new ProfileConfig(HidHostService.class, R.bool.profile_supported_hid_host,
75 new ProfileConfig(HealthService.class, R.bool.profile_supported_hdp,
77 new ProfileConfig(PanService.class, R.bool.profile_supported_pan,
79 new ProfileConfig(GattService.class, R.bool.profile_supported_gatt,
81 new ProfileConfig(BluetoothMapService.class, R.bool.profile_supported_map,
83 new ProfileConfig(HeadsetClientService.class, R.bool.profile_supported_hfpclient,
85 new ProfileConfig(AvrcpTargetService.class, R.bool
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapConfig.java34 sUseProfileForOwnerVcard = r.getBoolean(R.bool.pbap_use_profile_for_owner_vcard);
39 sIncludePhotosInVcard = r.getBoolean(R.bool.pbap_include_photos_in_vcard);
H A DBluetoothPbapAuthenticator.java59 final synchronized void setChallenged(final boolean bool) { argument
60 mChallenged = bool;
64 final synchronized void setCancelled(final boolean bool) { argument
65 mAuthCancelled = bool;
/packages/apps/TV/tuner/proto/
H A Dtrack.proto46 optional bool easy_reader = 3;
47 optional bool wide_aspect_ratio = 4;
H A Dchannel.proto48 optional bool has_caption_track = 21;
50 optional bool recording_prohibited = 23;
58 optional bool locked = 25;
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
H A DNightDisplayCustomEndTimePreferenceControllerTest.java42 com.android.internal.R.bool.config_nightDisplayAvailable, true);
49 com.android.internal.R.bool.config_nightDisplayAvailable, false);
H A DNightDisplayCustomStartTimePreferenceControllerTest.java42 com.android.internal.R.bool.config_nightDisplayAvailable, true);
49 com.android.internal.R.bool.config_nightDisplayAvailable, false);
H A DNightDisplayFooterPreferenceControllerTest.java41 com.android.internal.R.bool.config_nightDisplayAvailable, true);
48 com.android.internal.R.bool.config_nightDisplayAvailable, false);
H A DNightDisplayIntensityPreferenceControllerTest.java46 com.android.internal.R.bool.config_nightDisplayAvailable, true);
54 com.android.internal.R.bool.config_nightDisplayAvailable, true);
62 com.android.internal.R.bool.config_nightDisplayAvailable, false);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java56 R.string.delivery_reports_pref_key, R.bool.delivery_reports_pref_default);
58 R.string.auto_retrieve_mms_pref_key, R.bool.auto_retrieve_mms_pref_default);
62 R.bool.auto_retrieve_mms_when_roaming_pref_default);
64 R.string.group_mms_pref_key, R.bool.group_mms_pref_default);
/packages/apps/Settings/src/com/android/settings/applications/
H A DDataSaverController.java36 return mContext.getResources().getBoolean(R.bool.config_show_data_saver)
H A DDeviceAdministratorsController.java35 return mContext.getResources().getBoolean(R.bool.config_show_device_administrators)
H A DEnabledVrListenersController.java35 return mContext.getResources().getBoolean(R.bool.config_show_enabled_vr_listeners)
H A DHighPowerAppsController.java35 return mContext.getResources().getBoolean(R.bool.config_show_high_power_apps)
H A DPremiumSmsController.java35 return mContext.getResources().getBoolean(R.bool.config_show_premium_sms)
/packages/apps/Settings/src/com/android/settings/language/
H A DPointerSpeedController.java37 return mContext.getResources().getBoolean(R.bool.config_show_pointer_speed)
/packages/apps/Settings/src/com/android/settings/location/
H A DLocationScanningPreferenceController.java37 return mContext.getResources().getBoolean(R.bool.config_show_location_scanning)
/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationRingtonePreferenceController.java34 return mContext.getResources().getBoolean(R.bool.config_show_notification_ringtone);
/packages/apps/Settings/src/com/android/settings/system/
H A DAdditionalSystemUpdatePreferenceController.java33 com.android.settings.R.bool.config_additional_system_update_setting_enable)
H A DResetPreferenceController.java31 return mContext.getResources().getBoolean(R.bool.config_show_reset_dashboard)
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DDtmfLocalTonePlayerTest.java56 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(true);
66 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(false);
76 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(false);
87 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(true);
98 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(false);
109 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(true);
120 when(mContext.getResources().getBoolean(R.bool.allow_local_dtmf_tones)).thenReturn(true);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DConfig.java268 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);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DIpAddressPreferenceController.java38 return mContext.getResources().getBoolean(R.bool.config_show_wifi_ip_address);
H A DManualPreferenceController.java36 return mContext.getResources().getBoolean(R.bool.config_show_manual);

Completed in 424 milliseconds

1234567891011>>