Searched refs:mRemoteSocketFactoryClient (Results 1 – 1 of 1) sorted by relevance
108 private RemoteSocketFactoryClient mRemoteSocketFactoryClient; field in VpnTest133 mRemoteSocketFactoryClient = new RemoteSocketFactoryClient(mActivity); in setUp()134 mRemoteSocketFactoryClient.bind(); in setUp()140 mRemoteSocketFactoryClient.unbind(); in tearDown()525 mRemoteSocketFactoryClient.getUid(), Os.getuid())); in openSocketFdInOtherApp()526 FileDescriptor fd = mRemoteSocketFactoryClient.openSocketFd(host, port, TIMEOUT_MS); in openSocketFdInOtherApp()610 String allowedApps = mRemoteSocketFactoryClient.getPackageName() + "," + mPackageName; in testAppAllowed()626 String disallowedApps = mRemoteSocketFactoryClient.getPackageName() + "," + mPackageName; in testAppDisallowed()