Searched refs:mBundle (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DBundleTestListener.java31 private Bundle mBundle; field in class:BundleTestListener
35 mBundle = bundle;
40 mBundle.putString(getComboName(test), BaseTestRunner.getFilteredTrace(t));
45 mBundle.putString(getComboName(test), BaseTestRunner.getFilteredTrace(t));
51 mBundle.putString(getComboName(test), "passed");
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1544 mBundle(bundle)
1703 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
2148 return mBundle->getRequireLocalization();
2444 String8(nameIter->first).string(), mBundle->getResourceSourceDirs()[0]);
2455 if (mBundle->getConfigurations() != NULL && mBundle->getRequireLocalization()) {
2456 const char* allConfigs = mBundle->getConfigurations();
2485 mBundle->getResourceSourceDirs()[0]);
3719 return t->getEntry(name, sourcePos, config, doSetIndex, overlay, mBundle->getAutoAddOverlay());
H A DResourceTable.h541 Bundle* mBundle; member in class:ResourceTable

Completed in 68 milliseconds