move IApnSourceService.aidl to android.service.carrier

am: 2a03dd50ce

Change-Id: Icb6e2e2cf89ad53dfc1af2a90d138145a22f634e
This commit is contained in:
Chen Xu
2019-12-13 22:09:00 -08:00
committed by android-build-merger
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import com.android.internal.telephony.IApnSourceService;
import android.service.carrier.IApnSourceService;
import java.util.List;

View File

@@ -14,10 +14,11 @@
* limitations under the License.
*/
package com.android.internal.telephony;
package android.service.carrier;
import android.content.ContentValues;
/** @hide */
interface IApnSourceService {
/** Retreive APNs. */
ContentValues[] getApns(int subId);