Searched refs:mRemoteSocketFactoryClient (Results 1 – 1 of 1) sorted by relevance
149 private RemoteSocketFactoryClient mRemoteSocketFactoryClient; field in VpnTest178 mRemoteSocketFactoryClient = new RemoteSocketFactoryClient(mActivity); in setUp()179 mRemoteSocketFactoryClient.bind(); in setUp()186 mRemoteSocketFactoryClient.unbind(); in tearDown()571 mRemoteSocketFactoryClient.getUid(), Os.getuid())); in openSocketFdInOtherApp()572 FileDescriptor fd = mRemoteSocketFactoryClient.openSocketFd(host, port, TIMEOUT_MS); in openSocketFdInOtherApp()790 String allowedApps = mRemoteSocketFactoryClient.getPackageName() + "," + mPackageName; in testAppAllowed()810 String disallowedApps = mRemoteSocketFactoryClient.getPackageName() + "," + mPackageName; in testAppDisallowed()