/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpMemoryStoreTest.java | 142 mStore.retrieveNetworkAttributes(l2Key, in testNetworkAttributes() 150 verify(mMockService, times(1)).retrieveNetworkAttributes(eq(l2Key), any()); in testNetworkAttributes() 223 mStore.retrieveNetworkAttributes(l2Key, in testEnqueuedIpMsRequests() 248 inOrder.verify(mMockService).retrieveNetworkAttributes(eq(l2Key), any()); in testEnqueuedIpMsRequests() 259 doThrow(RemoteException.class).when(mMockService).retrieveNetworkAttributes(any(), any()); in testEnqueuedIpMsRequestsWithException() 269 mStore.retrieveNetworkAttributes(l2Key, in testEnqueuedIpMsRequestsWithException() 312 mStore.retrieveNetworkAttributes(l2Key, in testEnqueuedIpMsRequestsCallbackFunctionWithException() 335 inOrder.verify(mMockService).retrieveNetworkAttributes(eq(l2Key), any()); in testEnqueuedIpMsRequestsCallbackFunctionWithException()
|
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreService.java | 317 IpMemoryStoreDatabase.retrieveNetworkAttributes(mDb, l2Key1); in isSameNetwork() 319 IpMemoryStoreDatabase.retrieveNetworkAttributes(mDb, l2Key2); in isSameNetwork() 348 public void retrieveNetworkAttributes(@Nullable final String l2Key, in retrieveNetworkAttributes() method in IpMemoryStoreService 365 IpMemoryStoreDatabase.retrieveNetworkAttributes(mDb, l2Key); in retrieveNetworkAttributes()
|
D | IpMemoryStoreDatabase.java | 506 static NetworkAttributes retrieveNetworkAttributes(@NonNull final SQLiteDatabase db, in retrieveNetworkAttributes() method in IpMemoryStoreDatabase
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | IpMemoryStoreClient.java | 185 public void retrieveNetworkAttributes(@NonNull final String l2Key, in retrieveNetworkAttributes() method in IpMemoryStoreClient 189 () -> service.retrieveNetworkAttributes(l2Key, in retrieveNetworkAttributes()
|
D | IIpMemoryStore.aidl | 99 void retrieveNetworkAttributes(String l2Key, IOnNetworkAttributesRetrievedListener listener); in retrieveNetworkAttributes() method
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 560 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved( 576 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved( 591 mService.retrieveNetworkAttributes(l2Key + "nonexistent", 637 mService.retrieveNetworkAttributes(null, onNetworkAttributesRetrieved( 839 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved( 996 mService.retrieveNetworkAttributes(l2Key, onNetworkAttributesRetrieved( 1023 mService.retrieveNetworkAttributes("somekey", onNetworkAttributesRetrieved( 1033 mService.retrieveNetworkAttributes("somekey", onNetworkAttributesRetrieved(
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/ |
D | IIpMemoryStore.aidl | 7 …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/ |
D | IIpMemoryStore.aidl | 7 …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/ |
D | IIpMemoryStore.aidl | 25 …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/ |
D | IIpMemoryStore.aidl | 24 …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/ |
D | IIpMemoryStore.aidl | 7 …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/ |
D | IIpMemoryStore.aidl | 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
|
/packages/modules/NetworkStack/tests/integration/root/android/net/ip/ |
D | IpClientRootTest.kt | 284 mStore.retrieveNetworkAttributes(l2Key, listener) in <lambda>() 292 mStore.retrieveNetworkAttributes(l2Key, listener) in <lambda>()
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/ |
D | IIpMemoryStore.aidl | 25 …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/ |
D | IIpMemoryStore.aidl | 25 …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/ |
D | IIpMemoryStore.aidl | 25 …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/ |
D | IIpMemoryStore.aidl | 25 …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/ |
D | IIpMemoryStore.aidl | 41 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/11/android/net/ |
D | IIpMemoryStore.aidl | 41 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes… in retrieveNetworkAttributes() method
|
/packages/modules/NetworkStack/tests/integration/signature/android/net/ip/ |
D | IpClientSignatureTest.kt | 109 }.`when`(mIpMemoryStore).retrieveNetworkAttributes(eq(l2Key), any()) in <lambda>()
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpClient.java | 1293 mIpMemoryStore.retrieveNetworkAttributes(mConfiguration.l2Key, listener); in enter()
|
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/ |
D | IpClientIntegrationTestCommon.java | 1062 }).when(mIpMemoryStore).retrieveNetworkAttributes(any(), any()); 1471 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any()); 3042 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());
|