am ad9c5718: am a50d0f89: Merge "Hide quota APIs until finalized." into ics-factoryrom

* commit 'ad9c5718daa556fb6907c3f600ea505c1ec3aca0':
  Hide quota APIs until finalized.
This commit is contained in:
Jeff Sharkey
2011-10-06 15:17:46 -07:00
committed by Android Git Automerger
4 changed files with 4 additions and 22 deletions

View File

@@ -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 {

View File

@@ -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;