Searched defs:readNetworkStatsDetail (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java185 public NetworkStats readNetworkStatsDetail() throws IOException { method in class:NetworkStatsFactory
186 return readNetworkStatsDetail(UID_ALL, null, TAG_ALL, null);
189 public NetworkStats readNetworkStatsDetail(int limitUid, String[] limitIfaces, int limitTag, method in class:NetworkStatsFactory
/frameworks/base/core/jni/
H A Dcom_android_internal_net_NetworkStatsFactory.cpp96 static int readNetworkStatsDetail(JNIEnv* env, jclass clazz, jobject stats, function in namespace:android
299 (void*) readNetworkStatsDetail }

Completed in 1296 milliseconds