Home
last modified time | relevance | path

Searched refs:get_bundle_int (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/bit/
Dadb.h42 int32_t get_bundle_int(const ResultsBundle& bundle, bool* found, ...);
Dadb.cpp400 get_bundle_int(const ResultsBundle& bundle, bool* found, ...) in get_bundle_int() function
Dmain.cpp215 int32_t currentTestNum = get_bundle_int(results, &found, "current", NULL); in OnTestStatus()
220 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); in OnTestStatus()