Searched defs:getBundle (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibilityRunner.java32 public Bundle getBundle() { method in class:AppCompatibilityRunner
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageInstrumentation.java34 public Bundle getBundle() { method in class:MemoryUsageInstrumentation
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DCrashedDummyResult.java46 public Bundle getBundle() { method in class:CrashedDummyResult
H A DAbstractResult.java248 public abstract Bundle getBundle(); method in class:AbstractResult
H A DTextResult.java241 public Bundle getBundle() { method in class:TextResult
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java231 public Bundle getBundle() { method in class:SpellCheckerService.Session
232 return mInternalSession.getBundle();
303 public Bundle getBundle() { method in class:SpellCheckerService.InternalISpellCheckerSession
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java100 public Bundle getBundle() { method in class:PerformanceTest.StatAggregator
273 getInstrumentation().sendStatus(0, mStats.getBundle());
289 getInstrumentation().sendStatus(0, mStats.getBundle());
315 getInstrumentation().sendStatus(0, mStats.getBundle());
/frameworks/base/core/java/android/os/
H A DBundle.java1142 public Bundle getBundle(String key) { method in class:Bundle
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java398 public Bundle getBundle(){ method in class:InstrumentationTestRunner

Completed in 145 milliseconds