* commit 'ad9c5718daa556fb6907c3f600ea505c1ec3aca0': Hide quota APIs until finalized.
This commit is contained in:
@@ -548,6 +548,8 @@ public class ConnectivityManager {
|
||||
* Return quota status for the current active network, or {@code null} if no
|
||||
* network is active. Quota status can change rapidly, so these values
|
||||
* shouldn't be cached.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public NetworkQuotaInfo getActiveNetworkQuotaInfo() {
|
||||
try {
|
||||
|
||||
@@ -21,6 +21,8 @@ import android.os.Parcelable;
|
||||
|
||||
/**
|
||||
* Information about quota status on a specific network.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public class NetworkQuotaInfo implements Parcelable {
|
||||
private final long mEstimatedBytes;
|
||||
|
||||
Reference in New Issue
Block a user