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.java196 || !areBundlesEqual(oldNotification.extras, newNotification.extras) in sameNotificationContent()
214 private boolean areBundlesEqual(Bundle oldBundle, Bundle newBundle) { in areBundlesEqual() method in CarNotificationDiff
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java676 assertTrue(areBundlesEqual(expectedExtras, in addCallTestHelper()
740 assertTrue(areBundlesEqual(expectedExtras, capturedIntent.getExtras())); in placeCallTestHelper()
1059 private static boolean areBundlesEqual(Bundle b1, Bundle b2) { in areBundlesEqual() method in TelecomServiceImplTest
DNewOutgoingCallIntentBroadcasterTest.java507 assertTrue(areBundlesEqual(expectedExtras, capturedIntent.getExtras()));
543 private static boolean areBundlesEqual(Bundle b1, Bundle b2) {
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2027 if (!areBundlesEqual(mOriginalConnectionExtras, extras)) { in updateExtras()
2068 private static boolean areBundlesEqual(Bundle extras, Bundle newExtras) { in areBundlesEqual() method in TelephonyConnection