Home
last modified time | relevance | path

Searched defs:notifyCaptivePortalAppFinished (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/
DINetworkMonitor.aidl5 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/
DINetworkMonitor.aidl23 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/
DINetworkMonitor.aidl23 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/
DINetworkMonitor.aidl22 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DINetworkMonitor.aidl59 void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/
DINetworkMonitor.aidl23 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/
DINetworkMonitor.aidl23 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/
DINetworkMonitor.aidl5 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/
DINetworkMonitor.aidl5 oneway void notifyCaptivePortalAppFinished(int response); in notifyCaptivePortalAppFinished() method
/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java576 public void notifyCaptivePortalAppFinished(int response) { in notifyCaptivePortalAppFinished() method in NetworkStackService.NetworkMonitorConnector
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java706 public void notifyCaptivePortalAppFinished(int response) { in notifyCaptivePortalAppFinished() method in NetworkMonitor