move IApnSourceService.aidl to android.service.carrier
Bug: 140908357
Test: Build & Manual
Change-Id: I21b83798f5ecd819627a7168c167cf3cfe99dd68
(cherry picked from commit 478ba408d3)
Merged-in: I21b83798f5ecd819627a7168c167cf3cfe99dd68
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user