Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/
DIpMemoryStoreClient.java58 private void ignoringRemoteException(ThrowingRunnable r) { in ignoringRemoteException() method in IpMemoryStoreClient
59 ignoringRemoteException("Failed to execute remote procedure call", r); in ignoringRemoteException()
62 private void ignoringRemoteException(String message, ThrowingRunnable r) { in ignoringRemoteException() method in IpMemoryStoreClient
90 runWhenServiceReady(service -> ignoringRemoteException( in storeNetworkAttributes()
94 ignoringRemoteException("Error storing network attributes", in storeNetworkAttributes()
114 runWhenServiceReady(service -> ignoringRemoteException( in storeBlob()
118 ignoringRemoteException("Error storing blob", in storeBlob()
140 runWhenServiceReady(service -> ignoringRemoteException( in findL2Key()
144 ignoringRemoteException("Error finding L2 Key", in findL2Key()
161 runWhenServiceReady(service -> ignoringRemoteException( in isSameNetwork()
[all …]