Searched refs:successfulRegistration (Results 1 – 2 of 2) sorted by relevance
336 fun logSensorRegisterAttempt(sensorInfo: String, successfulRegistration: Boolean) { in logSensorRegisterAttempt()339 bool1 = successfulRegistration in logSensorRegisterAttempt()
421 public void traceSensorRegisterAttempt(String sensorName, boolean successfulRegistration) { in traceSensorRegisterAttempt() argument422 mLogger.logSensorRegisterAttempt(sensorName, successfulRegistration); in traceSensorRegisterAttempt()