Searched refs:getHistoryIntervalForUid (Results 1 – 5 of 5) 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 | 750 public NetworkStatsHistory getHistoryIntervalForUid( in openSessionInternal() method
|
/frameworks/base/services/ |
D | art-profile | 20583 HPLcom/android/server/net/NetworkStatsService$1;->getHistoryIntervalForUid(Landroid/net/NetworkTemp…
|