Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the thread last set by
setExclusiveOwnerThread, or null if never
set. This method does not otherwise impose any synchronization
or volatile field accesses.
Set method documentation [Android Documentation]
Sets the thread that currently owns exclusive access. A
null argument indicates that no thread owns access.
This method does not otherwise impose any synchronization or
volatile field accesses.