Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java199 || !areBundlesEqual(oldNotification.extras, newNotification.extras) in sameNotificationContent()
217 private boolean areBundlesEqual(Bundle oldBundle, Bundle newBundle) { in areBundlesEqual() method in CarNotificationDiff
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java507 assertTrue(areBundlesEqual(expectedExtras, capturedIntent.getExtras()));
543 private static boolean areBundlesEqual(Bundle b1, Bundle b2) {
DTelecomServiceImplTest.java728 assertTrue(areBundlesEqual(expectedExtras, in addCallTestHelper()
795 assertTrue(areBundlesEqual(expectedExtras, capturedIntent.getExtras())); in placeCallTestHelper()
1238 private static boolean areBundlesEqual(Bundle b1, Bundle b2) { in areBundlesEqual() method in TelecomServiceImplTest
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2018 if (!areBundlesEqual(mOriginalConnectionExtras, extras)) { in updateExtras()
2059 private static boolean areBundlesEqual(Bundle extras, Bundle newExtras) { in areBundlesEqual() method in TelephonyConnection