Searched refs:AtPhonebook (Results 1 – 2 of 2) sorted by relevance
143 private final AtPhonebook mPhonebook;181 mPhonebook = new AtPhonebook(mHeadsetService, mNativeInterface); in HeadsetStateMachine()1512 int commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()1518 commandType = AtPhonebook.TYPE_READ; in getAtCommandType()1520 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()1522 commandType = AtPhonebook.TYPE_SET; in getAtCommandType()1524 commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()
42 public class AtPhonebook { class98 public AtPhonebook(Context context, HeadsetNativeInterface nativeInterface) { in AtPhonebook() method in AtPhonebook