Searched refs:AtPhonebook (Results 1 – 2 of 2) sorted by relevance
146 private final AtPhonebook mPhonebook;184 mPhonebook = new AtPhonebook(mHeadsetService, mNativeInterface); in HeadsetStateMachine()1540 int commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()1546 commandType = AtPhonebook.TYPE_READ; in getAtCommandType()1548 commandType = AtPhonebook.TYPE_TEST; in getAtCommandType()1550 commandType = AtPhonebook.TYPE_SET; in getAtCommandType()1552 commandType = AtPhonebook.TYPE_UNKNOWN; in getAtCommandType()
43 public class AtPhonebook { class99 public AtPhonebook(Context context, HeadsetNativeInterface nativeInterface) { in AtPhonebook() method in AtPhonebook