OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CatLog
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatLog.java
21
public abstract class
CatLog
{
ComprehensionTlv.java
96
CatLog
.d(LOG_TAG, "decodeMany: ctlv is null, stop decoding");
ResponseData.java
256
CatLog
.d(this, "Err: byteToBCD conversion Value is " + value +
RilMessageDecoder.java
112
CatLog
.d(this, "StateStart unexpected expecting START=" +
128
CatLog
.d(this, "StateCmdParamsReady expecting CMD_PARAMS_READY="
155
CatLog
.d(this, "decodeMessageParams dropping zombie messages");
IconLoader.java
166
CatLog
.d(this, "Icon load failed");
257
CatLog
.d("IconLoader", "parseToBnW; size error");
CommandParamsFactory.java
86
CatLog
.d(this, "Failed to procees command details");
272
CatLog
.d(this, "process DisplayText");
332
CatLog
.d(this, "process SetUpIdleModeText");
375
CatLog
.d(this, "process GetInkey");
432
CatLog
.d(this, "process GetInput");
496
CatLog
.d(this, "process Refresh");
525
CatLog
.d(this, "process SelectItem");
622
CatLog
.d(this, "process EventNotify");
661
CatLog
.d(this, "process SetUpEventList");
689
CatLog
.d(this, "process LaunchBrowser")
[
all
...]
CatService.java
128
CatLog
.d(this, "Is running");
142
CatLog
.d(this, "Service finalized");
166
CatLog
.d(this, "Fail to parse proactive command");
205
CatLog
.d(this, cmdParams.getCommandType().name());
278
CatLog
.d(this, "Unsupported command");
292
CatLog
.d(this, "SESSION END");
359
CatLog
.d(this, "TERMINAL RESPONSE: " + hexString);
386
CatLog
.d(this, "encodeOptionalTags() Unsupported Cmd:" + cmdDet.typeOfCommand);
390
CatLog
.d(this, "encodeOptionalTags() bad Cmd:" + cmdDet.typeOfCommand);
523
CatLog
.d(sInstance, "NEW sInstance")
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java
36
import com.android.internal.telephony.cat.
CatLog
;
79
CatLog
.d(this, "onCreate");
98
CatLog
.d(this, "onNewIntent");
180
CatLog
.d(this, "onDestroy");
309
CatLog
.d(this, "Invalid menu");
313
CatLog
.d(this, "Invalid menu");
StkAppService.java
47
import com.android.internal.telephony.cat.
CatLog
;
148
CatLog
.d(this, " Unable to get Service handle");
306
CatLog
.d(this, "OP_BOOT_COMPLETED");
383
CatLog
.d(this, cmdMsg.getCmdType().name());
406
CatLog
.d(this, "Uninstall App");
410
CatLog
.d(this, "Install App");
463
CatLog
.d(this, "RES_ID_MENU_SELECTION");
479
CatLog
.d(this, "RES_ID_INPUT");
496
CatLog
.d(this, "RES_ID_CONFIRM");
524
CatLog
.d(this, "RES_ID_BACKWARD")
[
all
...]
Completed in 161 milliseconds