/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/ |
D | LogUtils.java | 97 || 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/ |
D | WebViewFlow.java | 241 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/ |
D | SampleHandler.java | 625 || 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/ |
D | DataClassesTest.java | 126 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/ |
D | EventTest.java | 56 assertEquals(event1.getRowIndex(), rowIndex); in testBuilderAndEquals()
|
D | JoinedEventTest.java | 57 assertEquals(joinedEvent1.getRowIndex(), rowIndex); in testBuilderAndEquals()
|
D | EventsDaoTest.java | 583 mTestEvent.getRowIndex(), in testHasExistingEvent() 601 .setRowIndex(event.getRowIndex()) in createExpectedJoinedEvent()
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/ |
D | OnDevicePersonalizationFrameworkClassesTest.java | 204 assertEquals(6, result2.getEventLogRecord().getRowIndex()); in testEventOutput() 247 assertEquals(2, logRecord.getRowIndex()); in testEventLogRecord()
|
D | IsolatedServiceTest.java | 394 assertEquals(2, result.getEventLogRecord().getRowIndex()); in testOnEvent()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/ |
D | Event.java | 122 public int getRowIndex() { in getRowIndex() method in Event
|
D | JoinedEvent.java | 131 public int getRowIndex() { in getRowIndex() method in JoinedEvent
|
D | JoinedTableDao.java | 185 joinedEvent.getRowIndex()); in populateTable()
|
D | EventsDao.java | 92 values.put(EventsContract.EventsEntry.ROW_INDEX, event.getRowIndex()); in insertEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsGridAdapter.java | 139 cic.getRowIndex() - getRowsNotForAccessibility(glp.getViewAdapterPosition()), in onInitializeAccessibilityNodeInfoForItem()
|
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/ |
D | EventLogRecord.java | 146 public @IntRange(from = 0) int getRowIndex() { in getRowIndex() method in EventLogRecord
|
/packages/modules/OnDevicePersonalization/framework/api/ |
D | current.txt | 35 method @IntRange(from=0) public int getRowIndex();
|
/packages/modules/RuntimeI18n/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4185 Landroid/icu/text/RBBIDataWrapper;->getRowIndex(I)I
|