public class UiccPhoneBookController
extends IIccPhoneBook.Stub
Constructor and Description |
---|
UiccPhoneBookController(Phone[] phone) |
Modifier and Type | Method and Description |
---|---|
List<AdnRecord> |
getAdnRecordsInEf(int efid) |
List<AdnRecord> |
getAdnRecordsInEfForSubscriber(int subId,
int efid) |
int[] |
getAdnRecordsSize(int efid) |
int[] |
getAdnRecordsSizeForSubscriber(int subId,
int efid) |
boolean |
updateAdnRecordsInEfByIndex(int efid,
String newTag,
String newPhoneNumber,
int index,
String pin2) |
boolean |
updateAdnRecordsInEfByIndexForSubscriber(int subId,
int efid,
String newTag,
String newPhoneNumber,
int index,
String pin2) |
boolean |
updateAdnRecordsInEfBySearch(int efid,
String oldTag,
String oldPhoneNumber,
String newTag,
String newPhoneNumber,
String pin2) |
boolean |
updateAdnRecordsInEfBySearchForSubscriber(int subId,
int efid,
String oldTag,
String oldPhoneNumber,
String newTag,
String newPhoneNumber,
String pin2) |
public UiccPhoneBookController(Phone[] phone)
public boolean updateAdnRecordsInEfBySearch(int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) throws RemoteException
RemoteException
public boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) throws RemoteException
RemoteException
public boolean updateAdnRecordsInEfByIndex(int efid, String newTag, String newPhoneNumber, int index, String pin2) throws RemoteException
RemoteException
public boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, String newPhoneNumber, int index, String pin2) throws RemoteException
RemoteException
public int[] getAdnRecordsSize(int efid) throws RemoteException
RemoteException
public int[] getAdnRecordsSizeForSubscriber(int subId, int efid) throws RemoteException
RemoteException
public List<AdnRecord> getAdnRecordsInEf(int efid) throws RemoteException
RemoteException
public List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid) throws RemoteException
RemoteException