Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 70) sorted by relevance

123

/packages/modules/Wifi/framework/api/
Dmodule-lib-lint-baseline.txt3 … 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 …]
Dsystem-lint-baseline.txt3 … 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 …]
Dlint-baseline.txt3 …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/
Dstate_machine.rs263 .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 …]
Dbluetooth_manager.rs45 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()
Diface_bluetooth_manager.rs63 fn on_hci_device_changed(&mut self, hci_interface: i32, present: bool); in on_hci_device_changed()
Dbluetooth_manager_dbus.rs92 fn on_hci_device_changed(&mut self, hci_interface: i32, present: bool) {} in on_hci_device_changed()
/packages/modules/Bluetooth/floss/pandora/floss/
Dmanager_client.py27 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/
Dsmp_api.cc420 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/
DMatchers.java38 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
DSortBot.java86 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()
DSearchBot.java96 Matchers.present(SEARCH_WIDGET)); in assertIconVisible()
100 Matchers.present(SEARCH_WIDGET)); in assertIconVisible()
/packages/apps/ManagedProvisioning/
Dproguard.flags6 # 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/
DThreadNetworkFragmentControllerTest.kt59 present: Boolean in newControllerWithThreadFeatureSupported()
65 if (present) fakeThreadNetworkController else null in newControllerWithThreadFeatureSupported()
DThreadNetworkToggleControllerTest.kt67 present: Boolean in newControllerWithThreadFeatureSupported()
73 if (present) fakeThreadNetworkController else null in newControllerWithThreadFeatureSupported()
/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h183 bool present; member
197 bool present; member
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/aggregatable/
Daggregatable_two_contributions_null_reports.json62 "debug_key": "8971346783", // should not be present in any agg report
/packages/modules/Virtualization/virtualizationservice/src/
Dmaintenance.rs237 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/
Dlibnetd_updatable.map.txt18 # library. Other entry points present in the library won't be usable.
/packages/modules/Connectivity/DnsResolver/
Dlibcom.android.tethering.dns_helper.map.txt18 # libcom.android.tethering.dns_helper library. Other entry points present in
/packages/modules/DnsResolver/
Dlibnetd_resolv.map.txt18 # libnetd_resolv library. Other entry points present in the library won't be
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_release.flags12 # 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/
DSimpleValueTest.kt32 fun present() { in present() method
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
Dvoicemail_transcription.proto26 // 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/
Derror_code_sample_interval.proto24 // Default sample interval applied if error code is not present in the map.

123