Add threading annotations to various ::sendPacket methods

Authored by philipc on Jul 21 2019, 11:01 AM.

Description

Add threading annotations to various ::sendPacket methods

Summary:
The methods in Device.java can be used from any thread, while
the methods in BaseLink (and its subclasses) should only run
on a background thread. These annotations are picked up by Lint
to show warnings and have no effect at runtime.

Details

Committed
philipcJul 21 2019, 11:09 AM
Parents
R225:d84f312694a0: Optimize imports
Branches
Unknown
Tags
Unknown