Searched refs:isGoDevice (Results 1 – 5 of 5) sorted by relevance
135 public final boolean isGoDevice() { in isGoDevice() method in AbstractAdServicesDeviceSupportedRule136 boolean isGoDevice = mDeviceSupportHelper.isGoDevice(); in isGoDevice()137 mLog.v("isGoDevice(): %b", isGoDevice); in isGoDevice()138 return isGoDevice; in isGoDevice()169 boolean isGoDevice = isGoDevice(); in apply()201 if (!isGoDevice && requiresGoDevice != null) { in apply()
76 public final boolean isGoDevice() { in isGoDevice() method in AbstractDeviceSupportHelper157 return isPhone() && !isGoDevice(); in isDeviceSupportedByDefault()
120 expect.that(mAdServicesDeviceSupportedRule.isGoDevice()).isTrue(); in testIsGoDevice_returnsTrue()127 expect.that(mAdServicesDeviceSupportedRule.isGoDevice()).isFalse(); in testIsGoDevice_returnsFalse()402 private void mockIsGoDevice(boolean isGoDevice) { in mockIsGoDevice() argument403 when(mAbstractDeviceSupportHelper.isGoDevice()).thenReturn(isGoDevice); in mockIsGoDevice()
43 && !isGoDevice() in isSdkSandboxSupported()68 private boolean isGoDevice() throws DeviceNotAvailableException { in isGoDevice() method in DeviceSupportHostUtils
234 boolean isGoDevice = context.getSystemService(ActivityManager.class).isLowRamDevice(); in isGoWithSideloadedModules()235 if (!isGoDevice) { in isGoWithSideloadedModules()