Class | Description |
---|---|
NetworkConnectivityListener | Deprecated
Code tempted to use this class should simply listen for connectivity intents
(or poll ConnectivityManager) directly.
|
OperationScheduler |
Tracks the success/failure history of a particular network operation in
persistent storage and computes retry strategy accordingly.
|
OperationScheduler.Options |
Tunable parameter options for
OperationScheduler.getNextTimeMillis(com.android.common.OperationScheduler.Options) . |
Rfc822InputFilter |
Implements special address cleanup rules:
The first space key entry following an "@" symbol that is followed by any combination
of letters and symbols, including one+ dots and zero commas, should insert an extra
comma (followed by the space).
|
Rfc822Validator | Deprecated
In the future make sure we don't quietly alter the user's
text in ways they did not intend.
|
Search |
Utilities for search implementations.
|
SharedPreferencesCompat |
Reflection utils to call SharedPreferences$Editor.apply when possible,
falling back to commit when apply isn't available.
|
Enum | Description |
---|---|
NetworkConnectivityListener.State |