HomeSort by relevance Sort by last modified time
    Searched defs:CatLog (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java 21 public abstract class CatLog {
ComprehensionTlv.java 98 CatLog.d(LOG_TAG, "decodeMany: ctlv is null, stop decoding");
ResponseData.java 259 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");
165 CatLog.d(this, "decodeMessageParams: caught ResultException e=" + e);
IconLoader.java 164 CatLog.d(this, "Icon load failed");
255 CatLog.d("IconLoader", "parseToBnW; size error");
CommandParamsFactory.java 86 CatLog.d(this,
190 CatLog.d(this, "make: caught ResultException e=" + e);
288 CatLog.d(this, "process DisplayText");
348 CatLog.d(this, "process SetUpIdleModeText");
391 CatLog.d(this, "process GetInkey");
448 CatLog.d(this, "process GetInput");
512 CatLog.d(this, "process Refresh");
541 CatLog.d(this, "process SelectItem");
638 CatLog.d(this, "process EventNotify");
678 CatLog.d(this, "process LaunchBrowser")
    [all...]
CatService.java 136 CatLog.d(this, "Running CAT service. STK app installed:" + mStkAppInstalled);
151 CatLog.d(this, "Service finalized");
175 CatLog.d(this, "Fail to parse proactive command");
219 CatLog.d(this, cmdParams.getCommandType().name());
310 CatLog.d(this, "cmd " + cmdParams.getCommandType() + " with null alpha id");
323 CatLog.d(this, "No STK application found.");
345 CatLog.d(this, "Unsupported command");
359 CatLog.d(this, "SESSION END");
426 CatLog.d(this, "TERMINAL RESPONSE: " + hexString);
453 CatLog.d(this, "encodeOptionalTags() Unsupported Cmd details=" + cmdDet)
    [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 53 import com.android.internal.telephony.cat.CatLog;
166 CatLog.d(this, " Unable to get Service handle");
313 CatLog.d(this, "OP_BOOT_COMPLETED");
393 CatLog.d(this, cmdMsg.getCmdType().name());
417 CatLog.d(this, "Uninstall App");
421 CatLog.d(this, "Install App");
510 CatLog.d(this, "RES_ID_MENU_SELECTION");
526 CatLog.d(this, "RES_ID_INPUT");
543 CatLog.d(this, "RES_ID_CONFIRM");
571 CatLog.d(this, "RES_ID_BACKWARD")
    [all...]

Completed in 147 milliseconds