Searched refs:isProxyClass (Results 1 – 10 of 10) sorted by relevance
162 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()173 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()184 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()195 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()206 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()217 assert (Proxy.isProxyClass(activity.getWindow().getCallback().getClass()) in startTrackingApplicationStatus()
125 if (Proxy.isProxyClass(mock.getClass())) {132 if (ProxyBuilder.isProxyClass(mock.getClass())) {
48 if (ProxyFactory.isProxyClass(cl)) { in writeClassDescriptor()
293 public static boolean isProxyClass(Class cl) in isProxyClass() method in ProxyFactory
137 || (Proxy.isProxyClass(arg.getClass()) in isProxyOfSameInterfaces()
434 && Proxy.isProxyClass(obj.getClass()) in equals()
80 if (Proxy.isProxyClass(proxy.getClass())) in mockType()
99 public boolean isProxyClass(String name) { in isProxyClass() method in StubGenerator
215 if (stubGen.isProxyClass(classname)) in convertRvalue()
376 public static boolean isProxyClass(Class<?> c) { in isProxyClass() method in ProxyBuilder