Searched refs:VENDOR_RESPONSE_CLASS (Results 1 – 2 of 2) sorted by relevance
28 pub(crate) const VENDOR_RESPONSE_CLASS: &str = "com/android/server/uwb/data/UwbVendorUciResponse"; constant
22 VENDOR_RESPONSE_CLASS,1115 env.find_class(VENDOR_RESPONSE_CLASS).map_err(|_| Error::ForeignFunctionInterface)?; in create_vendor_response()1141 env.find_class(VENDOR_RESPONSE_CLASS).map_err(|_| Error::ForeignFunctionInterface)?; in create_invalid_vendor_response()