public class AsyncLocalStorageUtil
extends java.lang.Object
| Constructor and Description |
|---|
AsyncLocalStorageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getItemImpl(android.database.sqlite.SQLiteDatabase db,
java.lang.String key)
Returns the value of the given key, or null if not found.
|