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

Commit 0c80e6e8 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove obsolete reference to ServiceManagerNative." am: e84d527a am:...

Merge "Remove obsolete reference to ServiceManagerNative." am: e84d527a am: 8d3bcd0d am: 23f838c4
am: a1f7da9e

Change-Id: Ia99ad1e5a73a9db741543f479b98b39e67370917
parents 637918fb a1f7da9e
Loading
Loading
Loading
Loading
+2 −15
Original line number Diff line number Diff line
@@ -18,22 +18,9 @@ package com.android.internal.telephony;

import com.android.internal.telephony.uicc.AdnRecord;



/** Interface for applications to access the ICC phone book.
 *
 * <p>The following code snippet demonstrates a static method to
 * retrieve the IIccPhoneBook interface from Android:</p>
 * <pre>private static IIccPhoneBook getSimPhoneBookInterface()
            throws DeadObjectException {
    IServiceManager sm = ServiceManagerNative.getDefault();
    IIccPhoneBook spb;
    spb = IIccPhoneBook.Stub.asInterface(sm.getService("iccphonebook"));
    return spb;
}
 * </pre>
/**
 * Interface for applications to access the ICC phone book.
 */

interface IIccPhoneBook {

    /**