Searched refs:commandType (Results 1 – 1 of 1) sorted by relevance
2338 int commandType, in broadcastVendorSpecificEventIntent() argument2346 commandType); in broadcastVendorSpecificEventIntent()2413 int commandType = mPhonebook.TYPE_UNKNOWN; in getAtCommandType() local2420 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() local2955 processAtCscs(atCommand.substring(5), commandType, device); in processUnknownAt()[all …]