Searched refs:get_bundle_int (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/bit/ |
D | adb.h | 42 int32_t get_bundle_int(const ResultsBundle& bundle, bool* found, ...);
|
D | adb.cpp | 400 get_bundle_int(const ResultsBundle& bundle, bool* found, ...) in get_bundle_int() function
|
D | main.cpp | 215 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()
|