Home
last modified time | relevance | path

Searched refs:commandType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2338 int commandType, in broadcastVendorSpecificEventIntent() argument
2346 commandType); in broadcastVendorSpecificEventIntent()
2413 int commandType = mPhonebook.TYPE_UNKNOWN; in getAtCommandType() local
2420 commandType = mPhonebook.TYPE_READ; in getAtCommandType()
2422 commandType = mPhonebook.TYPE_TEST; in getAtCommandType()
2424 commandType = mPhonebook.TYPE_SET; in getAtCommandType()
2426 commandType = mPhonebook.TYPE_UNKNOWN; in getAtCommandType()
2428 return commandType; in getAtCommandType()
2953 int commandType = getAtCommandType(atCommand); in processUnknownAt() local
2955 processAtCscs(atCommand.substring(5), commandType, device); in processUnknownAt()
[all …]