Searched refs:assertIsTrue (Results 1 – 4 of 4) sorted by relevance
91 AppRTCUtils.assertIsTrue(sensor.getType() == Sensor.TYPE_PROXIMITY); in onAccuracyChanged()100 AppRTCUtils.assertIsTrue(event.sensor.getType() == Sensor.TYPE_PROXIMITY); in onSensorChanged()
330 AppRTCUtils.assertIsTrue(audioDevices.contains(device)); in setAudioDeviceInternal()
23 public static void assertIsTrue(boolean condition) { in assertIsTrue() method in AppRTCUtils
76 private static void assertIsTrue(boolean condition) { in assertIsTrue() method in NetworkMonitor