HomeSort by relevance Sort by last modified time
    Searched defs:update1 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 946 final NotificationChannel update1 = getChannel(); local
970 final NotificationChannel update1 = getChannel(); local
990 final NotificationChannel update1 = getChannel(); local
1013 final NotificationChannel update1 = getChannel(); local
    [all...]
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
SortedListTest.java 848 final PayloadChange update1 = mPayloadUpdates.get(0); local
849 assertEquals(1, update1.position);
850 assertEquals(1, update1.count);
851 assertEquals(222, update1.payload);
931 final PayloadChange update1 = mPayloadUpdates.get(0); local
932 assertEquals(0, update1.position);
933 assertEquals(1, update1.count);
934 assertEquals(222, update1.payload);
    [all...]

Completed in 93 milliseconds