Searched refs:assertIsTrue (Results 1 – 4 of 4) sorted by relevance
70 assertIsTrue(context != null); in NetworkMonitor()112 private static void assertIsTrue(boolean condition) { in assertIsTrue() method in NetworkMonitor
94 AppRTCUtils.assertIsTrue(sensor.getType() == Sensor.TYPE_PROXIMITY); in onAccuracyChanged()103 AppRTCUtils.assertIsTrue(event.sensor.getType() == Sensor.TYPE_PROXIMITY); in onSensorChanged()
183 AppRTCUtils.assertIsTrue(audioDevices.contains(device)); in setAudioDevice()339 AppRTCUtils.assertIsTrue(audioDevices.contains(AudioDevice.EARPIECE) in onAudioManagerChangedState()
43 public static void assertIsTrue(boolean condition) { in assertIsTrue() method in AppRTCUtils