Package-level declarations

Types

Link copied to clipboard
class BinaryLogFile(context: Context, name: String) : FileOutputStream

Create a debug log on the SD card (if needed and allowed and app is configured for debugging (FIXME)

Link copied to clipboard
Link copied to clipboard
object BuildUtils

Created by kevinh on 1/14/16.

Link copied to clipboard
object DateUtils

Created by kevinh on 1/13/16.

Link copied to clipboard
class DebugLogFile(context: Context, name: String)

Create a debug log on the SD card (if needed and allowed and app is configured for debugging (FIXME)

Link copied to clipboard
open class ServiceClient<T : IInterface>(stubFactory: (IBinder) -> T) : Closeable

A wrapper that cleans up the service binding process