summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/INetworkStatsService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/net/INetworkStatsService.aidl')
-rw-r--r--core/java/android/net/INetworkStatsService.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/net/INetworkStatsService.aidl b/core/java/android/net/INetworkStatsService.aidl
index b7b8731..2c3881c 100644
--- a/core/java/android/net/INetworkStatsService.aidl
+++ b/core/java/android/net/INetworkStatsService.aidl
@@ -40,8 +40,12 @@ interface INetworkStatsService {
/** Mark given UID as being in foreground for stats purposes. */
void setUidForeground(int uid, boolean uidForeground);
+
+ /** Force update of ifaces. */
+ void forceUpdateIfaces();
/** Force update of statistics. */
void forceUpdate();
+
/** Advise persistance threshold; may be overridden internally. */
void advisePersistThreshold(long thresholdBytes);