Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:mConnections

979     mConnections.add(connection);
985 if (mConnections.indexOf(connection) < 0) {
986 mConnections.add(connection);
995 ssize_t index = mConnections.indexOf(connection);
997 mConnections.removeItemsAt(index, 1);
1009 return mConnections.size() ? false : true;