Home
last modified time | relevance | path

Searched refs:forceReevaluation (Results 1 – 12 of 12) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DINetworkMonitor.aidl61 void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DINetworkMonitor.aidl7 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DINetworkMonitor.aidl25 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DINetworkMonitor.aidl25 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DINetworkMonitor.aidl24 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DINetworkMonitor.aidl25 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DINetworkMonitor.aidl25 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DINetworkMonitor.aidl7 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DINetworkMonitor.aidl7 oneway void forceReevaluation(int uid); in forceReevaluation() method
/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java588 public void forceReevaluation(int uid) { in forceReevaluation() method in NetworkStackService.NetworkMonitorConnector
590 mNm.forceReevaluation(uid); in forceReevaluation()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1814 wnm.forceReevaluation(Process.myUid());
1842 wnm.forceReevaluation(Process.myUid());
1879 wnm.forceReevaluation(Process.myUid());
2249 nm.forceReevaluation(Process.myUid());
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java637 public void forceReevaluation(int responsibleUid) { in forceReevaluation() method in NetworkMonitor