| Interface | Description |
|---|---|
| ContextInstrumenter.Provider |
An provider of instrumented
Contexts. |
| Class | Description |
|---|---|
| BuildUtil |
This is a utility class to determine information about the build of the app.
|
| ContextInstrumenter |
An instrumenter of
Contexts for test purposes. |
| CoreLibConstants |
This is a utility class containing global constants for the app.
|
| CryptographicHashUtil |
This is a utility class to generate cryptographic hashes.
|
| DeviceIdentifier |
This is a utility class to uniquely determine the identity of the device.
|
| DeviceUtil |
Utility class for methods pertaining to the user's device.
|
| DistanceUtil |
Utilities to convert distances to other units.
|
| EnvironmentUtil |
This is a utility class to determine information about the environment the app is running under.
|
| ExceptionUtil |
Utilities for creating common
Exceptions. |
| IsoDateUtils |
Helper utility class to handle date operations.
|
| Key |
Utilities for creating common key constants.
|
| LinkHeaderParser |
A regular expression -based parser implementing RFC5988.
|
| LinkHeaderParser.LinkHeader |
An immutable representation of a "Link:" header.
|
| LogManager |
This is a utility class to wrap the Android
Log class. |
| NullUtils | |
| PermissionUtil |
This is a utility class to check permissions available to the current app.
|
| PreconditionUtil |
This is a utility class to enforce preconditions.
|
| SandboxUtils |
Utility used to determine whether to grab production or sandbox resources.
|
| StrictModeUtil |
This is a utility class to use
StrictMode without worrying about backwards
compatibility. |
| ThreadUtil |
This is a utility class for thread management on Android.
|
| Enum | Description |
|---|---|
| CryptographicHashUtil.Algorithms |
Set of cryptographic hashing algorithms that can be used with
CryptographicHashUtil.getHexHash(String, Algorithms). |
| DistanceUtil.DistanceUnit |
Common distance units.
|
| Exception | Description |
|---|---|
| LinkHeaderParser.MalformedLinkHeaderException |
This is thrown if there is an error parsing the link.
|