Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConference.java157 List<Connection> connections = getConnections(); in getPrimaryConnection() local
158 if (connections == null || connections.isEmpty()) { in getPrimaryConnection()
163 Connection primaryConnection = connections.get(0); in getPrimaryConnection()
166 for (Connection connection : connections) { in getPrimaryConnection()
202 final List<Connection> connections = getConnections(); in getFirstConnection() local
203 if (connections.isEmpty()) { in getFirstConnection()
206 return (TelephonyConnection) connections.get(0); in getFirstConnection()
DCdmaConference.java151 List<Connection> connections = getConnections(); in getOriginalCall() local
152 if (!connections.isEmpty()) { in getOriginalCall()
154 getOriginalConnection(connections.get(0)); in getOriginalCall()
196 final List<Connection> connections = getConnections(); in getFirstConnection() local
197 if (connections.isEmpty()) { in getFirstConnection()
200 return (CdmaConnection) connections.get(0); in getFirstConnection()
/packages/services/Telephony/src/com/android/phone/
DCallTime.java132 List connections = call.getConnections(); in getCallDuration() local
133 int count = connections.size(); in getCallDuration()
137 c = (Connection) connections.get(0); in getCallDuration()
143 c = (Connection) connections.get(i); in getCallDuration()
DPhoneUtils.java1692 List<Connection> connections = call.getConnections(); in isConferenceCall() local
1693 if (connections != null && connections.size() > 1) { in isConferenceCall()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java108 private static void findConnectedComponentForRawContact(Multimap<Long, Long> connections, in findConnectedComponentForRawContact() argument
112 for (long match : connections.get(rawContactId)) { in findConnectedComponentForRawContact()
114 findConnectedComponentForRawContact(connections, visited, match, results); in findConnectedComponentForRawContact()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java257 List<ContextMap.Connection> connections = in dumpToString()
260 sb.append(" Connections: " + connections.size() + "\n"); in dumpToString()
262 Iterator<ContextMap.Connection> ii = connections.iterator(); in dumpToString()
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java398 Set<AppVpnInfo> connections = new ArraySet<>(); in getConnectedAppVpns() local
403 connections.add(new AppVpnInfo(profile.getIdentifier(), config.user)); in getConnectedAppVpns()
409 return connections; in getConnectedAppVpns()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt12654 Active Internet connections (w/o servers)
40844 01-13 23:19:13.076 2653 2727 I bt_bta_av: bta_av_rc_opened allow incoming AVRCP connections:1
43954 …:17:39.391 1868 1868 D DCT : [0]onRadioOffOrNotAvailable: is off and clean up all connections
86809 Max connections: 1
86835 Available non-primary connections:
86837 Acquired connections:
86844 Max connections: 1
86865 Available non-primary connections:
86867 Acquired connections:
86880 Max connections: 1
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz