Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_expected_proto.txt101 req_hard_keyboard: -1
Dcomponents_full_proto.txt101 req_hard_keyboard: -1
/frameworks/base/tools/aapt2/
DApkInfo.proto142 int32 req_hard_keyboard = 3; field
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp876 int32_t req_hard_keyboard = 0; member in aapt::UsesConfiguarion
885 req_hard_keyboard = GetAttributeIntegerDefault( in Extract()
901 if (req_hard_keyboard != 0) { in Print()
902 printer->Print(StringPrintf(" reqHardKeyboard='%d'", req_hard_keyboard)); in Print()
917 out_configuration->set_req_hard_keyboard(req_hard_keyboard); in ToProto()