Searched refs:getHistoryIntervalForUid (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/net/java/android/app/usage/ |
D | NetworkStatsManagerTest.java | 109 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/ |
D | INetworkStatsSession.aidl | 43 …NetworkStatsHistory getHistoryIntervalForUid(in NetworkTemplate template, int uid, int set, int ta… in getHistoryIntervalForUid() method
|
/frameworks/base/core/java/android/app/usage/ |
D | NetworkStats.java | 551 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/ |
D | NetworkStatsService.java | 783 public NetworkStatsHistory getHistoryIntervalForUid(
|
/frameworks/base/services/ |
D | art-profile | 9034 PLcom/android/server/net/NetworkStatsService$1;->getHistoryIntervalForUid(Landroid/net/NetworkTempl…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 43520 Landroid/net/INetworkStatsSession$Stub$Proxy;->getHistoryIntervalForUid(Landroid/net/NetworkTemplat… 43538 Landroid/net/INetworkStatsSession;->getHistoryIntervalForUid(Landroid/net/NetworkTemplate;IIIIJJ)La…
|