-
public class AsyncLocalStorageUtil
Helper for database operations.
-
-
Method Summary
Modifier and Type Method Description static String
getItemImpl(SQLiteDatabase db, String key)
Returns the value of the given key, or null if not found. -
-
Method Detail
-
getItemImpl
@Nullable() static String getItemImpl(SQLiteDatabase db, String key)
Returns the value of the given key, or null if not found.
-
-
-
-