Home
last modified time | relevance | path

Searched refs:getRowIndex (Results 1 – 17 of 17) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DLogUtils.java97 || eventLogRecord.getRowIndex() >= parent.getRows().size()) { in writeLogRecords()
103 if (queryRow == null || eventLogRecord.getRowIndex() in writeLogRecords()
113 .setRowIndex(eventLogRecord.getRowIndex()) in writeLogRecords()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/
DWebViewFlow.java241 if (eventData.getType() <= 0 || eventData.getRowIndex() < 0 in writeEvent()
242 || eventData.getRowIndex() >= rowCount) { in writeEvent()
254 .setRowIndex(eventData.getRowIndex()) in writeEvent()
262 mQueryId, eventData.getType(), eventData.getRowIndex(), mService)) { in writeEvent()
/packages/modules/OnDevicePersonalization/samples/odpsamplenetwork/src/main/java/com/example/odpsamplenetwork/
DSampleHandler.java625 || req.getRows().size() <= ev.getRowIndex() in handleConversion()
626 || req.getRows().get(ev.getRowIndex()) == null) { in handleConversion()
629 String reqAdId = (String) req.getRows().get(ev.getRowIndex()).get(AD_ID_KEY); in handleConversion()
644 .setRowIndex(found.getRowIndex()) in handleConversion()
763 || req.getRows().size() <= ev.getRowIndex() in handleOnWebTrigger()
764 || req.getRows().get(ev.getRowIndex()) == null) { in handleOnWebTrigger()
767 String landingPage = (String) req.getRows().get(ev.getRowIndex()) in handleOnWebTrigger()
785 .setRowIndex(found.getRowIndex()) in handleOnWebTrigger()
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/
DDataClassesTest.java126 assertEquals(6, output.getEventLogRecord().getRowIndex()); in testEventOutput()
213 assertEquals(2, logRecord.getRowIndex()); in testEventLogRecord()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/events/
DEventTest.java56 assertEquals(event1.getRowIndex(), rowIndex); in testBuilderAndEquals()
DJoinedEventTest.java57 assertEquals(joinedEvent1.getRowIndex(), rowIndex); in testBuilderAndEquals()
DEventsDaoTest.java583 mTestEvent.getRowIndex(), in testHasExistingEvent()
601 .setRowIndex(event.getRowIndex()) in createExpectedJoinedEvent()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DOnDevicePersonalizationFrameworkClassesTest.java204 assertEquals(6, result2.getEventLogRecord().getRowIndex()); in testEventOutput()
247 assertEquals(2, logRecord.getRowIndex()); in testEventLogRecord()
DIsolatedServiceTest.java394 assertEquals(2, result.getEventLogRecord().getRowIndex()); in testOnEvent()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEvent.java122 public int getRowIndex() { in getRowIndex() method in Event
DJoinedEvent.java131 public int getRowIndex() { in getRowIndex() method in JoinedEvent
DJoinedTableDao.java185 joinedEvent.getRowIndex()); in populateTable()
DEventsDao.java92 values.put(EventsContract.EventsEntry.ROW_INDEX, event.getRowIndex()); in insertEvent()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java139 cic.getRowIndex() - getRowsNotForAccessibility(glp.getViewAdapterPosition()), in onInitializeAccessibilityNodeInfoForItem()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DEventLogRecord.java146 public @IntRange(from = 0) int getRowIndex() { in getRowIndex() method in EventLogRecord
/packages/modules/OnDevicePersonalization/framework/api/
Dcurrent.txt35 method @IntRange(from=0) public int getRowIndex();
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt4185 Landroid/icu/text/RBBIDataWrapper;->getRowIndex(I)I