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

/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java148 Bundle mBundle;
166 mBundle = new Bundle();
167 msg.data = mBundle;
200 if (newMsg.data == mBundle) {
202 "newMsg.data should NOT be mBundle after copyFrom"));
204 if (!newMsg.data.getString("key").equals(mBundle.getString("key"))) {
207 " mBundle.getString(\"key\") which is %s after copyFrom",
208 newMsg.data.getString("key"), mBundle.getString("key"))));
248 if (!msg.data.getString("key").equals(mBundle.getString("key"))) {
251 " mBundle
[all...]
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java241 private final Bundle mBundle; field in class:SpellCheckerService.InternalISpellCheckerSession
248 mBundle = bundle;
304 return mBundle;
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java732 listener.mScLocale, listener.mScListener, listener.mBundle);
846 private final Bundle mBundle; field in class:TextServicesManagerService.InternalServiceConnection
851 mBundle = bundle;
890 public final Bundle mBundle; field in class:TextServicesManagerService.InternalDeathRecipient
899 mBundle = bundle;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1605 mBundle(bundle)
1764 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
2237 return mBundle->getRequireLocalization();
2529 String8(nameIter->first).string(), mBundle->getResourceSourceDirs()[0]);
2540 if (mBundle->getConfigurations() != NULL && mBundle->getRequireLocalization()) {
2541 const char* allConfigs = mBundle->getConfigurations();
2570 mBundle->getResourceSourceDirs()[0]);
3788 return t->getEntry(name, sourcePos, config, doSetIndex, overlay, mBundle->getAutoAddOverlay());
H A DResourceTable.h551 Bundle* mBundle; member in class:ResourceTable
H A DResource.cpp314 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
318 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
326 const Bundle* mBundle; member in class:PreProcessImageWorkUnit

Completed in 2170 milliseconds