Home
last modified time | relevance | path

Searched refs:getHistoryIntervalForUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/net/java/android/app/usage/
DNetworkStatsManagerTest.java109 when(mStatsSession.getHistoryIntervalForUid(any(NetworkTemplate.class), in testQueryDetails()
120 when(mStatsSession.getHistoryIntervalForUid(any(NetworkTemplate.class), in testQueryDetails()
182 when(mStatsSession.getHistoryIntervalForUid(any(NetworkTemplate.class), in testQueryDetails_NoSubscriberId()
186 verify(mStatsSession, times(1)).getHistoryIntervalForUid( in testQueryDetails_NoSubscriberId()
194 verify(mStatsSession, times(1)).getHistoryIntervalForUid( in testQueryDetails_NoSubscriberId()
/frameworks/base/core/java/android/net/
DINetworkStatsSession.aidl43 …NetworkStatsHistory getHistoryIntervalForUid(in NetworkTemplate template, int uid, int set, int ta… in getHistoryIntervalForUid() method
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java551 mHistory = mSession.getHistoryIntervalForUid(mTemplate, uid, in startHistoryEnumeration()
574 NetworkStatsHistory history = mSession.getHistoryIntervalForUid(mTemplate, uid, in startUserUidEnumeration()
597 mHistory = mSession.getHistoryIntervalForUid(mTemplate, getUid(), in stepHistory()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java750 public NetworkStatsHistory getHistoryIntervalForUid( in openSessionInternal() method
/frameworks/base/services/
Dart-profile20583 HPLcom/android/server/net/NetworkStatsService$1;->getHistoryIntervalForUid(Landroid/net/NetworkTemp…