Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DINetworkStatsService.aidl95 void noteUidForeground(int uid, boolean uidForeground); in noteUidForeground() method
/packages/modules/Connectivity/framework-t/src/android/app/usage/
DNetworkStatsManager.java1149 public void noteUidForeground(int uid, boolean uidForeground) { in noteUidForeground() method in NetworkStatsManager
1151 mService.noteUidForeground(uid, uidForeground); in noteUidForeground()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java815 mService.noteUidForeground(UID_RED, false); in testStatsRebootPersist()
818 mService.noteUidForeground(UID_RED, true); in testStatsRebootPersist()
1574 mService.noteUidForeground(UID_RED, true); in testForegroundBackground()
2192 mService.noteUidForeground(UID_RED, false); in testDataMigration()
2195 mService.noteUidForeground(UID_RED, true); in testDataMigration()
/packages/modules/Connectivity/framework-t/api/
Dmodule-lib-current.txt9 …WORK_STACK, android.Manifest.permission.NETWORK_STACK}) public void noteUidForeground(int, boolean…
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java2065 public void noteUidForeground(int uid, boolean uidForeground) {