Home
last modified time | relevance | path

Searched refs:mShim (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/shim/
DShimUtilsRAndSTest.java30 private ShimUtilsRAndS mShim = new ShimUtilsRAndS(); field in ShimUtilsRAndSTest
35 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException()
38 assertSame(ikeException, mShim.getWrappedIkeException(ikeException)); in testGetWrappedIkeException()
44 mShim.getRetransmissionFailedException("testGetRetransmissionFailedException"); in testGetRetransmissionFailedException()
50 final IOException exception = mShim.getDnsFailedException("testGetDnsFailedException"); in testGetDnsFailedException()
DShimUtilsTTest.java32 private ShimUtilsT mShim = new ShimUtilsT(); field in ShimUtilsTTest
37 final IkeException ikeException = mShim.getWrappedIkeException(ioException); in testGetWrappedIkeException()
40 assertSame(ikeException, mShim.getWrappedIkeException(ikeException)); in testGetWrappedIkeException()
46 mShim.getRetransmissionFailedException("testGetRetransmissionFailedException"); in testGetRetransmissionFailedException()
52 final IOException exception = mShim.getDnsFailedException("testGetDnsFailedException"); in testGetDnsFailedException()
/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerTestBase.java47 protected GlobalSearchSessionShim mShim; field in AppsIndexerTestBase
74 mShim = GlobalSearchSessionShimImpl.createGlobalSearchSessionAsync(mContext).get(); in setUp()
79 if (mShim != null && mCallback != null) { in tearDown()
80 mShim.unregisterObserverCallback(mContext.getPackageName(), mCallback); in tearDown()
102 mShim.unregisterObserverCallback(mContext.getPackageName(), mCallback); in setupLatch()
133 mShim.registerObserverCallback( in setupLatch()
DAppsIndexerRealDocumentsTest.java147 mShim.unregisterObserverCallback(testPackage, mCallback); in testRealIndexing()
150 mShim.search( in testRealIndexing()
DAppsIndexerManagerServiceTest.java88 private GlobalSearchSessionShim mShim; field in AppsIndexerManagerServiceTest
/packages/modules/NetworkStack/src/android/net/ip/
DIpClientLinkObserver.java159 private final NetworkInformationShim mShim; field in IpClientLinkObserver
204 mShim = NetworkInformationShimImpl.newInstance(); in IpClientLinkObserver()
419 updatePref64(mShim.getNat64Prefix(mLinkProperties), mNat64PrefixExpiry, in onAlarm()
450 final IpPrefix currentPrefix = mShim.getNat64Prefix(mLinkProperties); in updatePref64()
470 mShim.setNat64Prefix(mLinkProperties, prefix); in updatePref64()
474 mShim.setNat64Prefix(mLinkProperties, null); in updatePref64()
DIpClient.java217 private final NetworkInformationShim mShim = NetworkInformationShimImpl.newInstance(); field in IpClient
285 private final NetworkInformationShim mShim; field in IpClient.IpClientCallbacksWrapper
296 mShim = shim; in IpClientCallbacksWrapper()
352 mCallback.onProvisioningSuccess(mShim.makeSensitiveFieldsParcelingCopy(newLp)); in onProvisioningSuccess()
364 mCallback.onProvisioningFailure(mShim.makeSensitiveFieldsParcelingCopy(newLp)); in onProvisioningFailure()
376 mCallback.onLinkPropertiesChange(mShim.makeSensitiveFieldsParcelingCopy(newLp)); in onLinkPropertiesChange()
960 mCallback = new IpClientCallbacksWrapper(callback, mLog, mApfLog, mShim, mApfDebug); in IpClient()
1866 mShim.setNat64Prefix(newLp, mShim.getNat64Prefix(netlinkLinkProperties)); in assembleLinkProperties()
1916 mShim.setDhcpServerAddress(newLp, mDhcpResults.serverAddress); in assembleLinkProperties()