to top
Android APIs
public class

TrafficStatsCompatIcs

extends Object
java.lang.Object
   ↳ android.support.v4.net.TrafficStatsCompatIcs

Class Overview

Implementation of TrafficStatsCompat that can call ICS APIs.

Summary

Public Constructors

? Examples
TrafficStatsCompatIcs()
Public Methods

? Examples
static void clearThreadStatsTag()

? Examples
static int getThreadStatsTag()

? Examples
static void incrementOperationCount(int operationCount)

? Examples
static void incrementOperationCount(int tag, int operationCount)

? Examples
static void setThreadStatsTag(int tag)

? Examples
static void tagSocket( Socket socket)

? Examples
static void untagSocket( Socket socket)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TrafficStatsCompatIcs ()

Public Methods

public static void clearThreadStatsTag ()

public static int getThreadStatsTag ()

public static void incrementOperationCount (int operationCount)

public static void incrementOperationCount (int tag, int operationCount)

public static void setThreadStatsTag (int tag)

public static void tagSocket (Socket socket)

public static void untagSocket (Socket socket)

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.