Home | History | Annotate | Download | only in hfp

Lines Matching refs:commandType

2399                                                     int commandType,
2407 commandType);
2479 int commandType = mPhonebook.TYPE_UNKNOWN;
2486 commandType = mPhonebook.TYPE_READ;
2488 commandType = mPhonebook.TYPE_TEST;
2490 commandType = mPhonebook.TYPE_SET;
2492 commandType = mPhonebook.TYPE_UNKNOWN;
2494 return commandType;
3054 int commandType = getAtCommandType(atCommand);
3056 processAtCscs(atCommand.substring(5), commandType, device);
3058 processAtCpbs(atCommand.substring(5), commandType, device);
3060 processAtCpbr(atCommand.substring(5), commandType, device);