OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmdinput
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java
538
Input
cmdInput
= null;
540
cmdInput
= mCurrntCmd.geInput();
586
encodeOptionalTags(cmdDet, resultCode,
cmdInput
, buf);
599
ResultCode resultCode, Input
cmdInput
, ByteArrayOutputStream buf) {
608
(
cmdInput
!= null) && (
cmdInput
.duration != null)) {
609
getInKeyResponse(buf,
cmdInput
);
627
private void getInKeyResponse(ByteArrayOutputStream buf, Input
cmdInput
) {
632
buf.write(
cmdInput
.duration.timeUnit.SECOND.value()); // Time (Unit,Seconds)
633
buf.write(
cmdInput
.duration.timeInterval); // Time Duratio
[
all
...]
Completed in 63 milliseconds