Home
last modified time | relevance | path

Searched refs:jboolean_result (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Uwb/service/uci/jni/src/
Dhelper.rs71 let jboolean_result = boolean_result_helper(result, error_msg); in test_boolean_result_helper() localVariable
72 assert_eq!(jboolean_result, true.into()); // Should return true in test_boolean_result_helper()
77 let jboolean_result = boolean_result_helper(result, error_msg); in test_boolean_result_helper() localVariable
78 assert_eq!(jboolean_result, false.into()); // Should return false in test_boolean_result_helper()