OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommandType
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java
218
CatLog.d(this, cmdParams.
getCommandType
().name());
222
switch (cmdParams.
getCommandType
()) {
297
CatLog.d(this, "cmd " + cmdParams.
getCommandType
() + " with null alpha id");
321
((cmdParams.
getCommandType
() == CommandType.CLOSE_CHANNEL) ||
322
(cmdParams.
getCommandType
() == CommandType.RECEIVE_DATA) ||
323
(cmdParams.
getCommandType
() == CommandType.SEND_DATA))) {
CommandParams.java
32
AppInterface.CommandType
getCommandType
() {
Completed in 146 milliseconds