Home
last modified time | relevance | path

Searched refs:testBundle (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java118 Bundle testBundle = new Bundle(); in registerPhoneAccount() local
119 testBundle.putInt("EXTRA_INT_1", 1); in registerPhoneAccount()
120 testBundle.putInt("EXTRA_INT_100", 100); in registerPhoneAccount()
121 testBundle.putBoolean("EXTRA_BOOL_TRUE", true); in registerPhoneAccount()
122 testBundle.putBoolean("EXTRA_BOOL_FALSE", false); in registerPhoneAccount()
123 testBundle.putString("EXTRA_STR1", "Hello"); in registerPhoneAccount()
124 testBundle.putString("EXTRA_STR2", "There"); in registerPhoneAccount()
144 .setExtras(testBundle) in registerPhoneAccount()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java138 Bundle testBundle = new Bundle(); in testPhoneAccount() local
139 testBundle.putInt("EXTRA_INT_1", 1); in testPhoneAccount()
140 testBundle.putInt("EXTRA_INT_100", 100); in testPhoneAccount()
141 testBundle.putBoolean("EXTRA_BOOL_TRUE", true); in testPhoneAccount()
142 testBundle.putBoolean("EXTRA_BOOL_FALSE", false); in testPhoneAccount()
143 testBundle.putString("EXTRA_STR1", "Hello"); in testPhoneAccount()
144 testBundle.putString("EXTRA_STR2", "There"); in testPhoneAccount()
149 .setExtras(testBundle) in testPhoneAccount()
242 Bundle testBundle = new Bundle(); in testPhoneAccountExtrasEdge() local
244 testBundle.putString("EXTRA_STR2", null); in testPhoneAccountExtrasEdge()
[all …]
DBasicCallTests.java752 Bundle testBundle = new Bundle(); in testSendConnectionEventNotNull() local
753 testBundle.putString(TEST_BUNDLE_KEY, "TEST"); in testSendConnectionEventNotNull()
756 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
791 Bundle testBundle = new Bundle(); in testSendCallEventNonNull() local
792 testBundle.putString(TEST_BUNDLE_KEY, "TEST"); in testSendCallEventNonNull()
796 testBundle); in testSendCallEventNonNull()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchIndexableResourcesTest.java68 final SearchIndexableData testBundle = new SearchIndexableData(null, null); in testAddIndex() local
69 mSearchProvider.getSearchIndexableResources().addIndex(testBundle); in testAddIndex()
72 .contains(testBundle); in testAddIndex()