Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dadb.h41 string get_bundle_string(const ResultsBundle& bundle, bool* found, ...);
Dmain.cpp254 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()
Dadb.cpp381 get_bundle_string(const ResultsBundle& bundle, bool* found, ...) in get_bundle_string() function