HomeSort by relevance Sort by last modified time
    Searched refs:getCommandType (Results 1 - 12 of 12) sorted by null

  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
command_utils_test.cpp 26 EXPECT_EQ(CommandUtils::getCommandType(""), CommandType::Unknown);
27 EXPECT_EQ(CommandUtils::getCommandType("abc"), CommandType::Unknown);
28 EXPECT_EQ(CommandUtils::getCommandType("info"), CommandType::Info);
29 EXPECT_EQ(CommandUtils::getCommandType("diff"), CommandType::Diff);
30 EXPECT_EQ(CommandUtils::getCommandType("makedict"), CommandType::Makedict);
31 EXPECT_EQ(CommandUtils::getCommandType("header"), CommandType::Header);
32 EXPECT_EQ(CommandUtils::getCommandType("help"), CommandType::Help);
  /packages/inputmethods/LatinIME/native/dicttoolkit/
dict_toolkit_main.cpp 32 const CommandType commandType = CommandUtils::getCommandType(argv[1]);
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.h 40 static CommandType getCommandType(const std::string &commandName);
command_utils.cpp 30 /* static */ CommandType CommandUtils::getCommandType(const std::string &commandName) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 363 CatLog.d(this, cmdParams.getCommandType().name());
376 switch (cmdParams.getCommandType()) {
471 CatLog.d(this, "cmd " + cmdParams.getCommandType() + " with null alpha id");
475 } else if (cmdParams.getCommandType() == CommandType.OPEN_CHANNEL) {
497 ((cmdParams.getCommandType() == CommandType.CLOSE_CHANNEL) ||
498 (cmdParams.getCommandType() == CommandType.RECEIVE_DATA) ||
499 (cmdParams.getCommandType() == CommandType.SEND_DATA))) {
    [all...]
CommandParams.java 34 AppInterface.CommandType getCommandType() {
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 92 milliseconds