Searched refs:removeRuntimeSensor (Results 1 – 5 of 5) sorted by relevance
69 public abstract void removeRuntimeSensor(int handle); in removeRuntimeSensor() method in SensorManagerInternal
111 public void removeRuntimeSensor(int handle) { in removeRuntimeSensor() method in SensorService.LocalService
76 descriptor -> mSensorManagerInternal.removeRuntimeSensor( in close()136 mSensorManagerInternal.removeRuntimeSensor(sensorDescriptor.getHandle()); in unregisterSensor()
136 verify(mSensorManagerInternalMock).removeRuntimeSensor(SENSOR_HANDLE); in unregisterSensor_success()
1127 verify(mSensorManagerInternalMock).removeRuntimeSensor(SENSOR_HANDLE); in close_cleanSensorController()