HomeSort by relevance Sort by last modified time
    Searched refs:entry0 (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationViewHierarchyManagerTest.java 92 // Tests 3 top level notifications becoming a single bundled notification with |entry0| as
94 NotificationData.Entry entry0 = createEntry(); local
99 mListContainer.addContainerView(entry0.row);
103 Lists.newArrayList(entry0, entry1, entry2));
106 when(mGroupManager.isChildInGroupWithSummary(entry0.notification)).thenReturn(false);
109 when(mGroupManager.getGroupSummary(entry1.notification)).thenReturn(entry0.row);
110 when(mGroupManager.getGroupSummary(entry2.notification)).thenReturn(entry0.row);
117 assertTrue(Lists.newArrayList(entry0.row).equals(mListContainer.mRows));
123 NotificationData.Entry entry0 = createEntry(); local
126 entry0.row.addChildNotification(entry1.row)
152 NotificationData.Entry entry0 = createEntry(); local
178 NotificationData.Entry entry0 = createEntry(); local
    [all...]
  /external/valgrind/memcheck/tests/linux/
proc-auxv.c 18 void *entry0 = NULL; local
33 entry0 = (void *) auxv_p->a_un.a_val;
52 if (entry0 == entry1 && entry0 != NULL)
  /external/tensorflow/tensorflow/compiler/xla/tests/
params_test.cc 230 const float entry0 = i; local
232 sum[0] += entry0;
235 std::vector<float> sum_value = {{entry0, entry1}};
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 1124 InfoEntry* entry0 = reinterpret_cast<InfoEntry*>(expected_info.data()); local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 

Completed in 223 milliseconds