Searched refs:mProxies (Results 1 – 1 of 1) sorted by relevance
1230 final RemoteCallbackList<IBluetoothProfileServiceConnection> mProxies = field in BluetoothManagerService.ProfileServiceConnections1276 mProxies.register(proxy); in addProxy()1294 if (mProxies.unregister(proxy)) { in removeProxy()1308 mProxies.kill(); in removeAllProxies()1312 return mProxies.getRegisteredCallbackCount() == 0; in isEmpty()1333 final int n = mProxies.beginBroadcast(); in onServiceConnected()1337 mProxies.getBroadcastItem(i).onServiceConnected(className, service); in onServiceConnected()1343 mProxies.finishBroadcast(); in onServiceConnected()1367 final int n = mProxies.beginBroadcast(); in onServiceDisconnected()1371 mProxies.getBroadcastItem(i).onServiceDisconnected(className); in onServiceDisconnected()[all …]