Searched refs:efId (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/ |
D | SimPhonebookProviderTest.java | 1292 public void addRecord(int subscriptionId, int efId, String name, String phoneNumber) { in addRecord() argument 1293 Pair<Integer, Integer> key = Pair.create(subscriptionId, efId); in addRecord() 1295 createEmptyRecords(efId, 100)); in addRecord() 1306 addRecord(key, new AdnRecord(efId, recordIndex + 1, name, phoneNumber)); in addRecord()
|