Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:mConnections

1190     mConnections.add(connection);
1196 if (mConnections.indexOf(connection) < 0) {
1197 mConnections.add(connection);
1206 ssize_t index = mConnections.indexOf(connection);
1208 mConnections.removeItemsAt(index, 1);
1220 return mConnections.size() ? false : true;