diff options
author | 2020-10-02 19:00:43 +0000 | |
---|---|---|
committer | 2020-10-02 19:00:43 +0000 | |
commit | 25993a64d460bcf62949fa9dd1c710253afa6e2b (patch) | |
tree | 81d7847681e94dfe77db3ad62f9c13ce96acc357 | |
parent | 587ecc88b8306f518fd1cf7beef56b7949ae606a (diff) | |
parent | 21b0d25ba8538095259699f77514c0c41cd91cee (diff) |
Merge "Move AIDL files to declared packages." am: 1f125fcd66 am: 66f6e3d77e am: 89d60ad686 am: e143e071d1 am: 21b0d25ba8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1445648
Change-Id: I128cd4bb43e648436318a42dbfef1f70930cbf38
-rw-r--r-- | core/java/com/android/ims/internal/uce/presence/PresCmdID.aidl (renamed from core/java/com/android/ims/internal/uce/presence/PresCmdId.aidl) | 0 | ||||
-rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl | 2 | ||||
-rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/core/java/com/android/ims/internal/uce/presence/PresCmdId.aidl b/core/java/com/android/ims/internal/uce/presence/PresCmdID.aidl index 6ece045ffcf7..6ece045ffcf7 100644 --- a/core/java/com/android/ims/internal/uce/presence/PresCmdId.aidl +++ b/core/java/com/android/ims/internal/uce/presence/PresCmdID.aidl diff --git a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl index cf2cb4ae5eb4..57055f78d03d 100644 --- a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl @@ -14,6 +14,6 @@ * limitations under the License. */ -package android.net.wifi.p2p.servicediscovery; +package android.net.wifi.p2p.nsd; parcelable WifiP2pServiceInfo; diff --git a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl index d5a1e8f505a9..e4d28bb2d39f 100644 --- a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl @@ -14,6 +14,6 @@ * limitations under the License. */ -package android.net.wifi.p2p.servicediscovery; +package android.net.wifi.p2p.nsd; parcelable WifiP2pServiceRequest; |