Merge changes Id598ae1d,I475bd011

* changes:
  Fix a possible crash when the listener is null
  Straighten AIDL interface for the memory store
This commit is contained in:
Chalard Jean
2019-04-22 02:15:04 +00:00
committed by Gerrit Code Review

View File

@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.android.server.net.ipmemorystore; package com.android.server.connectivity.ipmemorystore;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;