Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/
DIpMemoryStoreTest.java117 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testNetworkAttributes()
120 verify(mMockService, times(1)).storeNetworkAttributes(eq(l2Key), in testNetworkAttributes()
202 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testEnqueuedIpMsRequests()
229 inOrder.verify(mMockService).storeNetworkAttributes(eq(l2Key), mNapCaptor.capture(), any()); in testEnqueuedIpMsRequests()
248 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testEnqueuedIpMsRequestsWithException()
274 inOrder.verify(mMockService).storeNetworkAttributes(eq(l2Key), mNapCaptor.capture(), any()); in testEnqueuedIpMsRequestsWithException()
291 mStore.storeNetworkAttributes(l2Key, TEST_NETWORK_ATTRIBUTES, in testEnqueuedIpMsRequestsCallbackFunctionWithException()
315 inOrder.verify(mMockService).storeNetworkAttributes(eq(l2Key), mNapCaptor.capture(), in testEnqueuedIpMsRequestsCallbackFunctionWithException()
/frameworks/base/services/net/java/android/net/
DIpMemoryStoreClient.java86 public void storeNetworkAttributes(@NonNull final String l2Key, in storeNetworkAttributes() method in IpMemoryStoreClient
91 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes()
DIIpMemoryStore.aidl45 void storeNetworkAttributes(String l2Key, in NetworkAttributesParcelable attributes, in storeNetworkAttributes() method
/frameworks/base/services/net/aidl/ipmemorystore/2/android/net/
DIIpMemoryStore.aidl3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
/frameworks/base/services/net/aidl/ipmemorystore/1/android/net/
DIIpMemoryStore.aidl3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
/frameworks/base/services/net/aidl/ipmemorystore/3/android/net/
DIIpMemoryStore.aidl20 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method