Home
last modified time | relevance | path

Searched defs:connections (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionsBankImpl.java69 Collection<Connection> connections = in mergeAllConnections() local
80 Collection<Connection> connections = in disconnectAllConnections() local
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dmod.rs2 pub(crate) mod connections; module
/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConference.java169 List<Connection> connections = getConnections(); in getOriginalCall() local
214 final List<Connection> connections = getConnections(); in getFirstConnection() local
DTelephonyConference.java176 List<Connection> connections = getConnections(); in getPrimaryConnection() local
237 final List<Connection> connections = getConnections(); in getFirstConnection() local
DTelephonyConferenceController.java153 List<Connection> connections = conferenceableConnections in recalculateConferenceable() local
DImsConferenceController.java363 List<Connection> connections = conferenceableSet in recalculateConferenceable() local
DTelephonyConnectionService.java1387 Collection<Connection> connections = getAllConnections(); in canAddCall() local
3882 public static void maybeDisconnectCallsOnOtherSubs(@NonNull Collection<Connection> connections, in maybeDisconnectCallsOnOtherSubs()
3956 private static @Nullable Conferenceable maybeGetFirstConferenceableFromOtherSubscription( in maybeGetFirstConferenceableFromOtherSubscription()
4028 protected static void maybeUnholdCallsOnOtherSubs(@NonNull Collection<Connection> connections, in maybeUnholdCallsOnOtherSubs()
4064 protected static @Nullable Conferenceable maybeHoldCallsOnOtherSubs( in maybeHoldCallsOnOtherSubs()
4079 Collection<Connection>connections = getAllConnections(); in disconnectAllCallsOnOtherSubs() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java109 private static void findConnectedComponentForRawContact(Multimap<Long, Long> connections, in findConnectedComponentForRawContact() argument
/packages/modules/Bluetooth/tools/rootcanal/test/
Dposix_socket_unittest.cc243 std::vector<std::shared_ptr<AsyncDataChannel>> connections; in TEST_F() local
272 std::vector<std::shared_ptr<AsyncDataChannel>> connections; in TEST_F() local
/packages/modules/DnsResolver/tests/
Ddoh_frontend.cpp77 int DohFrontend::connections() const { in connections() function in test::DohFrontend
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallListAdapter.java138 List<SelfManagedConnection> connections) { in SelfManagedCallListAdapter()
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dcore.rs82 let mut connections: HashMap<u16, ConnectionInternal> = HashMap::new(); in provide_acl_dispatch() localVariable
/packages/services/Telephony/src/com/android/phone/
DCallTime.java133 List connections = call.getConnections(); in getCallDuration() local
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/connection/
DPhysicalLink.java67 Set<RfcommSocketConnection> connections) { in PhysicalLink()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs42 connections: HashMap<TransportIndex, GattConnection>, field
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/classic/
Dmod.rs151 …let connections: Arc<Mutex<HashMap<u16, ConnectionInternal>>> = Arc::new(Mutex::new(HashMap::new()… in provide_acl_manager() localVariable
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java587 Set<AppVpnInfo> connections = new ArraySet<>(); in getConnectedAppVpns() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppScanStats.java813 List<ContextMap.Connection> connections = mContextMap.getConnectionByApp(appEntry.id); in dumpToString() local
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h239 } connections; member
Dle_impl.h303 } connections; member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs64 connections: Vec<Connection>, field
215 connections: Vec<Connection>, field