Home
last modified time | relevance | path

Searched refs:req_hard_keyboard (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected_proto.txt101 req_hard_keyboard: -1
H A Dcomponents_full_proto.txt101 req_hard_keyboard: -1
/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto142 int32 req_hard_keyboard = 3;
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp878 int32_t req_hard_keyboard = 0; member in aapt::UsesConfiguarion
887 req_hard_keyboard = GetAttributeIntegerDefault( in Extract()
903 if (req_hard_keyboard != 0) { in Print()
904 printer->Print(StringPrintf(" reqHardKeyboard='%d'", req_hard_keyboard)); in Print()
919 out_configuration->set_req_hard_keyboard(req_hard_keyboard); in ToProto()