Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java616 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
626 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
638 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
648 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
659 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
669 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
681 mService.findL2Key(na.build().toParcelable(), onL2KeyResponse((status, key) -> {
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStoreClient.java140 public void findL2Key(@NonNull final NetworkAttributes attributes, in findL2Key() method in IpMemoryStoreClient
144 () -> service.findL2Key(attributes.toParcelable(), in findL2Key()
DIIpMemoryStore.aidl76 void findL2Key(in NetworkAttributesParcelable attributes, IOnL2KeyResponseListener listener); in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/
DIIpMemoryStore.aidl5 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
DIIpMemoryStore.aidl5 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/
DIIpMemoryStore.aidl5 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/
DIIpMemoryStore.aidl22 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
DIIpMemoryStore.aidl23 …oneway void findL2Key(in android.net.ipmemorystore.NetworkAttributesParcelable attributes, android… in findL2Key() method
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpMemoryStoreTest.java172 mStore.findL2Key(TEST_NETWORK_ATTRIBUTES, in testFindL2Key()
178 verify(mMockService, times(1)).findL2Key(mNapCaptor.capture(), any()); in testFindL2Key()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreService.java266 public void findL2Key(@Nullable final NetworkAttributesParcelable attributes, in findL2Key() method in IpMemoryStoreService