/packages/modules/Bluetooth/system/gd/rust/shim/src/ |
D | init_flags.rs | 14 fn always_send_services_if_gatt_disc_done_is_enabled() -> bool; in always_send_services_if_gatt_disc_done_is_enabled() 15 fn always_use_private_gatt_for_debugging_is_enabled() -> bool; in always_use_private_gatt_for_debugging_is_enabled() 16 fn asynchronously_start_l2cap_coc_is_enabled() -> bool; in asynchronously_start_l2cap_coc_is_enabled() 17 fn btaa_hci_is_enabled() -> bool; in btaa_hci_is_enabled() 18 fn bta_dm_clear_conn_id_on_client_close_is_enabled() -> bool; in bta_dm_clear_conn_id_on_client_close_is_enabled() 19 fn delay_hidh_cleanup_until_hidh_ready_start_is_enabled() -> bool; in delay_hidh_cleanup_until_hidh_ready_start_is_enabled() 20 fn gd_hal_snoop_logger_filtering_is_enabled() -> bool; in gd_hal_snoop_logger_filtering_is_enabled() 21 fn btm_dm_flush_discovery_queue_on_search_cancel_is_enabled() -> bool; in btm_dm_flush_discovery_queue_on_search_cancel_is_enabled() 22 fn classic_discovery_only_is_enabled() -> bool; in classic_discovery_only_is_enabled() 23 fn clear_hidd_interrupt_cid_on_disconnect_is_enabled() -> bool; in clear_hidd_interrupt_cid_on_disconnect_is_enabled() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_telephony.rs | 18 fn set_network_available(&mut self, network_available: bool) { in set_network_available() argument 22 fn set_roaming(&mut self, roaming: bool) { in set_roaming() argument 26 fn set_signal_strength(&mut self, signal_strength: i32) -> bool { in set_signal_strength() argument 30 fn set_battery_level(&mut self, battery_level: i32) -> bool { in set_battery_level() argument 34 fn set_phone_ops_enabled(&mut self, enable: bool) { in set_phone_ops_enabled() argument 38 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() argument 42 fn dialing_call(&mut self, number: String) -> bool { in dialing_call() argument 46 fn answer_call(&mut self) -> bool { in answer_call() argument 50 fn hangup_call(&mut self) -> bool { in hangup_call() argument 54 fn set_memory_call(&mut self, number: Option<String>) -> bool { in set_memory_call() argument [all …]
|
D | iface_bluetooth.rs | 91 fn on_discoverable_changed(&mut self, discoverable: bool) { in on_discoverable_changed() argument 103 fn on_discovering_changed(&mut self, discovering: bool) { in on_discovering_changed() argument 117 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) { in on_pin_request() argument 233 primary_record: bool, 418 fn unregister_connection_callback(&mut self, id: u32) -> bool { in unregister_connection_callback() argument 423 fn enable(&mut self) -> bool { in enable() argument 429 fn disable(&mut self) -> bool { in disable() argument 449 fn set_name(&self, name: String) -> bool { in set_name() argument 459 fn set_bluetooth_class(&self, cod: u32) -> bool { in set_bluetooth_class() argument 464 fn get_discoverable(&self) -> bool { in get_discoverable() argument [all …]
|
D | iface_bluetooth_gatt.rs | 49 connected: bool, in on_client_connection_state() argument 156 fn on_server_connection_state(&mut self, server_id: i32, connected: bool, addr: String) { in on_server_connection_state() argument 176 is_long: bool, in on_characteristic_read_request() argument 188 is_long: bool, in on_descriptor_read_request() argument 201 is_prep: bool, in on_characteristic_write_request() argument 202 need_rsp: bool, in on_characteristic_write_request() argument 216 is_prep: bool, in on_descriptor_write_request() argument 217 need_rsp: bool, in on_descriptor_write_request() argument 225 fn on_execute_write(&mut self, addr: String, trans_id: i32, exec_write: bool) { in on_execute_write() argument 508 enable: bool, in on_advertising_enabled() argument [all …]
|
D | iface_bluetooth_media.rs | 43 absolute_volume: bool, 61 fn on_absolute_volume_supported_changed(&mut self, supported: bool) { in on_absolute_volume_supported_changed() argument 149 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool { in register_callback() argument 154 fn initialize(&mut self) -> bool { in initialize() argument 159 fn cleanup(&mut self) -> bool { in cleanup() argument 194 ) -> bool { in set_audio_config() argument 209 fn start_audio_request(&mut self) -> bool { in start_audio_request() argument 214 fn get_a2dp_audio_started(&mut self, address: String) -> bool { in get_a2dp_audio_started() argument 224 fn start_sco_call(&mut self, address: String, sco_offload: bool, force_cvsd: bool) -> bool { in start_sco_call() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 184 primary_record: bool, 514 fn on_discoverable_changed(&mut self, discoverable: bool) {} in on_discoverable_changed() argument 523 fn on_discovering_changed(&mut self, discovering: bool) {} in on_discovering_changed() argument 536 fn on_pin_request(&mut self, remote_device: BluetoothDevice, cod: u32, min_16_digit: bool) {} in on_pin_request() argument 655 fn unregister_connection_callback(&mut self, id: u32) -> bool { in unregister_connection_callback() argument 659 fn enable(&mut self) -> bool { in enable() argument 664 fn disable(&mut self) -> bool { in disable() argument 685 fn set_name(&self, name: String) -> bool { in set_name() argument 695 fn set_bluetooth_class(&self, cod: u32) -> bool { in set_bluetooth_class() argument 700 fn get_discoverable(&self) -> bool { in get_discoverable() argument [all …]
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | CarSystemBarControllerTest.java | 188 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, false); in testGetTopWindow_topDisabled_returnsNull() 189 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in testGetTopWindow_topDisabled_returnsNull() 203 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in testGetTopWindow_topEnabled_returnsWindow() 213 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in testGetTopWindow_topEnabled_calledTwice_returnsSameWindow() 224 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, false); in testGetBottomWindow_bottomDisabled_returnsNull() 225 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in testGetBottomWindow_bottomDisabled_returnsNull() 239 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in testGetBottomWindow_bottomEnabled_returnsWindow() 249 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in testGetBottomWindow_bottomEnabled_calledTwice_returnsSameWindow() 260 mTestableResources.addOverride(R.bool.config_enableLeftSystemBar, false); in testGetLeftWindow_leftDisabled_returnsNull() 268 mTestableResources.addOverride(R.bool.config_enableLeftSystemBar, true); in testGetLeftWindow_leftEnabled_returnsWindow() [all …]
|
D | CarSystemBarTest.java | 186 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in restartNavbars_refreshesTaskChanged() 187 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in restartNavbars_refreshesTaskChanged() 205 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons() 206 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons() 225 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons() 226 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons() 269 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in showTransient_wrongDisplayId_transientModeNotUpdated() 270 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in showTransient_wrongDisplayId_transientModeNotUpdated() 283 mTestableResources.addOverride(R.bool.config_enableTopSystemBar, true); in showTransient_correctDisplayId_noStatusBarInset_transientModeNotUpdated() 284 mTestableResources.addOverride(R.bool.config_enableBottomSystemBar, true); in showTransient_correctDisplayId_noStatusBarInset_transientModeNotUpdated() [all …]
|
D | SystemBarConfigsTest.java | 113 when(mResources.getBoolean(R.bool.config_hideBottomSystemBarForKeyboard)).thenReturn(false); in onInit_hideBottomSystemBarForKeyboardValueDoNotSync_throwsRuntimeException() 115 com.android.internal.R.bool.config_hideNavBarForKeyboard)).thenReturn( in onInit_hideBottomSystemBarForKeyboardValueDoNotSync_throwsRuntimeException() 123 when(mResources.getBoolean(R.bool.config_enableTopSystemBar)).thenReturn(true); in onInit_topNotifPanelViewMediatorUsed_topBarEnabled_doesNotThrowException() 132 when(mResources.getBoolean(R.bool.config_enableTopSystemBar)).thenReturn(false); in onInit_topNotifPanelViewMediatorUsed_topBarNotEnabled_throwsRuntimeException() 141 when(mResources.getBoolean(R.bool.config_enableTopSystemBar)).thenReturn(false); in onInit_notificationPanelViewMediatorUsed_topBarNotEnabled_doesNotThrowException() 169 when(mResources.getBoolean(R.bool.config_enableTopSystemBar)).thenReturn(false); in getTopSystemBarLayoutParams_topBarNotEnabled_returnsNull() 179 when(mResources.getBoolean(R.bool.config_hideTopSystemBarForKeyboard)).thenReturn(true); in getTopSystemBarHideForKeyboard_hideBarForKeyboard_returnsTrue() 189 when(mResources.getBoolean(R.bool.config_enableTopSystemBar)).thenReturn(false); in getTopSystemBarHideForKeyboard_topBarNotEnabled_returnsFalse() 256 when(mResources.getBoolean(R.bool.config_enableTopSystemBar)).thenReturn(true); in setDefaultValidConfig() 257 when(mResources.getBoolean(R.bool.config_enableBottomSystemBar)).thenReturn(true); in setDefaultValidConfig() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | Features.java | 93 return isEnabled(R.bool.feature_archive_creation); in isArchiveCreationEnabled() 99 return isEnabled(R.bool.feature_command_interceptor); in isCommandInterceptorEnabled() 104 return isEnabled(R.bool.feature_content_paging); in isContentPagingEnabled() 109 return isEnabled(R.bool.feature_content_refresh); in isContentRefreshEnabled() 127 return isEnabled(R.bool.feature_folders_in_search_results); in isFoldersInSearchResultsEnabled() 132 return isEnabled(R.bool.feature_gesture_scale); in isGestureScaleEnabled() 137 return isEnabled(R.bool.feature_inspector); in isInspectorEnabled() 142 return isEnabled(R.bool.feature_job_progress_dialog); in isJobProgressDialogEnabled() 147 return isEnabled(R.bool.feature_launch_to_document); in isLaunchToDocumentEnabled() 152 return isEnabled(R.bool.feature_notification_channel); in isNotificationChannelEnabled() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 77 network_available: bool, 78 roaming: bool, 96 dir_incoming: bool, 130 sco_offload: bool, in connect_audio() argument 131 force_cvsd: bool, in connect_audio() argument 159 fn simple_at_response(self: Pin<&mut HfpIntf>, ok: bool, addr: RawAddress) -> u32; in simple_at_response() argument 168 fn hfp_wbs_caps_update_callback(wbs_supported: bool, addr: RawAddress); in hfp_wbs_caps_update_callback() argument 169 fn hfp_swb_caps_update_callback(swb_supported: bool, addr: RawAddress); in hfp_swb_caps_update_callback() argument 203 WbsCapsUpdate(bool, RawAddress), 204 SwbCapsUpdate(bool, RawAddress), [all …]
|
D | avrcp.rs | 50 fn add_player(self: Pin<&mut AvrcpIntf>, name: &String, browsing_supported: bool) -> u16; in add_player() 54 fn avrcp_device_connected(addr: RawAddress, absolute_volume_enabled: bool); in avrcp_device_connected() argument 66 AvrcpDeviceConnected(RawAddress, bool), 90 RawAddress, bool); 116 _is_init: bool, 117 _is_enabled: bool, 124 fn is_enabled(&self) -> bool { in is_enabled() argument 128 fn enable(&mut self) -> bool { in enable() argument 135 fn disable(&mut self) -> bool { in disable() argument 152 pub fn is_initialized(&self) -> bool { in is_initialized() argument [all …]
|
D | a2dp.rs | 111 pub fn validate_bits(val: i32) -> bool { in validate_bits() argument 126 pub fn validate_bits(val: i32) -> bool { in validate_bits() argument 140 pub fn validate_bits(val: i32) -> bool { in validate_bits() argument 192 fn set_silence_device(self: &A2dpIntf, bt_addr: RawAddress, silent: bool) -> i32; in set_silence_device() 199 fn set_audio_config(self: &A2dpIntf, config: A2dpCodecConfig) -> bool; in set_audio_config() argument 200 fn start_audio_request(self: &A2dpIntf) -> bool; in start_audio_request() argument 201 fn stop_audio_request(self: &A2dpIntf) -> bool; in stop_audio_request() argument 202 fn suspend_audio_request(self: &A2dpIntf) -> bool; in suspend_audio_request() argument 298 _is_init: bool, 299 _is_enabled: bool, [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiApConfigStoreTest.java | 132 mResources.setBoolean(R.bool.config_wifiSoftapPassphraseAsciiEncodableCheck, true); in setUp() 145 mResources.setBoolean(R.bool.config_wifi_ap_mac_randomization_supported, true); in setUp() 147 R.bool.config_wifiSoftapAutoAppendLowerBandsToBandConfigurationEnabled, true); in setUp() 151 mResources.setBoolean(R.bool.config_wifi24ghzSupport, true); in setupAllBandsSupported() 152 mResources.setBoolean(R.bool.config_wifiSoftap24ghzSupported, true); in setupAllBandsSupported() 153 mResources.setBoolean(R.bool.config_wifi5ghzSupport, true); in setupAllBandsSupported() 154 mResources.setBoolean(R.bool.config_wifiSoftap5ghzSupported, true); in setupAllBandsSupported() 155 mResources.setBoolean(R.bool.config_wifi6ghzSupport, true); in setupAllBandsSupported() 156 mResources.setBoolean(R.bool.config_wifiSoftap6ghzSupported, true); in setupAllBandsSupported() 157 mResources.setBoolean(R.bool.config_wifi60ghzSupport, true); in setupAllBandsSupported() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 77 fn unregister_connection_callback(&mut self, callback_id: u32) -> bool; in unregister_connection_callback() argument 82 fn enable(&mut self) -> bool; in enable() argument 87 fn disable(&mut self) -> bool; in disable() argument 99 fn set_name(&self, name: String) -> bool; in set_name() argument 105 fn set_bluetooth_class(&self, cod: u32) -> bool; in set_bluetooth_class() argument 108 fn get_discoverable(&self) -> bool; in get_discoverable() argument 114 fn set_discoverable(&mut self, mode: BtDiscMode, duration: u32) -> bool; in set_discoverable() argument 118 fn is_multi_advertisement_supported(&self) -> bool; in is_multi_advertisement_supported() argument 121 fn is_le_extended_advertising_supported(&self) -> bool; in is_le_extended_advertising_supported() argument 124 fn start_discovery(&mut self) -> bool; in start_discovery() argument [all …]
|
D | bluetooth_media.rs | 66 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool; in register_callback() argument 69 fn initialize(&mut self) -> bool; in initialize() argument 72 fn cleanup(&mut self) -> bool; in cleanup() argument 92 ) -> bool; in set_audio_config() argument 101 fn start_audio_request(&mut self) -> bool; in start_audio_request() argument 105 fn get_a2dp_audio_started(&mut self, address: String) -> bool; in get_a2dp_audio_started() argument 114 fn start_sco_call(&mut self, address: String, sco_offload: bool, force_cvsd: bool) -> bool; in start_sco_call() argument 140 fn on_absolute_volume_supported_changed(&mut self, supported: bool); in on_absolute_volume_supported_changed() argument 161 fn set_network_available(&mut self, network_available: bool); in set_network_available() argument 163 fn set_roaming(&mut self, roaming: bool); in set_roaming() argument [all …]
|
/packages/modules/Bluetooth/system/blueberry/facade/hci/ |
D | le_advertising_manager_facade.proto | 75 bool connectable = 2; 76 bool scannable = 3; 77 bool directed = 4; 78 bool high_duty_directed_connectable = 5; 79 bool legacy_pdus = 6; 80 bool anonymous = 7; 81 bool include_tx_power = 8; 82 bool use_le_coded_phy = 9; 86 bool enable_scan_request_notifications = 13; 115 bool enable = 2; [all …]
|
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
D | ffi.rs | 62 pub extern "C" fn frontend_start(doh: &mut DohFrontend) -> bool { in frontend_start() argument 68 pub extern "C" fn frontend_stop(doh: &mut DohFrontend) -> bool { in frontend_stop() argument 95 ) -> bool { in frontend_set_certificate() argument 112 ) -> bool { in frontend_set_private_key() argument 123 pub extern "C" fn frontend_set_delay_queries(doh: &mut DohFrontend, count: i32) -> bool { in frontend_set_delay_queries() argument 129 pub extern "C" fn frontend_set_max_idle_timeout(doh: &mut DohFrontend, value: u64) -> bool { in frontend_set_max_idle_timeout() argument 139 pub extern "C" fn frontend_set_max_buffer_size(doh: &mut DohFrontend, value: u64) -> bool { in frontend_set_max_buffer_size() argument 146 pub extern "C" fn frontend_set_max_streams_bidi(doh: &mut DohFrontend, value: u64) -> bool { in frontend_set_max_streams_bidi() argument 152 pub extern "C" fn frontend_block_sending(doh: &mut DohFrontend, block: bool) -> bool { in frontend_block_sending() argument 160 pub extern "C" fn frontend_set_reset_stream_id(doh: &mut DohFrontend, stream_id: u64) -> bool { in frontend_set_reset_stream_id() argument [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSettings.java | 432 R.bool.disable_severe_when_extreme_disabled); in onCreatePreferences() 544 mOverrideDndCheckBox.setChecked(res.getBoolean(R.bool.override_dnd_default)); in onCreatePreferences() 603 mMasterToggle.setVisible(res.getBoolean(R.bool.show_main_switch_settings)); in updatePreferenceVisibility() 608 res.getBoolean(R.bool.show_presidential_alerts_settings)); in updatePreferenceVisibility() 615 mExtremeCheckBox.setVisible(res.getBoolean(R.bool.show_extreme_alert_settings) in updatePreferenceVisibility() 624 mSevereCheckBox.setVisible(res.getBoolean(R.bool.show_severe_alert_settings) in updatePreferenceVisibility() 633 mAmberCheckBox.setVisible(res.getBoolean(R.bool.show_amber_alert_settings) in updatePreferenceVisibility() 643 res.getBoolean(R.bool.show_public_safety_settings) in updatePreferenceVisibility() 655 res.getBoolean(R.bool.show_public_safety_full_screen_settings) in updatePreferenceVisibility() 666 if (res.getBoolean(R.bool.show_separate_exercise_settings)) { in updatePreferenceVisibility() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | config_util.rs | 30 pub fn is_floss_enabled() -> bool { in is_floss_enabled() 43 pub fn write_floss_enabled(enabled: bool) -> bool { in write_floss_enabled() argument 72 pub fn is_hci_n_enabled(n: i32) -> bool { in is_hci_n_enabled() argument 79 fn is_hci_n_enabled_internal(config: String, n: i32) -> Option<bool> { in is_hci_n_enabled_internal() argument 89 pub fn fix_config_file_format() -> bool { in fix_config_file_format() 99 pub fn modify_hci_n_enabled(n: i32, enabled: bool) -> bool { in modify_hci_n_enabled() argument 113 fn modify_hci_n_enabled_internal(config: String, n: i32, enabled: bool) -> Option<String> { in modify_hci_n_enabled_internal() 139 pub fn set_default_adapter(adapter: i32) -> bool { in set_default_adapter() argument 164 pub fn check_hci_device_exists(hci: i32) -> bool { in check_hci_device_exists() argument 197 pub fn reset_hci_device(hci: i32) -> bool { in reset_hci_device() argument [all …]
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | android_bluetooth_decorator.py | 203 def is_sim_state_loaded(self) -> bool: 212 def is_package_installed(self, package_name: str) -> bool: 223 return bool(result) 225 def connect_with_rfcomm(self, other_ad: android_device.AndroidDevice) -> bool: 250 uuid: Optional[Text] = None) -> bool: 394 enable_pairing_retry: bool = True) -> Tuple[float, float]: argument 584 def is_bluetooth_sco_on(self) -> bool: 592 …onnect_with_profile(self, snd_ad_mac_address: str, profile: bt_constants.BluetoothProfile) -> bool: 629 attempts: int = 5) -> bool: 656 def is_bt_paired(self, mac_address: str) -> bool: [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiGlobals.java | 80 .getBoolean(R.bool.config_wifiSaeUpgradeEnabled); in WifiGlobals() 82 .getBoolean(R.bool.config_wifiSaeUpgradeOffloadEnabled); in WifiGlobals() 84 .getBoolean(R.bool.config_wifiOweUpgradeEnabled); in WifiGlobals() 86 .getBoolean(R.bool.config_wifiFlushAnqpCacheOnWifiToggleOffEvent); in WifiGlobals() 88 .getBoolean(R.bool.config_wifiSaeH2eSupported); in WifiGlobals() 96 .getBoolean(R.bool.config_wifiSaveFactoryMacToWifiConfigStore); in WifiGlobals() 102 R.bool.config_wifiAllowInsecureEnterpriseConfigurationsForSettingsAndSUW); in WifiGlobals() 104 R.bool.config_wifi_p2p_mac_randomization_supported); in WifiGlobals() 116 R.bool.config_wifiAdjustPollRssiIntervalEnabled); in WifiGlobals() 118 R.bool.config_wifiInterfaceAddedSelfRecoveryEnabled); in WifiGlobals() [all …]
|
/packages/apps/Settings/tests/unit/src/com/android/settings/display/ |
D | ScreenSaverPreferenceControllerTest.java | 68 com.android.internal.R.bool.config_dreamsSupported)).thenReturn(true); in isAvailable_dreamsEnabledForAllUsers_shouldBeTrueForMainUser() 70 com.android.internal.R.bool.config_dreamsOnlyEnabledForDockUser)) in isAvailable_dreamsEnabledForAllUsers_shouldBeTrueForMainUser() 79 com.android.internal.R.bool.config_dreamsSupported)).thenReturn(true); in isAvailable_dreamsEnabledForAllUsers_shouldBeTrueForNonMainUser() 81 com.android.internal.R.bool.config_dreamsOnlyEnabledForDockUser)) in isAvailable_dreamsEnabledForAllUsers_shouldBeTrueForNonMainUser() 90 com.android.internal.R.bool.config_dreamsSupported)).thenReturn(false); in isAvailable_dreamsDisabled_shouldBeFalseForMainUser() 92 com.android.internal.R.bool.config_dreamsOnlyEnabledForDockUser)) in isAvailable_dreamsDisabled_shouldBeFalseForMainUser() 101 com.android.internal.R.bool.config_dreamsSupported)).thenReturn(true); in isAvailable_dreamsOnlyEnabledForDockUser_shouldBeTrueForMainUser() 103 com.android.internal.R.bool.config_dreamsOnlyEnabledForDockUser)) in isAvailable_dreamsOnlyEnabledForDockUser_shouldBeTrueForMainUser() 112 com.android.internal.R.bool.config_dreamsSupported)).thenReturn(true); in isAvailable_dreamsOnlyEnabledForDockUser_shouldBeFalseForNonMainUser() 114 com.android.internal.R.bool.config_dreamsOnlyEnabledForDockUser)) in isAvailable_dreamsOnlyEnabledForDockUser_shouldBeFalseForNonMainUser()
|
/packages/modules/Bluetooth/tools/rootcanal/ |
D | config.proto | 12 optional bool le_extended_advertising = 1; 13 optional bool le_periodic_advertising = 2; 14 optional bool ll_privacy = 3; 15 optional bool le_2m_phy = 4; 16 optional bool le_coded_phy = 5; 22 optional bool send_acl_data_before_connection_complete = 1; 24 optional bool has_default_random_address = 2; 27 optional bool send_role_change_before_connection_complete = 3; 29 optional bool hardware_error_before_reset = 4;
|
/packages/services/Mms/proto/src/ |
D | persist_mms_atoms.proto | 46 optional bool is_multi_sim = 5; 47 optional bool is_esim = 6; 52 optional bool handled_by_carrier_app = 11; 53 optional bool is_managed_profile = 12; 61 optional bool is_multi_sim = 5; 62 optional bool is_esim = 6; 66 optional bool is_from_default_app = 10; 68 optional bool handled_by_carrier_app = 12; 69 optional bool is_managed_profile = 13;
|