OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDataLayerSnapshotForUid
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
TrafficStats.java
178
sActiveProfilingStart =
getDataLayerSnapshotForUid
(context);
196
final NetworkStats profilingStop =
getDataLayerSnapshotForUid
(context);
497
private static NetworkStats
getDataLayerSnapshotForUid
(Context context) {
502
return statsService.
getDataLayerSnapshotForUid
(uid);
INetworkStatsService.aidl
37
NetworkStats
getDataLayerSnapshotForUid
(int uid);
/frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java
516
public NetworkStats
getDataLayerSnapshotForUid
(int uid) throws RemoteException {
[
all
...]
Completed in 223 milliseconds