| /packages/modules/Connectivity/tests/unit/java/android/net/ | 
| D | IpMemoryStoreTest.java | 120         final String l2Key = "fakeKey";  in testNetworkAttributes()  local145         final String l2Key = "fakeKey";  in testPrivateData()  local
 170         final String l2Key = "fakeKey";  in testFindL2Key()  local
 204         final String l2Key = "fakeKey";  in testEnqueuedIpMsRequests()  local
 250         final String l2Key = "fakeKey";  in testEnqueuedIpMsRequestsWithException()  local
 293         final String l2Key = "fakeKey";  in testEnqueuedIpMsRequestsCallbackFunctionWithException()  local
 
 | 
| /packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/ | 
| D | IpMemoryStoreService.java | 167     public void storeNetworkAttributes(@Nullable final String l2Key,  in storeNetworkAttributes()198     public void storeBlob(@Nullable final String l2Key, @Nullable final String clientId,  in storeBlob()
 221     private int storeNetworkAttributesAndBlobSync(@Nullable final String l2Key,  in storeNetworkAttributesAndBlobSync()
 344     public void retrieveNetworkAttributes(@Nullable final String l2Key,  in retrieveNetworkAttributes()
 351                             makeStatus(ERROR_ILLEGAL_ARGUMENT), l2Key, null);  in retrieveNetworkAttributes()  local
 356                             makeStatus(ERROR_DATABASE_CANNOT_BE_OPENED), l2Key, null);  in retrieveNetworkAttributes()  local
 362                     listener.onNetworkAttributesRetrieved(makeStatus(SUCCESS), l2Key,  in retrieveNetworkAttributes()  local
 385     public void retrieveBlob(@NonNull final String l2Key, @NonNull final String clientId,  in retrieveBlob()
 391                     listener.onBlobRetrieved(makeStatus(ERROR_ILLEGAL_ARGUMENT), l2Key, name, null);  in retrieveBlob()  local
 395                     listener.onBlobRetrieved(makeStatus(ERROR_DATABASE_CANNOT_BE_OPENED), l2Key,  in retrieveBlob()  local
 [all …]
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/ | 
| D | IIpMemoryStore.aidl | 37 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()38 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 41 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 42 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 44 …oneway void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountList…  in delete()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/src/android/net/ | 
| D | IIpMemoryStore.aidl | 45     void storeNetworkAttributes(String l2Key, in NetworkAttributesParcelable attributes,  in storeNetworkAttributes()59     void storeBlob(String l2Key, String clientId, String name, in Blob data,  in storeBlob()
 98     void retrieveNetworkAttributes(String l2Key, IOnNetworkAttributesRetrievedListener listener);  in retrieveNetworkAttributes()
 111     void retrieveBlob(String l2Key, String clientId, String name,  in retrieveBlob()
 134     void delete(String l2Key, boolean needWipe, IOnStatusAndCountListener listener);  in delete()
 
 | 
| D | IpMemoryStoreClient.java | 87     public void storeNetworkAttributes(@NonNull final String l2Key,  in storeNetworkAttributes()112     public void storeBlob(@NonNull final String l2Key, @NonNull final String clientId,  in storeBlob()
 184     public void retrieveNetworkAttributes(@NonNull final String l2Key,  in retrieveNetworkAttributes()
 208     public void retrieveBlob(@NonNull final String l2Key, @NonNull final String clientId,  in retrieveBlob()
 236     public void delete(@NonNull final String l2Key, final boolean needWipe,  in delete()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/ | 
| D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()22 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 26 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 28 …oneway void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountList…  in delete()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/ | 
| D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()22 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 26 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 28 …oneway void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountList…  in delete()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/ | 
| D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()22 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 26 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 28 …oneway void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountList…  in delete()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/ | 
| D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()22 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 26 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 28 …oneway void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountList…  in delete()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/ | 
| D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()4 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 7 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 8 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/ | 
| D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()4 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 7 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 8 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/ | 
| D | IIpMemoryStore.aidl | 20 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()21 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 24 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 25 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/ | 
| D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()22 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 26 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/ | 
| D | IIpMemoryStore.aidl | 21 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()22 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 25 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 26 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/ | 
| D | IIpMemoryStore.aidl | 3 …oneway void storeNetworkAttributes(String l2Key, in android.net.ipmemorystore.NetworkAttributesPar…  in storeNetworkAttributes()4 …oneway void storeBlob(String l2Key, String clientId, String name, in android.net.ipmemorystore.Blo…  in storeBlob()
 7 …oneway void retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributes…  in retrieveNetworkAttributes()
 8 …oneway void retrieveBlob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOn…  in retrieveBlob()
 
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 21 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 21 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 20 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 37 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 21 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 26      void onL2KeyResponse(in StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 3 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 21 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 21 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 | 
| /packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/ipmemorystore/ | 
| D | IOnL2KeyResponseListener.aidl | 3 …oneway void onL2KeyResponse(in android.net.ipmemorystore.StatusParcelable status, in String l2Key);  in onL2KeyResponse()
 |