Searched refs:mProxies (Results 1 – 1 of 1) sorted by relevance
1362 final RemoteCallbackList<IBluetoothProfileServiceConnection> mProxies = field in BluetoothManagerService.ProfileServiceConnections1408 mProxies.register(proxy); in addProxy()1426 if (mProxies.unregister(proxy)) { in removeProxy()1440 mProxies.kill(); in removeAllProxies()1444 return mProxies.getRegisteredCallbackCount() == 0; in isEmpty()1465 final int n = mProxies.beginBroadcast(); in onServiceConnected()1469 mProxies.getBroadcastItem(i).onServiceConnected(className, service); in onServiceConnected()1475 mProxies.finishBroadcast(); in onServiceConnected()1499 final int n = mProxies.beginBroadcast(); in onServiceDisconnected()1503 mProxies.getBroadcastItem(i).onServiceDisconnected(className); in onServiceDisconnected()[all …]