Home
last modified time | relevance | path

Searched refs:mBundle (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DMessageQueueTest.java148 Bundle mBundle; in testFieldIntegrity()
166 mBundle = new Bundle(); in testFieldIntegrity()
167 msg.data = mBundle; in testFieldIntegrity()
200 if (newMsg.data == mBundle) { in testFieldIntegrity()
204 if (!newMsg.data.getString("key").equals(mBundle.getString("key"))) { in testFieldIntegrity()
208 newMsg.data.getString("key"), mBundle.getString("key")))); in testFieldIntegrity()
248 if (!msg.data.getString("key").equals(mBundle.getString("key"))) { in testFieldIntegrity()
252 msg.data.getString("key"), mBundle.getString("key"), msg.what))); in testFieldIntegrity()
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java168 private final Bundle mBundle; field in SpellCheckerService.InternalISpellCheckerSession
175 mBundle = bundle; in InternalISpellCheckerSession()
200 return mBundle; in getBundle()
/frameworks/base/services/java/com/android/server/
DTextServicesManagerService.java575 listener.mScLocale, listener.mScListener, listener.mBundle); in onServiceConnected()
677 private final Bundle mBundle; field in TextServicesManagerService.InternalServiceConnection
683 mBundle = bundle; in InternalServiceConnection()
717 public final Bundle mBundle; field in TextServicesManagerService.InternalDeathRecipient
726 mBundle = bundle; in InternalDeathRecipient()
/frameworks/base/tools/aapt/
DResourceTable.cpp1561 mBundle(bundle) in ResourceTable()
1720 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) { in startBag()
2183 return mBundle->getRequireLocalization(); in getLocalizationSetting()
2479 String8(nameIter->first).string(), mBundle->getResourceSourceDirs()[0]); in validateLocalizations()
2490 if (mBundle->getConfigurations() != NULL && mBundle->getRequireLocalization()) { in validateLocalizations()
2491 const char* allConfigs = mBundle->getConfigurations(); in validateLocalizations()
2520 mBundle->getResourceSourceDirs()[0]); in validateLocalizations()
3612 if (mBundle->getIsOverlayPackage()) { in getPackage()
3658 return t->getEntry(name, sourcePos, config, doSetIndex, overlay, mBundle->getAutoAddOverlay()); in getEntry()
DResourceTable.h546 Bundle* mBundle; variable