LineageOS Platform SDK
API level:
LineageOS APIs
lineageos.app
lineageos.content
lineageos.hardware
lineageos.os
lineageos.platform
lineageos.power
lineageos.preference
lineageos.profiles
lineageos.providers
lineageos.style
lineageos.util
lineageos.weather
lineageos.weather.util
lineageos.weatherservice
Classes
DataUsageContract
LineageSettings
LineageSettings.Global
LineageSettings.Secure
LineageSettings.System
WeatherContract
WeatherContract.WeatherColumns
WeatherContract.WeatherColumns.TempUnit
WeatherContract.WeatherColumns.WeatherCode
WeatherContract.WeatherColumns.WindSpeedUnit
Exceptions
LineageSettings.LineageSettingNotFoundException
fullscreen
Use Tree Navigation
Use Panel Navigation
Summary:
Constants
|
Inherited Methods
|
[Expand All]
added in
API level 5
public static final class
WeatherContract.WeatherColumns.WindSpeedUnit
extends Object
java.lang.Object
↳
lineageos.providers.WeatherContract.WeatherColumns.WindSpeedUnit
Class Overview
Wind speed units
Summary
Constants
int
KPH
Kilometers per hour
int
MPH
Miles per hour
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Constants
public static final int
KPH
added in
API level 5
Kilometers per hour
Constant Value:
1 (0x00000001)
public static final int
MPH
added in
API level 5
Miles per hour
Constant Value:
2 (0x00000002)