- get(String, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
- get(Enum<?>, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
- get(String, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getFloat
(key, defaultValue)
.
- get(Enum<?>, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getFloat
(key, defaultValue)
.
- get(String, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
- get(Enum<?>, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getFloat
(key, defaultValue)
.
- get(String, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getInt
(key, defaultValue)
.
- get(Enum<?>, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getInt
(key, defaultValue)
.
- get(String, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getLong
(key, defaultValue)
.
- get(Enum<?>, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getLong
(key, defaultValue)
.
- get(String, Class<TEnum>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, enumClass, defaultValue)
.
- get(String, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, (Class<TEnum>)defaultValue.getClass(), defaultValue)
.
- get(Enum<?>, Class<TEnum>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, enumClass, defaultValue)
.
- get(Enum<?>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, (Class<TEnum>)defaultValue.getClass(), defaultValue)
.
- get(String, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- get(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- get(Enum<?>, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- get(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getAccessibilityManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get AccessibilityManager
.
- getAccessToken() - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Get the access token (= the value of access_token
(REQUIRED parameter)).
- getAccountManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get AccountManager
.
- getActivityManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get ActivityManager
.
- getAlarmManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get AlarmManager
.
- getApplicationLabel() - Method in class com.neovisionaries.android.app.App
-
Get the application label of this application.
- getAudioManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get AudioManager
.
- getBlobByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a byte array.
- getBoolean(int) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a boolean.
- getBoolean(String, boolean) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to getBoolean(key, defaultValue)
on the internal SharedPreferences instance.
- getBoolean(String, boolean) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- getBoolean(String, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as boolean.
- getBoolean(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getBoolean(Enum<?>, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getBoolean
(key.name(), defaultValue)
.
- getBoolean(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getBooleanByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a boolean.
- getClientId() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the client ID (= the value of client_id
parameter
(REQUIRED parameter)).
- getClipboardManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get ClipboardManager
.
- getContext() - Method in class com.neovisionaries.android.app.App
-
Get the application context.
- getCountry() - Method in class com.neovisionaries.android.app.App
-
Get the current country.
- getDefaultPreferences() - Method in class com.neovisionaries.android.app.App
-
Get the
Preferences
instance that wraps the default shared
preferences.
- getDevicePolicyManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get DevicePolicyManager
.
- getDouble(String, double) - Method in class com.neovisionaries.android.util.Preferences
-
- getDouble(String, double) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- getDouble(String, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as double.
- getDouble(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getDouble(Enum<?>, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getDouble
(key.name(), defaultValue)
.
- getDouble(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getDoubleByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a double.
- getDownloadManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get DropBoxManager
.
- getEndpoint() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the authorization endpoint.
- getEnum(String, Class<TEnum>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as Enum.
- getEnum(String, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, (Class<TEnum>)defaultValue.getClass(), defaultValue)
.
- getEnum(String, Class<TEnum>) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, enumClass, null)
.
- getEnum(Enum<?>, Class<TEnum>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key.name(), enumClass, defaultValue)
.
- getEnum(Enum<?>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key, (Class<TEnum>)defaultValue.getClass(), defaultValue)
.
- getEnum(Enum<?>, Class<TEnum>) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getEnum
(key.name(), enumClass)
.
- getExpiresIn() - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Get the lifetime of the access token in seconds (= the value of
expires_in
parameter (RECOMMENDED parameter)).
- getExtraParameters() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get extra parameters added to the authorization request.
- getFloat(String, float) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to getFloat(key, defaultValue)
on the internal SharedPreferences instance.
- getFloat(String, float) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- getFloat(String, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as float.
- getFloat(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getFloat(Enum<?>, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getFloat
(key.name(), defaultValue)
.
- getFloat(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getFloatByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a float.
- getInputMethodManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get InputMethodManager
.
- getInstance() - Static method in class com.neovisionaries.android.app.App
-
Get the singleton instance of this class.
- getInt(String, int) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to getInt(key, defaultValue)
on the internal SharedPreferences instance.
- getInt(String, int) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- getInt(String, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as int.
- getInt(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getInt(Enum<?>, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getInt
(key.name(), defaultValue)
.
- getInt(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getInt
(key.name())
.
- getIntByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as an int.
- getKeyguardManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get KeyguardManager
.
- getLanguage() - Method in class com.neovisionaries.android.app.App
-
Get the current language.
- getLayoutInflater() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get LayoutInflater
.
- getLocale() - Method in class com.neovisionaries.android.app.App
-
Get the current locale.
- getLocationManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get LocationManager
.
- getLock() - Method in class com.neovisionaries.android.database.BaseOpenHelper
-
Get the internal read-write lock instance.
- getLong(String, long) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to getLong(key, defaultValue)
on the internal SharedPreferences instance.
- getLong(String, long) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- getLong(String, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as long.
- getLong(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getLong(Enum<?>, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getLong
(key.name(), defaultValue)
.
- getLong(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getLongByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a long.
- getNotificationManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get NotificationManager
.
- getPowerManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get PowerManager
.
- getPreferences() - Method in class com.neovisionaries.android.app.App
-
Get the
Preferences
instance that is supposed to be used
globally for this application.
- getRedirectUri() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the redirect URI (= the value of redirect_uri
parameter
(OPTIONAL parameter)).
- getRefreshToken() - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Get the refresh token (= the value of refresh_token
parameter
(OPTIONAL parameter)).
- getResponseType() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the response type (= the value of response_type
parameter (REQUIRED parameter)).
- getScope() - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Get the space-delimited scope list (= the value of scope
parameter (OPTIONAL parameter)).
- getScopeDelimiter() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the delimiter for scopes.
- getScopeSet() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the scopes, which are elements in the value of
scope
parameter (OPTIONAL parameter).
- getSearchManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get SearchManager
.
- getSensorManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get SensorManager
.
- getShortByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a short.
- getState() - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Get the state (= the value of state
parameter
(RECOMMENDED parameter)).
- getString(String, String) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to getString(key, defaultValue)
on the internal SharedPreferences instance.
- getString(String, String) - Method in class com.neovisionaries.android.util.PropertiesWrapper
-
- getString(String, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
Get the value of the property identified by the key as String.
- getString(String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getString(Enum<?>, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
getString
(key.name(), defaultValue)
.
- getString(Enum<?>) - Method in class com.neovisionaries.android.util.TypedProperties
-
- getStringByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Get the value of the requested column as a String.
- getSystemService(String) - Static method in class com.neovisionaries.android.util.SystemServices
-
Get a system service by name.
- getTelephonyManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get TelephonyManager
.
- getTokenType() - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Get the token type (= the value of token_type
(REQUIRED parameter)).
- getUiModeManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get UiModeManager
.
- getVersionName() - Method in class com.neovisionaries.android.app.App
-
Get the version name of this application.
- getVibrator() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get Vibrator
.
- getWallpaperService() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get WallpaperService
.
- getWifiManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get WifiManager
.
- getWindowManager() - Static method in class com.neovisionaries.android.util.SystemServices
-
Get WindowManager
.
- i(String, String) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of INFO level by calling Log.i
(tag, message)
.
- i(String, String, Throwable) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of INFO level by calling Log.i
(tag, message, cause)
.
- i(Object, String) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of INFO level.
- i(Object, String, Throwable) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of INFO level.
- i(Object, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of INFO level.
- i(Object, Throwable, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of INFO level.
- iformat(Object, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
- iformat(Object, Throwable, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
- init(Context) - Static method in class com.neovisionaries.android.app.App
-
Initialize this class.
- isNullByName(String) - Method in class com.neovisionaries.android.database.BaseCursor
-
Check if the value of the requested column is null.
- isRestarting() - Method in class com.neovisionaries.android.app.App
-
Check whether this application is in the process of restart.
- isStopping() - Method in class com.neovisionaries.android.app.App
-
Check whether this application is in the process of termination.
- isStopping() - Method in class com.neovisionaries.android.app.BaseActivity
-
Check if this application is stopping or not.
- isStopping() - Method in class com.neovisionaries.android.app.BaseListActivity
-
Check if this application is stopping or not.
- isStopping() - Method in class com.neovisionaries.android.app.BasePreferenceActivity
-
Check if this application is stopping or not.
- OAuth20Error - Enum in com.neovisionaries.android.oauth20
-
Values for error
from OAuth 2.0 endpoints.
- OAuth20View - Class in com.neovisionaries.android.oauth20
-
A WebView
subclass for OAuth 2.0 authorization endpoint.
- OAuth20View(Context, AttributeSet, int) - Constructor for class com.neovisionaries.android.oauth20.OAuth20View
-
A constructor that calls super(context, attrs, defStyle)
.
- OAuth20View(Context, AttributeSet) - Constructor for class com.neovisionaries.android.oauth20.OAuth20View
-
A constructor that calls super(context, attrs)
.
- OAuth20View(Context) - Constructor for class com.neovisionaries.android.oauth20.OAuth20View
-
A constructor that calls super(context)
.
- OAuth20ViewListener - Interface in com.neovisionaries.android.oauth20
-
- onChanged() - Method in class com.neovisionaries.android.database.CursorWaiter
-
- onCodeIssued(OAuth20View, AuthorizationRequest, String, String) - Method in interface com.neovisionaries.android.oauth20.OAuth20ViewListener
-
Called when an authorization code was issued by the authorization server.
- onCreate() - Method in class com.neovisionaries.android.app.BaseApplication
-
Called after this instance was created.
- onCreate(Bundle) - Method in class com.neovisionaries.android.app.BaseRootActivity
-
Called when this Activity gets started.
- onDestroy() - Method in class com.neovisionaries.android.app.BaseRootActivity
-
Called when this Activity gets stopped.
- onError(OAuth20View, AuthorizationRequest, OAuth20Error, String, String, String) - Method in interface com.neovisionaries.android.oauth20.OAuth20ViewListener
-
Called when the authorization server notified this client an error.
- onKeyDown(int, KeyEvent) - Method in class com.neovisionaries.android.app.BottomActivity
-
Call
this.
exit()
if the give key code is
KEYCODE_BACK
.
- onKeyDown(int, KeyEvent) - Method in class com.neovisionaries.android.app.BottomListActivity
-
Call
this.
exit()
if the give key code is
KEYCODE_BACK
.
- onResume() - Method in class com.neovisionaries.android.app.BaseActivity
-
Called when this Activity gets resumed.
- onResume() - Method in class com.neovisionaries.android.app.BaseListActivity
-
Called when this Activity gets resumed.
- onResume() - Method in class com.neovisionaries.android.app.BasePreferenceActivity
-
Called when this Activity gets resumed.
- onResume() - Method in class com.neovisionaries.android.app.BaseRootActivity
-
Called when this Activity gets resumed.
- onTerminate() - Method in class com.neovisionaries.android.app.BaseApplication
-
Called before this instance is discarded.
- onTokenIssued(OAuth20View, AuthorizationRequest, AccessToken, String) - Method in interface com.neovisionaries.android.oauth20.OAuth20ViewListener
-
Called when an access token was issued by the authorization server.
- openReadable() - Method in class com.neovisionaries.android.database.BaseOpenHelper
-
Open the database in read mode.
- openWritable() - Method in class com.neovisionaries.android.database.BaseOpenHelper
-
Open the database in write mode.
- set(String, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(Enum<?>, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(String, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(Enum<?>, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(String, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(Enum<?>, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(String, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setInt
(key, value)
.
- set(Enum<?>, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setInt
(key, value)
.
- set(String, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(Enum<?>, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(String, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(Enum<?>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(String, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- set(Enum<?>, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- setAccessToken(String) - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Set the access token (= the value of access_token
(REQUIRED parameter)).
- setBoolean(String, boolean) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to edit().putBoolean(key, value).commit()
on the internal SharedPreferences instance.
- setBoolean(String, boolean) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- setBoolean(String, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
Set the value to the property identified by the key.
- setBoolean(Enum<?>, boolean) - Method in class com.neovisionaries.android.util.TypedProperties
-
- setClientId(String) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the client ID (= the value of client_id
parameter
(REQUIRED parameter)).
- setDouble(String, double) - Method in class com.neovisionaries.android.util.Preferences
-
- setDouble(String, double) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- setDouble(String, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
Set the value to the property identified by the key.
- setDouble(Enum<?>, double) - Method in class com.neovisionaries.android.util.TypedProperties
-
- setEndpoint(URL) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the authorization endpoint.
- setEndpoint(String) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the authorization endpoint.
- setEnum(String, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setString
(key, (value == null) ? null : value.name())
.
- setEnum(Enum<?>, TEnum) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setEnum
(key.name(), value)
.
- setExpiresIn(int) - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Set the lifetime of the access token in seconds (= the value of
expires_in
parameter (RECOMMENDED parameter)).
- setExtraParameters(Map<String, String>) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set extra parameters added to the authorization request.
- setFloat(String, float) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to edit().putFloat(key, value).commit()
on the internal SharedPreferences instance.
- setFloat(String, float) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- setFloat(String, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
Set the value to the property identified by the key.
- setFloat(Enum<?>, float) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setFloat
(key.name(), value)
.
- setInt(String, int) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to edit().putInt(key, value).commit()
on the internal SharedPreferences instance.
- setInt(String, int) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- setInt(String, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Set the value to the property identified by the key.
- setInt(Enum<?>, int) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setInt
(key.name(), value)
.
- setLong(String, long) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to edit().putLong(key, value).commit()
on the internal SharedPreferences instance.
- setLong(String, long) - Method in class com.neovisionaries.android.util.StringBasedTypedProperties
-
- setLong(String, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
Set the value to the property identified by the key.
- setLong(Enum<?>, long) - Method in class com.neovisionaries.android.util.TypedProperties
-
Equivalent to
setLong
(key.name(), value)
.
- setRedirectUri(URL) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the redirect URI (= the value of redirect_uri
parameter
(OPTIONAL parameter)).
- setRedirectUri(String) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the redirect URI (= the value of redirect_uri
parameter
(OPTIONAL parameter)).
- setRefreshToken(String) - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Set the refresh token (= the value of refresh_token
parameter
(OPTIONAL parameter)).
- setResponseType(ResponseType) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the response type (= the value of response_type
parameter (REQUIRED parameter)).
- setRestarting(boolean) - Method in class com.neovisionaries.android.app.App
-
Set the restart state of this application.
- setScope(String) - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Set the space-delimited scope list (= the value of scope
parameter (OPTIONAL parameter)).
- setScopeDelimiter(char) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the delimiter for scopes.
- setScopeSet(Set<String>) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the scopes, which are elements in the value of
scope
parameter (OPTIONAL parameter).
- setState(String) - Method in class com.neovisionaries.android.oauth20.AuthorizationRequest
-
Set the state (= the value of state
parameter
(RECOMMENDED parameter)).
- setStopping(boolean) - Method in class com.neovisionaries.android.app.App
-
Set the termination state of this application.
- setString(String, String) - Method in class com.neovisionaries.android.util.Preferences
-
Equivalent to edit().putString(key, value).commit()
on the internal SharedPreferences instance.
- setString(String, String) - Method in class com.neovisionaries.android.util.PropertiesWrapper
-
- setString(String, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
Set the value to the property identified by the key.
- setString(Enum<?>, String) - Method in class com.neovisionaries.android.util.TypedProperties
-
- setTokenType(String) - Method in class com.neovisionaries.android.oauth20.AccessToken
-
Set the token type (= the value of token_type
(REQUIRED parameter)).
- StringBasedTypedProperties - Class in com.neovisionaries.android.util
-
This is an abstract class that provides getters and setters
for key-value pairs.
- StringBasedTypedProperties() - Constructor for class com.neovisionaries.android.util.StringBasedTypedProperties
-
- SystemServices - Class in com.neovisionaries.android.util
-
System service utility.
- v(String, String) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of VERBOSE level by calling Log.v
(tag, message)
.
- v(String, String, Throwable) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of VERBOSE level by calling Log.v
(tag, message, cause)
.
- v(Object, String) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of VERBOSE level.
- v(Object, String, Throwable) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of VERBOSE level.
- v(Object, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of VERBOSE level.
- v(Object, Throwable, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
Emit a log message of VERBOSE level.
- valueOf(String) - Static method in enum com.neovisionaries.android.oauth20.OAuth20Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.neovisionaries.android.oauth20.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.neovisionaries.android.util.PropertiesLoader.FileLocation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.neovisionaries.android.oauth20.OAuth20Error
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.neovisionaries.android.oauth20.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.neovisionaries.android.util.PropertiesLoader.FileLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vformat(Object, String, Object...) - Static method in class com.neovisionaries.android.util.L
-
- vformat(Object, Throwable, String, Object...) - Static method in class com.neovisionaries.android.util.L
-