Searched refs:stringId (Results 1 – 4 of 4) sorted by relevance
109 long stringId = debuggeeWrapper.vmMirror.createString("foo"); in testNewInstance_ThreadGroup()110 assertTrue("Invalid string id", stringId != -1); in testNewInstance_ThreadGroup()111 assertTrue("Null string id", stringId != 0); in testNewInstance_ThreadGroup()113 … constructorArguments.add(Value.createObjectValue(JDWPConstants.Tag.STRING_TAG, stringId)); in testNewInstance_ThreadGroup()
197 String stringId = id.toString(); in handleSessionRpc() local199 mManagerFactory.getRpcReceiverManagers().containsKey(stringId); in handleSessionRpc()201 mSessionId = stringId; in handleSessionRpc()
1199 public int findEntryByResName(int stringId) { in findEntryByResName() argument1201 if (entryNameIndex(i) == stringId) { in findEntryByResName()
850 private final String stringId; field in GenerateXMB.PathInfo873 stringId = String.valueOf(id); in PathInfo()910 return stringId; in getStringId()