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

* commit 'a50d0f8985d811a6a2f49aa65e31892048e96ccf':
  Hide quota APIs until finalized.
This commit is contained in:
Jeff Sharkey
2011-10-06 11:22:40 -07:00
committed by Android Git Automerger

View File

@@ -548,6 +548,8 @@ public class ConnectivityManager {
* Return quota status for the current active network, or {@code null} if no * Return quota status for the current active network, or {@code null} if no
* network is active. Quota status can change rapidly, so these values * network is active. Quota status can change rapidly, so these values
* shouldn't be cached. * shouldn't be cached.
*
* @hide
*/ */
public NetworkQuotaInfo getActiveNetworkQuotaInfo() { public NetworkQuotaInfo getActiveNetworkQuotaInfo() {
try { try {