Searched refs:storeNetworkAttributes (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/net/java/android/net/ |
D | IpMemoryStoreTest.java | 117 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/ |
D | IpMemoryStoreClient.java | 86 public void storeNetworkAttributes(@NonNull final String l2Key, in storeNetworkAttributes() method in IpMemoryStoreClient 91 () -> service.storeNetworkAttributes(l2Key, attributes.toParcelable(), in storeNetworkAttributes()
|
D | IIpMemoryStore.aidl | 45 void storeNetworkAttributes(String l2Key, in NetworkAttributesParcelable attributes, in storeNetworkAttributes() method
|
/frameworks/base/services/net/aidl/ipmemorystore/2/android/net/ |
D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/frameworks/base/services/net/aidl/ipmemorystore/1/android/net/ |
D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|
/frameworks/base/services/net/aidl/ipmemorystore/3/android/net/ |
D | IIpMemoryStore.aidl | 20 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar… in storeNetworkAttributes() method
|