Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DBenchmarkHelpers.cpp77 uint32_t last_id = 0u; in GetResourceBenchmark() local
82 assetmanager.ResolveReference(cookie, &value, &selected_config, &flags, &last_id); in GetResourceBenchmark()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1973 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); in run_main() local
1974 ds.id_ = ++last_id; in run_main()
1975 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in run_main()