Searched refs:mBundle (Results 1 – 3 of 3) sorted by relevance
53 private Bundle mBundle; field in BundleTest59 mBundle = new Bundle(); in setUp()82 mBundle.putBoolean("android", true); in testEmptyStream()84 mBundle.readFromParcel(p); in testEmptyStream()85 assertTrue(mBundle.isEmpty()); in testEmptyStream()90 mBundle.putBoolean("android", true); in testClear()91 mBundle.putBoolean(KEY, true); in testClear()92 assertFalse(mBundle.isEmpty()); in testClear()93 mBundle.clear(); in testClear()94 assertTrue(mBundle.isEmpty()); in testClear()[all …]
54 private Bundle mBundle; field in InstrumentationTestActivity146 mBundle = outState; in onSaveInstanceState()343 return mBundle; in getBundle()
445 sResumeAfterPauseCallback.mBundle.putBoolean(PAUSE_CALLED, true); in onTimeShiftPause()456 && sResumeAfterPauseCallback.mBundle.getBoolean(PAUSE_CALLED)) { in onTimeShiftResume()534 private final Bundle mBundle = new Bundle(); field in MockTvInputService.Callback546 return mBundle; in getBundle()