Searched refs:TYPE_CREATED (Results 1 – 1 of 1) sorted by relevance
31 public static int TYPE_CREATED = 0x0; field in VirtualDeviceLog51 addEntry(new LogEntry(TYPE_CREATED, deviceId, System.currentTimeMillis(), ownerUid)); in logCreated()111 sb.append(mType == TYPE_CREATED ? "START" : "CLOSE"); in dump()