Searched refs:SdkSandboxPulledAtoms (Results 1 – 6 of 6) sorted by relevance
28 private SdkSandboxPulledAtoms mSdkSandboxPulledAtoms = null;36 SdkSandboxPulledAtoms sdkSandboxPulledAtoms, in FakeInjector()55 public SdkSandboxPulledAtoms getSdkSandboxPulledAtoms() { in getSdkSandboxPulledAtoms()
39 public class SdkSandboxPulledAtoms { class
198 private final SdkSandboxPulledAtoms mSdkSandboxPulledAtoms;288 SdkSandboxPulledAtoms getSdkSandboxPulledAtoms() { in getSdkSandboxPulledAtoms()289 return new SdkSandboxPulledAtoms(); in getSdkSandboxPulledAtoms()
148 Mockito.spy(SdkSandboxPulledAtoms.class), in setup()
149 private static SdkSandboxPulledAtoms sSdkSandboxPulledAtoms;215 sSdkSandboxPulledAtoms = Mockito.spy(new SdkSandboxPulledAtoms()); in setup()
209 Mockito.spy(SdkSandboxPulledAtoms.class), in setup()