HomeSort by relevance Sort by last modified time
    Searched refs:activeConnections (Results 1 - 11 of 11) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 153 List<Conferenceable> activeConnections = new ArrayList<>(mTelephonyConnections.size());
180 activeConnections.add(connection);
205 activeConnections.add(conference);
215 Log.v(this, "active: %d, holding: %d", activeConnections.size(),
220 for (Conferenceable conferenceable : activeConnections) {
232 connection.setConferenceables(activeConnections);
TelephonyConferenceController.java 117 List<Connection> activeConnections = new ArrayList<>(mTelephonyConnections.size());
129 activeConnections.add(connection);
143 activeConnections.size(), backgroundConnections.size());
147 for (Connection connection : activeConnections) {
154 connection.setConferenceableConnections(activeConnections);
  /frameworks/native/services/sensorservice/
SensorService.cpp 510 SortedVector< sp<SensorEventConnection> > activeConnections;
511 populateActiveConnections(&activeConnections);
636 size_t numConnections = activeConnections.size();
638 if (activeConnections[i] != NULL) {
639 activeConnections[i]->removeSensor(handle);
650 size_t numConnections = activeConnections.size();
652 if (activeConnections[i] != 0) {
653 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch,
655 needsWakeLock |= activeConnections[i]->needsWakeLock();
658 if (activeConnections[i]->hasOneShotSensors())
    [all...]
SensorService.h 200 void populateActiveConnections( SortedVector< sp<SensorEventConnection> >* activeConnections);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 747 int activeConnections = 0;
754 activeConnections += 1;
765 msg.append("Connections: ").append(activeConnections).append(" active, ");
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 236 milliseconds