MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MemberIsNative

Method MemberIsNative

Bcore/src/main/cpp/dex/dex_file.h:1300–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298 return HiddenApiAccessFlags::DecodeFromDex(GetRawMemberAccessFlags());
1299 }
1300 bool MemberIsNative() const {
1301 return GetRawMemberAccessFlags() & kAccNative;
1302 }
1303 bool MemberIsFinal() const {
1304 return GetRawMemberAccessFlags() & kAccFinal;
1305 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected