Searched refs:get_bundle_string (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/bit/ |
D | adb.h | 41 string get_bundle_string(const ResultsBundle& bundle, bool* found, ...);
|
D | main.cpp | 254 string className = get_bundle_string(results, &found, "class", NULL); in OnTestStatus() 259 string testName = get_bundle_string(results, &found, "test", NULL); in OnTestStatus() 291 string stack = get_bundle_string(results, &stackFound, "stack", NULL); in OnTestStatus() 336 string shortMsg = get_bundle_string(m_sessionStatus.results(), &found, "shortMsg", NULL); in GetErrorMessage()
|
D | adb.cpp | 381 get_bundle_string(const ResultsBundle& bundle, bool* found, ...) in get_bundle_string() function
|