MCPcopy Create free account
hub / github.com/deviceplug/btleplug / key_at

Method key_at

src/droidplug/jni/objects.rs:1023–1032  ·  view source on GitHub ↗
(&self, index: jint)

Source from the content-addressed store, hash-verified

1021 }
1022
1023 pub fn key_at(&self, index: jint) -> Result<jint> {
1024 self.env
1025 .call_method_unchecked(
1026 self.internal,
1027 self.key_at,
1028 JavaType::Primitive(Primitive::Int),
1029 &[index.into()],
1030 )?
1031 .i()
1032 }
1033
1034 pub fn value_at(&self, index: jint) -> Result<JObject<'a>> {
1035 self.env

Callers 1

next_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected