Searched refs:testBundle (Results 1 – 2 of 2) sorted by relevance
47 Bundle testBundle = new Bundle(); in createTestBundle() local48 testBundle.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, TEST_LENGTH); in createTestBundle()49 testBundle.putString(PhoneAccount.EXTRA_CALL_SUBJECT_CHARACTER_ENCODING, TEST_ENCODING); in createTestBundle()50 return testBundle; in createTestBundle()
64 public void testBundle() { in testBundle() method in BundleTest