OSDN Git Service

Move NattKeepalivePacketData out of the framework
authorAaron Huang <huangaaron@google.com>
Tue, 2 Apr 2019 07:36:00 +0000 (15:36 +0800)
committerAaron Huang <huangaaron@google.com>
Fri, 19 Apr 2019 16:37:19 +0000 (00:37 +0800)
For implementing parcelable interface for NattKeepalivePacketData.
Move this class out of framework.jar and move to services.jar

This class is used in telephony-common.jar and it also loads
service.jar.

Bug: 33530442
Test: - build pass
      - atest NetworkStackTests
      - atest ConnectivityServiceTest

Change-Id: Id2fdec5c4015d2cefd8a93e0cfdcc3c304fc9b64

services/net/java/android/net/NattKeepalivePacketData.java [moved from core/java/android/net/NattKeepalivePacketData.java with 100% similarity]