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

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
Link copied to clipboard
interface Logging
Link copied to clipboard
open class ServiceClient<T : IInterface>(stubFactory: (IBinder) -> T) : Closeable, Logging

A wrapper that cleans up the service binding process

Functions

Link copied to clipboard
Link copied to clipboard

Checks if the device has a GPS receiver and it is currently disabled.

Link copied to clipboard

Checks if all necessary Bluetooth permissions have been granted.

Link copied to clipboard

Checks if the device has a GPS receiver.

Link copied to clipboard
Link copied to clipboard
fun setAttributes(deviceVersion: String, deviceHardware: <Error class: unknown class>)
fun setAttributes(firmwareVersion: String, deviceHardware: <Error class: unknown class>)
Link copied to clipboard
Link copied to clipboard
fun Context.toast(message: CharSequence)