Searched refs:mConnections (Results 1 – 5 of 5) sorted by relevance
60 mConnections.remove(connection);67 private List<SelfManagedConnection> mConnections = new ArrayList<>(); field in CtsSelfManagedConnectionService151 if (mConnections != null && mConnections.size() > 0) { in tearDown()152 mConnections.forEach(connection -> { in tearDown()157 mConnections.clear(); in tearDown()182 mConnections.add(connection); in createSelfManagedConnection()190 return new ArrayList<>(mConnections); in getConnections()
50 final ServiceConnectionHandler[] mConnections; field in ServiceProcessController83 mConnections = new ServiceConnectionHandler[serviceIntents.length]; in ServiceProcessController()85 mConnections[i] = new ServiceConnectionHandler(mContext, serviceIntents[i], in ServiceProcessController()173 return mConnections[index]; in getConnection()197 for (int i=0; i<mConnections.length; i++) { in ensureProcessGone()198 mConnections[i].bind(timeout); in ensureProcessGone()201 for (int i=0; i<mConnections.length; i++) { in ensureProcessGone()202 IBinder serviceBinder = mConnections[i].getServiceIBinder(); in ensureProcessGone()203 mConnections[i].unbind(timeout); in ensureProcessGone()
23 mConnections.remove(connection);31 List<CtsConnection> mConnections = new ArrayList<>(); field in CtsSelfManagedConnectionService60 return new ArrayList<CtsConnection>(mConnections); in getConnections()71 if (mConnections.size() > 0) { in waitForAndGetConnection()72 return mConnections.get(0); in waitForAndGetConnection()108 mConnections.add(connection); in createConnection()
43 mConnections.remove(connection);51 private List<CtsConnection> mConnections = new ArrayList<>(); field in CtsConnectionService80 return new ArrayList<CtsConnection>(mConnections); in getConnections()91 if (mConnections.size() > 0) { in waitForAndGetConnection()92 return mConnections.get(0); in waitForAndGetConnection()152 mConnections.add(connection); in createManagedConnection()
39 private final ArrayList<CreatorConnection> mConnections = new ArrayList<>(); field in ServiceCreator63 mConnections.add(conn);88 for (final CreatorConnection conn : mConnections) { in onDestroy()