Searched refs:getClass (Results 1 – 25 of 30) sorted by relevance
12
49 Class clazz = getClass(); in compareTo()50 Class otherClazz = other.getClass(); in compareTo()
40 (getClass() == other.getClass()) && in equals()
51 if ((other == null) || (getClass() != other.getClass())) { in equals()
53 if ((other == null) || (getClass() != other.getClass())) { in equals()71 String name = getClass().getName(); in toString()86 String name = getClass().getName(); in toHuman()
32 public final native Class<? extends Object> getClass(); in getClass() method in Object
44 return new Dex(getClass().getResourceAsStream(resource)); in resourceToDexBuffer()
73 sb.append(getClass().getName()); in toString()
85 classFile = path.getClass(name); in addRoots()138 DirectClassFile classFile = path.getClass(classBinaryName + CLASS_EXTENSION); in addClassWithHierachy()
96 synchronized DirectClassFile getClass(String path) throws FileNotFoundException { in getClass() method in Path
281 && (getClass() == b.getClass()) in contentEquals()
283 && (getClass() == b.getClass()) in contentEquals()
168 .newInstance(mergedJar.getPath(), getClass().getClassLoader()); in mergeAndLoad()172 return new Dex(getClass().getResourceAsStream(resource)); in resourceToDexBuffer()
88 sb.append(getClass().getName()); in toString()
113 sb.append(getClass().getName()); in toString()
186 sb.append(getClass().getName()); in toString()
87 sb.append(getClass().getName()); in toString()
111 sb.append(getClass().getName()); in toString()
97 sb.append(getClass().getName()); in toString()