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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDownloadManagerTest.java 146 long firstId = manager.enqueue(request.setDestinationUri(destination));
SQLiteDatabaseTest.java 589 long firstId = database.replaceOrThrow("table_name", null, valuesA);
590 Cursor firstCursor = executeQuery(query + firstId);
596 assertThat(firstId).isEqualTo(id);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java 122 int firstId = Integer.MIN_VALUE;
127 prevId = firstId;
134 firstId = firstChild.getId();
136 } while ((prevId != firstId) || (prevTop != firstTop));
142 firstId = Integer.MIN_VALUE;
145 prevId = firstId;
152 firstId = firstChild.getId();
154 } while ((prevId != firstId) || (prevTop != firstTop));
GridTouchVerticalSpacingTest.java 106 int firstId = Integer.MIN_VALUE;
111 prevId = firstId;
118 firstId = firstChild.getId();
120 } while ((prevId != firstId) || (prevTop != firstTop));
127 firstId = Integer.MIN_VALUE;
130 prevId = firstId;
137 firstId = firstChild.getId();
139 } while ((prevId != firstId) || (prevTop != firstTop));
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
inline_pass.cpp 530 const uint32_t firstId = (*firstBlk)->id();
533 [&firstId, &lastId, this](uint32_t succ) {
535 sbp->ForEachPhiInst([&firstId, &lastId](ir::Instruction* phi) {
536 phi->ForEachInId([&firstId, &lastId](uint32_t* id) {
537 if (*id == firstId) *id = lastId;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 156 int firstId = CUSTOM_NOTIFICATION_ID;
158 lists.put(firstId, Integer.toString(firstId));
174 .addTaggedData(MetricsEvent.NOTIFICATION_ID, firstId)
213 .addTaggedData(MetricsEvent.NOTIFICATION_ID, firstId)
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SecurityLoggingTest.java 315 final long firstId = events.get(0).getId();
317 assertEquals("Event id wasn't reset.", 0L, firstId);
324 firstId, prevBatchLastId + 1);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 492 milliseconds