/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | NetworkMonitorManager.java | 111 public boolean forceReevaluation(int uid) { in forceReevaluation() method in NetworkMonitorManager 114 mNetworkMonitor.forceReevaluation(uid); in forceReevaluation()
|
D | INetworkMonitor.aidl | 61 void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ |
D | INetworkMonitor.aidl | 7 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ |
D | INetworkMonitor.aidl | 25 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ |
D | INetworkMonitor.aidl | 25 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ |
D | INetworkMonitor.aidl | 25 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ |
D | INetworkMonitor.aidl | 26 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ |
D | INetworkMonitor.aidl | 7 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ |
D | INetworkMonitor.aidl | 25 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ |
D | INetworkMonitor.aidl | 7 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ |
D | INetworkMonitor.aidl | 25 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ |
D | INetworkMonitor.aidl | 24 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ |
D | INetworkMonitor.aidl | 26 oneway void forceReevaluation(int uid); in forceReevaluation() method
|
/packages/modules/NetworkStack/src/com/android/server/ |
D | NetworkStackService.java | 598 public void forceReevaluation(int uid) { in forceReevaluation() method in NetworkStackService.NetworkMonitorConnector 600 mNm.forceReevaluation(uid); in forceReevaluation()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 1943 wnm.forceReevaluation(Process.myUid()); 1971 wnm.forceReevaluation(Process.myUid()); 2008 wnm.forceReevaluation(Process.myUid()); 2383 nm.forceReevaluation(Process.myUid()); 2675 monitor.forceReevaluation(Process.myUid());
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 846 doAnswer(validateAnswer).when(mNetworkMonitor).forceReevaluation(anyInt()); in makeNetworkAgent() 3775 mWiFiNetworkAgent.mNetworkMonitor.forceReevaluation(Process.myUid()); in testCaptivePortalApp() 6621 mWiFiNetworkAgent.mNetworkMonitor.forceReevaluation(Process.myUid()); in testPrivateDnsNotification() 6626 mWiFiNetworkAgent.mNetworkMonitor.forceReevaluation(Process.myUid()); in testPrivateDnsNotification() 6633 mWiFiNetworkAgent.mNetworkMonitor.forceReevaluation(Process.myUid()); in testPrivateDnsNotification() 6640 mWiFiNetworkAgent.mNetworkMonitor.forceReevaluation(Process.myUid()); in testPrivateDnsNotification() 7354 mMockVpn.getAgent().mNetworkMonitor.forceReevaluation(Process.myUid()); in testVpnUnvalidated() 13083 workAgent.mNetworkMonitor.forceReevaluation(Process.myUid()); in testPreferenceForUserNetworkUpDown() 13156 workAgent2.mNetworkMonitor.forceReevaluation(Process.myUid()); in testPreferenceForUserNetworkUpDown()
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 639 public void forceReevaluation(int responsibleUid) { in forceReevaluation() method in NetworkMonitor
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 4567 nm.forceReevaluation(mDeps.getCallingUid()); in appRequest() 5119 nai.networkMonitor().forceReevaluation(uid); in handleReportNetworkConnectivity()
|