Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
DIpMemoryStoreTest.java129 mStore.retrieveNetworkAttributes(l2Key, in testNetworkAttributes()
137 verify(mMockService, times(1)).retrieveNetworkAttributes(eq(l2Key), any()); in testNetworkAttributes()
210 mStore.retrieveNetworkAttributes(l2Key, in testEnqueuedIpMsRequests()
235 inOrder.verify(mMockService).retrieveNetworkAttributes(eq(l2Key), any()); in testEnqueuedIpMsRequests()
246 doThrow(RemoteException.class).when(mMockService).retrieveNetworkAttributes(any(), any()); in testEnqueuedIpMsRequestsWithException()
256 mStore.retrieveNetworkAttributes(l2Key, in testEnqueuedIpMsRequestsWithException()
299 mStore.retrieveNetworkAttributes(l2Key, in testEnqueuedIpMsRequestsCallbackFunctionWithException()
322 inOrder.verify(mMockService).retrieveNetworkAttributes(eq(l2Key), any()); in testEnqueuedIpMsRequestsCallbackFunctionWithException()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreServiceTest.java465 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved(
481 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved(
496 mService.retrieveNetworkAttributes(l2Key + "nonexistent",
542 mService.retrieveNetworkAttributes(null, onNetworkAttributesRetrieved(
740 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved(
878 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved(
905 mService.retrieveNetworkAttributes("somekey", onNetworkAttributesRetrieved(
915 mService.retrieveNetworkAttributes("somekey", onNetworkAttributesRetrieved(
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java313 IpMemoryStoreDatabase.retrieveNetworkAttributes(mDb, l2Key1); in isSameNetwork()
315 IpMemoryStoreDatabase.retrieveNetworkAttributes(mDb, l2Key2); in isSameNetwork()
344 public void retrieveNetworkAttributes(@Nullable final String l2Key, in retrieveNetworkAttributes() method in IpMemoryStoreService
361 IpMemoryStoreDatabase.retrieveNetworkAttributes(mDb, l2Key); in retrieveNetworkAttributes()
DIpMemoryStoreDatabase.java408 static NetworkAttributes retrieveNetworkAttributes(@NonNull final SQLiteDatabase db, in retrieveNetworkAttributes() method in IpMemoryStoreDatabase
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStoreClient.java184 public void retrieveNetworkAttributes(@NonNull final String l2Key, in retrieveNetworkAttributes() method in IpMemoryStoreClient
188 () -> service.retrieveNetworkAttributes(l2Key, in retrieveNetworkAttributes()
DIIpMemoryStore.aidl98 void retrieveNetworkAttributes(String l2Key, IOnNetworkAttributesRetrievedListener listener); in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/
DIpClientRootTest.kt254 mStore.retrieveNetworkAttributes(l2Key, listener) in <lambda>()
262 mStore.retrieveNetworkAttributes(l2Key, listener) in <lambda>()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
DIIpMemoryStore.aidl7 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/
DIIpMemoryStore.aidl7 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/
DIIpMemoryStore.aidl7 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/
DIIpMemoryStore.aidl25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/
DIIpMemoryStore.aidl24 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/
DIIpMemoryStore.aidl25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
DIIpMemoryStore.aidl25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
DIIpMemoryStore.aidl41 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/
DIIpMemoryStore.aidl25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/
DIIpMemoryStore.aidl25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/
DIIpMemoryStore.aidl25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
/packages/modules/NetworkStack/tests/integration/signature/android/net/ip/
DIpClientSignatureTest.kt83 }.`when`(mIpMemoryStore).retrieveNetworkAttributes(eq(l2Key), any()) in <lambda>()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java1267 mIpMemoryStore.retrieveNetworkAttributes(mConfiguration.l2Key, listener); in enter()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java979 }).when(mIpMemoryStore).retrieveNetworkAttributes(any(), any());
1402 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());
2979 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());