Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:mConnections

702     mConnections.add(connection);
708 if (mConnections.indexOf(connection) < 0) {
709 mConnections.add(connection);
718 ssize_t index = mConnections.indexOf(connection);
720 mConnections.removeItemsAt(index, 1);
722 return mConnections.size() ? false : true;