Searched refs:addProxyMsg (Results 1 – 1 of 1) sorted by relevance
1366 Message addProxyMsg = mHandler.obtainMessage(MESSAGE_ADD_PROXY_DELAYED); in bindBluetoothProfileService() local1367 addProxyMsg.arg1 = bluetoothProfile; in bindBluetoothProfileService()1368 addProxyMsg.obj = proxy; in bindBluetoothProfileService()1369 mHandler.sendMessageDelayed(addProxyMsg, ADD_PROXY_DELAY_MS); in bindBluetoothProfileService()