Home
last modified time | relevance | path

Searched refs:testBundle (Results 1 – 6 of 6) 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.java179 Bundle testBundle = new Bundle(); in testPhoneAccount() local
180 testBundle.putInt("EXTRA_INT_1", 1); in testPhoneAccount()
181 testBundle.putInt("EXTRA_INT_100", 100); in testPhoneAccount()
182 testBundle.putBoolean("EXTRA_BOOL_TRUE", true); in testPhoneAccount()
183 testBundle.putBoolean("EXTRA_BOOL_FALSE", false); in testPhoneAccount()
184 testBundle.putString("EXTRA_STR1", "Hello"); in testPhoneAccount()
185 testBundle.putString("EXTRA_STR2", "There"); in testPhoneAccount()
190 .setExtras(testBundle) in testPhoneAccount()
208 Bundle testBundle = new Bundle(); in testPhoneAccountParsing_simultaneousCallingRestriction() local
209 testBundle.putInt("EXTRA_INT_1", 1); in testPhoneAccountParsing_simultaneousCallingRestriction()
[all …]
DBasicCallTests.java836 Bundle testBundle = new Bundle(); in testSendConnectionEventNotNull() local
837 testBundle.putString(TEST_BUNDLE_KEY, "TEST"); in testSendConnectionEventNotNull()
840 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
875 Bundle testBundle = new Bundle(); in testSendCallEventNonNull() local
876 testBundle.putString(TEST_BUNDLE_KEY, "TEST"); in testSendCallEventNonNull()
880 testBundle); in testSendCallEventNonNull()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchIndexableResourcesTest.java69 final SearchIndexableData testBundle = new SearchIndexableData(null, null); in testAddIndex() local
70 mSearchProvider.getSearchIndexableResources().addIndex(testBundle); in testAddIndex()
73 .contains(testBundle); in testAddIndex()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSCaptivePortalAppTest.kt123 val testBundle = Bundle() in startCaptivePortalApp() constant
126 testBundle.putString(testKey, testValue) in startCaptivePortalApp()
128 cm.startCaptivePortalApp(network, testBundle) in startCaptivePortalApp()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java4825 final Bundle testBundle = new Bundle();
4828 testBundle.putString(testKey, testValue);
4831 mCm.startCaptivePortalApp(network, testBundle);