Searched refs:addProxyMsg (Results 1 – 1 of 1) sorted by relevance
1255 Message addProxyMsg = mHandler.obtainMessage(MESSAGE_ADD_PROXY_DELAYED); in bindBluetoothProfileService() local1256 addProxyMsg.arg1 = bluetoothProfile; in bindBluetoothProfileService()1257 addProxyMsg.obj = proxy; in bindBluetoothProfileService()1258 mHandler.sendMessageDelayed(addProxyMsg, ADD_PROXY_DELAY_MS); in bindBluetoothProfileService()