Home
last modified time | relevance | path

Searched defs:IsPublic (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Dart_field.h66 bool IsPublic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPublic() function
H A Dart_method.h132 bool IsPublic() const { in IsPublic() function
/aosp12/system/bt/types/
H A Dble_address_with_type.h78 bool IsPublic() const { return type & 0x01; } in IsPublic() function
/aosp12/art/runtime/mirror/
H A Dclass.h250 ALWAYS_INLINE bool IsPublic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsPublic() function
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc144 inline bool IsPublic() const { return HasAccessFlags(kAccPublic); } in IsPublic() function in art::hiddenapi::DexClass