Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7667e7ab authored by Jake Hamby's avatar Jake Hamby
Browse files

Fix some frameworks-telephony test compile errors.

Fix some frameworks-telephony test case compile errors due to
package name change for ApnSetting and additional methods added
to BaseCommands.

Change-Id: I72a9caabd6b7d09e9d0f1e39ab7bd24fa0e60594
parent 94354e82
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -16,11 +16,12 @@

package com.android.internal.telephony;

import junit.framework.TestCase;
import android.telephony.Rlog;

import android.test.suitebuilder.annotation.SmallTest;

import com.android.internal.telephony.dataconnection.ApnSetting;

import junit.framework.TestCase;

public class ApnSettingTest extends TestCase {

    public static final String[] TYPES = {"default", "*"};
+8 −0
Original line number Diff line number Diff line
@@ -614,6 +614,14 @@ class UsimDataDownloadCommands extends BaseCommands {
    public void getVoiceRadioTechnology(Message response) {
    }

    @Override
    public void getCellInfoList(Message result) {
    }

    @Override
    public void setCellInfoListRate(int rateInMillis, Message response) {
    }

    @Override
    public void getIMSIForApp(String aid, Message result) {
    }