Android.OS.TokenWatcher: Method Members

The methods of Android.OS.TokenWatcher are listed below. For a list of all members, see the TokenWatcher Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Acquire(IBinder, string)
Record that this token has been acquired.
abstract
Acquired()
Called when the number of active tokens goes from 0 to 1.
Cleanup(IBinder, bool)
Dump()
Dump(Java.IO.PrintWriter)
Release(IBinder)
abstract
Released()
Called when the number of active tokens goes from 1 to 0.