smali_method_modifiers.py 120 B

1234
  1. declared_synchronized = 'declared-synchronized'
  2. native = 'native'
  3. synchronized = 'synchronized'