Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/uci/jni/src/
Djclass_name.rs19 pub(crate) const POWER_STATS_CLASS: &str = "com/android/server/uwb/info/UwbPowerStats"; constant
Duci_jni_android_new.rs21 POWER_STATS_CLASS, TLV_DATA_CLASS, UWB_DEVICE_INFO_RESPONSE_CLASS, UWB_RANGING_DATA_CLASS,
1241 env.find_class(POWER_STATS_CLASS).map_err(|_| Error::ForeignFunctionInterface)?; in create_power_stats()