Searched refs:tC (Results 1 – 5 of 5) sorted by relevance
374 public void setTC(Byte tC) { in setTC() argument375 mTC = tC; in setTC()390 public InterfaceByte(Byte tA, Byte tB, Byte tC, Byte tD) { in InterfaceByte() argument393 this.mTC = tC; in InterfaceByte()
70 public void tC(String msg) { in tC() method in FakeWifiLog
193 if (DBG) mLog.tC("There is no per packet ring buffer"); in startPacketLog()202 if (DBG) mLog.tC("There is no per packet ring buffer"); in stopPacketLog()232 if (DBG) mLog.tC("Reset log handler"); in stopLogging()548 if (DBG) mLog.tC("No ring buffers to log anything!"); in startLoggingAllExceptPerPacketBuffers()721 if (DBG) mLog.tC("Reading kernel log ..."); in getKernelLog()
175 void tC(@CompileTimeConstant String msg); in tC() method
113 public void tC(String msg) { in tC() method in LogcatLog