/packages/modules/Wifi/framework/api/ |
D | module-lib-lint-baseline.txt | 3 … android.net.wifi.RttManager: @Deprecated annotation (present) and @deprecated doc tag (not presen… 5 …tManager.ParcelableRttParams: @Deprecated annotation (present) and @deprecated doc tag (not presen… 7 …Manager.ParcelableRttResults: @Deprecated annotation (present) and @deprecated doc tag (not presen… 9 …RttManager.ResponderCallback: @Deprecated annotation (present) and @deprecated doc tag (not presen… 11 …i.RttManager.ResponderConfig: @Deprecated annotation (present) and @deprecated doc tag (not presen… 13 …i.RttManager.RttCapabilities: @Deprecated annotation (present) and @deprecated doc tag (not presen… 15 ….wifi.RttManager.RttListener: @Deprecated annotation (present) and @deprecated doc tag (not presen… 17 …et.wifi.RttManager.RttParams: @Deprecated annotation (present) and @deprecated doc tag (not presen… 19 …et.wifi.RttManager.RttResult: @Deprecated annotation (present) and @deprecated doc tag (not presen… 21 …nager.WifiInformationElement: @Deprecated annotation (present) and @deprecated doc tag (not presen… [all …]
|
D | system-lint-baseline.txt | 3 … android.net.wifi.RttManager: @Deprecated annotation (present) and @deprecated doc tag (not presen… 5 …tManager.ParcelableRttParams: @Deprecated annotation (present) and @deprecated doc tag (not presen… 7 …Manager.ParcelableRttResults: @Deprecated annotation (present) and @deprecated doc tag (not presen… 9 …RttManager.ResponderCallback: @Deprecated annotation (present) and @deprecated doc tag (not presen… 11 …i.RttManager.ResponderConfig: @Deprecated annotation (present) and @deprecated doc tag (not presen… 13 …i.RttManager.RttCapabilities: @Deprecated annotation (present) and @deprecated doc tag (not presen… 15 ….wifi.RttManager.RttListener: @Deprecated annotation (present) and @deprecated doc tag (not presen… 17 …et.wifi.RttManager.RttParams: @Deprecated annotation (present) and @deprecated doc tag (not presen… 19 …et.wifi.RttManager.RttResult: @Deprecated annotation (present) and @deprecated doc tag (not presen… 21 …nager.WifiInformationElement: @Deprecated annotation (present) and @deprecated doc tag (not presen… [all …]
|
D | lint-baseline.txt | 3 …ield WifiManager.EXTRA_BSSID: @Deprecated annotation (present) and @deprecated doc tag (not presen… 5 … WifiManager.EXTRA_WIFI_INFO: @Deprecated annotation (present) and @deprecated doc tag (not presen…
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | state_machine.rs | 263 .filter(|&(_, a)| a.present || state_to_enabled(a.state)) in get_valid_adapters() 700 AdapterStateActions::HciDevicePresence(devpath, i, present) => { in mainloop() 728 a.present = !present; in mainloop() 737 let presence_changed = *present in mainloop() 740 .get_state(hci, |a: &AdapterState| Some(a.present)) in mainloop() 746 context.state_machine.action_on_hci_presence_changed(hci, *present); in mainloop() 769 let queue_present = *present && next_state == ProcessState::TurningOn; in mainloop() 781 .callback_hci_device_change(hci, *present); in mainloop() 1090 pub present: bool, field 1109 present: false, in new() [all …]
|
D | bluetooth_manager.rs | 45 self.proxy.get_state(hci_device, move |a| Some(a.present)).unwrap_or(false) in is_adapter_present() 48 pub(crate) fn callback_hci_device_change(&mut self, hci: VirtualHciIndex, present: bool) { in callback_hci_device_change() 49 if present { in callback_hci_device_change() 55 callback.on_hci_device_changed(hci.to_i32(), present); in callback_hci_device_change()
|
D | iface_bluetooth_manager.rs | 63 fn on_hci_device_changed(&mut self, hci_interface: i32, present: bool); in on_hci_device_changed()
|
D | bluetooth_manager_dbus.rs | 92 fn on_hci_device_changed(&mut self, hci_interface: i32, present: bool) {} in on_hci_device_changed()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | manager_client.py | 27 def on_hci_device_changed(self, hci, present): argument 81 def OnHciDeviceChanged(self, hci, present): argument 84 observer.on_hci_device_changed(hci, present) 138 def on_hci_device_changed(self, hci, present): argument 140 if present:
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_api.cc | 420 p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply() 421 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply() 430 if (!p_oob->peer_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply() 433 if (!p_oob->loc_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply() 441 p_oob->loc_oob_data.present = smp_has_local_oob_data(); in SMP_SecureConnectionOobDataReply() 442 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) in SMP_SecureConnectionOobDataReply()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | Matchers.java | 38 public static boolean present(Matcher<View> matcher) { in present() method in Matchers 39 return present(onView(matcher), isDisplayed()); in present() 42 public static boolean present(ViewInteraction vi, Matcher<View> matcher) { in present() method in Matchers
|
D | SortBot.java | 86 return Matchers.present(mColumnBot.MATCHER); in isHeaderShow() 90 assertFalse(Matchers.present(mColumnBot.MATCHER)); in assertHeaderHide() 101 assertTrue(Matchers.present(mColumnBot.MATCHER)); in assertHeaderShow() 150 Matchers.present( in getDirection() 159 Matchers.present( in getDirection()
|
D | SearchBot.java | 96 Matchers.present(SEARCH_WIDGET)); in assertIconVisible() 100 Matchers.present(SEARCH_WIDGET)); in assertIconVisible()
|
/packages/apps/ManagedProvisioning/ |
D | proguard.flags | 6 # AndriodManifest.xml, but not present in Android master. They are 7 # present in the Android for Chrome OS branch, and kept here to
|
/packages/apps/Settings/tests/unit/src/com/android/settings/connecteddevice/threadnetwork/ |
D | ThreadNetworkFragmentControllerTest.kt | 59 present: Boolean in newControllerWithThreadFeatureSupported() 65 if (present) fakeThreadNetworkController else null in newControllerWithThreadFeatureSupported()
|
D | ThreadNetworkToggleControllerTest.kt | 67 present: Boolean in newControllerWithThreadFeatureSupported() 73 if (present) fakeThreadNetworkController else null in newControllerWithThreadFeatureSupported()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | smp_api_types.h | 183 bool present; member 197 bool present; member
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/aggregatable/ |
D | aggregatable_two_contributions_null_reports.json | 62 "debug_key": "8971346783", // should not be present in any agg report
|
/packages/modules/Virtualization/virtualizationservice/src/ |
D | maintenance.rs | 237 for (user_id, present) in users.into_iter().zip(users_exist.into_iter()) { in reconcile() 238 if present { in reconcile() 262 .filter_map(|(app_id, present)| if present { None } else { Some(*app_id) }) in reconcile()
|
/packages/modules/Connectivity/netd/ |
D | libnetd_updatable.map.txt | 18 # library. Other entry points present in the library won't be usable.
|
/packages/modules/Connectivity/DnsResolver/ |
D | libcom.android.tethering.dns_helper.map.txt | 18 # libcom.android.tethering.dns_helper library. Other entry points present in
|
/packages/modules/DnsResolver/ |
D | libnetd_resolv.map.txt | 18 # libnetd_resolv library. Other entry points present in the library won't be
|
/packages/apps/Dialer/java/com/android/dialer/proguard/ |
D | proguard_release.flags | 12 # The source file attribute must be present in order to print stack traces, but
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/types/ |
D | SimpleValueTest.kt | 32 fun present() { in present() method
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | voicemail_transcription.proto | 26 // Transcription was successful and the transcript is present. 142 // The transcribed text of the voicemail. This is only present if the status
|
/packages/modules/AdServices/shared/libraries/device-side/proto/ |
D | error_code_sample_interval.proto | 24 // Default sample interval applied if error code is not present in the map.
|