JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
M
O
Q
R
S
W
C
codename
- Variable in class com.jaredrummler.android.device.
DeviceName.DeviceInfo
the value of the system property "ro.product.device"
com.jaredrummler.android.device
- package com.jaredrummler.android.device
D
DeviceDatabase
- Class in
com.jaredrummler.android.device
Database helper to access the list of all known Android devices with their market, code, and model name.
DeviceDatabase(Context)
- Constructor for class com.jaredrummler.android.device.
DeviceDatabase
DeviceInfo(String, String, String)
- Constructor for class com.jaredrummler.android.device.
DeviceName.DeviceInfo
DeviceInfo(String, String, String, String)
- Constructor for class com.jaredrummler.android.device.
DeviceName.DeviceInfo
DeviceName
- Class in
com.jaredrummler.android.device
Get the consumer friendly name of an Android device.
DeviceName()
- Constructor for class com.jaredrummler.android.device.
DeviceName
DeviceName.Callback
- Interface in
com.jaredrummler.android.device
Callback which is invoked when the
DeviceName.DeviceInfo
is finished loading.
DeviceName.DeviceInfo
- Class in
com.jaredrummler.android.device
Device information based on
Google's maintained list
.
DeviceName.Request
- Class in
com.jaredrummler.android.device
G
getDeviceInfo(Context)
- Static method in class com.jaredrummler.android.device.
DeviceName
Get the
DeviceName.DeviceInfo
for the current device.
getDeviceInfo(Context, String)
- Static method in class com.jaredrummler.android.device.
DeviceName
Get the
DeviceName.DeviceInfo
for the current device.
getDeviceInfo(Context, String, String)
- Static method in class com.jaredrummler.android.device.
DeviceName
Get the
DeviceName.DeviceInfo
for the current device.
getDeviceName()
- Static method in class com.jaredrummler.android.device.
DeviceName
Get the consumer friendly name of the device.
getDeviceName(String, String)
- Static method in class com.jaredrummler.android.device.
DeviceName
Get the consumer friendly name of a device.
getDeviceName(String, String, String)
- Static method in class com.jaredrummler.android.device.
DeviceName
Get the consumer friendly name of a device.
getName()
- Method in class com.jaredrummler.android.device.
DeviceName.DeviceInfo
I
init(Context)
- Static method in class com.jaredrummler.android.device.
DeviceName
Initialize DeviceName.
M
manufacturer
- Variable in class com.jaredrummler.android.device.
DeviceName.DeviceInfo
Deprecated.
marketName
- Variable in class com.jaredrummler.android.device.
DeviceName.DeviceInfo
Marketing name
model
- Variable in class com.jaredrummler.android.device.
DeviceName.DeviceInfo
the value of the system property "ro.product.model"
O
onCreate(SQLiteDatabase)
- Method in class com.jaredrummler.android.device.
DeviceDatabase
onFinished(DeviceName.DeviceInfo, Exception)
- Method in interface com.jaredrummler.android.device.
DeviceName.Callback
Callback to get the device info.
onUpgrade(SQLiteDatabase, int, int)
- Method in class com.jaredrummler.android.device.
DeviceDatabase
Q
query(String, String)
- Method in class com.jaredrummler.android.device.
DeviceDatabase
Query the market name given the codename and/or model of a device.
queryToDevice(String, String)
- Method in class com.jaredrummler.android.device.
DeviceDatabase
Query the device info given the codename and/or model of a device.
R
request(DeviceName.Callback)
- Method in class com.jaredrummler.android.device.
DeviceName.Request
Download information about the device.
S
setCodename(String)
- Method in class com.jaredrummler.android.device.
DeviceName.Request
Set the device codename to query.
setModel(String)
- Method in class com.jaredrummler.android.device.
DeviceName.Request
Set the device model to query.
W
with(Context)
- Static method in class com.jaredrummler.android.device.
DeviceName
Create a new request to get information about a device.
C
D
G
I
M
O
Q
R
S
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes