Searched refs:HostTestUtils (Results 1 – 12 of 12) sorted by relevance
16 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded17 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…54 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded55 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…85 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded86 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…123 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded124 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…154 … #x // String com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded155 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…[all …]
488 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.getStackWalker…490 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onNonStubMetho…633 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…694 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.getStackWalker…696 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onNonStubMetho…764 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.getStackWalker…766 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onNonStubMetho…767 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onThrowMethodC…1193 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…1757 …atic #x // Method com/android/hoststubgen/hosthelper/HostTestUtils.onClassLoaded:…[all …]
31 import com.android.hoststubgen.hosthelper.HostTestUtils in <lambda>()115 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()269 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()387 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()436 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()448 HostTestUtils.CLASS_INTERNAL_NAME, in <lambda>()
10 # com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall12 # com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
29 public class HostTestUtils { class30 private HostTestUtils() { in HostTestUtils() method in HostTestUtils41 public static final String CLASS_INTERNAL_NAME = getInternalName(HostTestUtils.class);
32 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsThrow.class);
32 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsIgnore.class);
33 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenKeptInImpl.class);
36 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenKeptInStub.class);
35 String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(
13 # com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall15 # com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
72 … "--default-method-call-hook com.android.hoststubgen.hosthelper.HostTestUtils.logMethodCall " +73 … "--default-class-load-hook com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded ",