Searched refs:mAbstractDeviceSupportHelper (Results 1 – 2 of 2) sorted by relevance
60 @Mock private AbstractDeviceSupportHelper mAbstractDeviceSupportHelper; field in AbstractAdServicesDeviceSupportedRuleTest68 new FakeAdServicesDeviceSupportedRule(mRealLogger, mAbstractDeviceSupportHelper); in setup()76 when(mAbstractDeviceSupportHelper.isDeviceSupported()).thenReturn(true); in testIsAdServicesSupported_supported()83 when(mAbstractDeviceSupportHelper.isDeviceSupported()).thenReturn(false); in testIsAdServicesSupportedOnDeviceTest_notSupported()395 when(mAbstractDeviceSupportHelper.isLowRamDevice()).thenReturn(isLowRam); in mockIsLowRamDevice()399 when(mAbstractDeviceSupportHelper.isLargeScreenDevice()).thenReturn(isLargeScreen); in mockIsLargeScreenDevice()403 when(mAbstractDeviceSupportHelper.isGoDevice()).thenReturn(isGoDevice); in mockIsGoDevice()408 when(mAbstractDeviceSupportHelper.isDeviceSupported()).thenReturn(true); in mockGetResolveInfos()410 when(mAbstractDeviceSupportHelper.isAndroidServiceAvailable(serviceName)) in mockGetResolveInfos()
65 @Mock private AbstractDeviceSupportHelper mAbstractDeviceSupportHelper; field in AbstractAdServicesShellCommandHelperTest71 mAbstractDeviceSupportHelper, mRealLogger, TIRAMISU);75 when(mAbstractDeviceSupportHelper.getAdServicesPackageName()) in setup()144 mAbstractDeviceSupportHelper, mRealLogger, S_V2); in testRunCommand_deviceLevelS()155 mAbstractDeviceSupportHelper, in testRunCommand_deviceLevelT_usesSdkSandbox()178 mAbstractDeviceSupportHelper, mRealLogger, S_V2); in testRunCommandRwe_deviceLevelS()191 mAbstractDeviceSupportHelper, in testRunCommandRwe_deviceLevelT_usesSdkSandbox()