Searched defs:mPhonebook (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java154 private AtPhonebook mPhonebook; field in class:HeadsetStateMachine
222 mPhonebook = new AtPhonebook(mService, this);
291 if (mPhonebook != null) {
292 mPhonebook.cleanup();
328 mPhonebook.resetAtState();
2407 int commandType = mPhonebook.TYPE_UNKNOWN;
2413 commandType = mPhonebook.TYPE_READ;
2415 commandType = mPhonebook.TYPE_TEST;
2417 commandType = mPhonebook.TYPE_SET;
2419 commandType = mPhonebook
[all...]

Completed in 398 milliseconds