Searched refs:TEST_OTHER_DATA_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpMemoryStoreTest.java | 66 private static final String TEST_OTHER_DATA_NAME = TEST_DATA_NAME + "Other"; field in IpMemoryStoreTest 154 mStore.retrieveBlob(l2Key, TEST_CLIENT_ID, TEST_OTHER_DATA_NAME, in testPrivateData() 163 eq(TEST_OTHER_DATA_NAME), any()); in testPrivateData() 220 mStore.retrieveBlob(l2Key, TEST_CLIENT_ID, TEST_OTHER_DATA_NAME, in testEnqueuedIpMsRequests() 239 eq(TEST_OTHER_DATA_NAME), any()); in testEnqueuedIpMsRequests() 266 mStore.retrieveBlob(l2Key, TEST_CLIENT_ID, TEST_OTHER_DATA_NAME, in testEnqueuedIpMsRequestsWithException() 283 eq(TEST_OTHER_DATA_NAME), any()); in testEnqueuedIpMsRequestsWithException() 307 mStore.retrieveBlob(l2Key, TEST_CLIENT_ID, TEST_OTHER_DATA_NAME, in testEnqueuedIpMsRequestsCallbackFunctionWithException() 326 eq(TEST_OTHER_DATA_NAME), any()); in testEnqueuedIpMsRequestsCallbackFunctionWithException()
|