Home
last modified time | relevance | path

Searched refs:appResponse (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DCaptivePortal.java109 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED); in reportCaptivePortalDismissed()
123 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED); in ignoreNetwork()
140 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS); in useNetwork()
DICaptivePortal.aidl25 void appResponse(int response); in appResponse() method
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/jni/
DNativeRemoteAuthService.java91 byte[] appResponse, long platformHandle, long responseHandle); in native_on_send_request_success() argument
/packages/modules/Connectivity/tests/common/java/android/net/
DCaptivePortalTest.java49 public void appResponse(final int response) throws RemoteException { in appResponse() method in CaptivePortalTest.MyCaptivePortalImpl
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt164 Landroid/net/ICaptivePortal$Stub$Proxy;->appResponse(I)V
171 Landroid/net/ICaptivePortal;->appResponse(I)V
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6273 public void appResponse(final int response) {