Home
last modified time | relevance | path

Searched defs:appResponse (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DICaptivePortal.aidl25 void appResponse(int response); in appResponse() method
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DCaptivePortalTest.java49 public void appResponse(final int response) throws RemoteException { in appResponse() method in CaptivePortalTest.MyCaptivePortalImpl
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java4571 public void appResponse(final int response) { in appResponse() method in ConnectivityService.CaptivePortalImpl