Home
last modified time | relevance | path

Searched refs:getRowId (Results 1 – 25 of 36) sorted by relevance

12

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentWorker.java205 AppSearchConsentDao.getRowId(mUid, apiType), in setConsent()
247 AppSearchAppConsentDao.getRowId(mUid, consentType), in clearAppsWithConsent()
274 AppSearchAppConsentDao.getRowId(mUid, consentType), in addAppWithConsent()
366 AppSearchNotificationDao.getRowId(mUid), in recordNotificationDisplayed()
384 AppSearchNotificationDao.getRowId(mUid), in recordGaUxNotificationDisplayed()
417 AppSearchInteractionsDao.getRowId(mUid, apiType), in setCurrentPrivacySandboxFeature()
453 AppSearchInteractionsDao.getRowId(mUid, apiType), in recordUserManualInteractionWithConsent()
610 AppSearchUxStatesDao.getRowId(mUid), in setAdIdEnabled()
643 AppSearchUxStatesDao.getRowId(mUid), in setU18Account()
676 AppSearchUxStatesDao.getRowId(mUid), in setEntryPointEnabled()
[all …]
DAppSearchMeasurementRollbackDao.java153 public static String getRowId( in getRowId() method in AppSearchMeasurementRollbackDao
DAppSearchModuleEnrollmentStateDao.java80 public static String getRowId(@NonNull String uid) { in getRowId() method in AppSearchModuleEnrollmentStateDao
DAppSearchAppConsentDao.java141 public static String getRowId(@NonNull String uid, @NonNull String consentType) { in getRowId() method in AppSearchAppConsentDao
DAppSearchMeasurementRollbackWorker.java111 AppSearchMeasurementRollbackDao.getRowId(mUserId, deletionApiType), in createAppSearchMeasurementRollbackDao()
DAppSearchNotificationDao.java135 public static String getRowId(@NonNull String uid) { in getRowId() method in AppSearchNotificationDao
DAppSearchConsentDao.java136 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() method in AppSearchConsentDao
DAppSearchInteractionsDao.java144 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() method in AppSearchInteractionsDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/
DDBHistogramEventDataTest.java50 assertThat(originalEventData.getRowId()).isEqualTo(NON_NULL_ROW_ID); in testBuildValidEventData_success()
70 assertThat(originalEventData.getRowId()).isNull(); in testBuildUnsetRowId_success()
145 assertThat(originalEventData.getRowId()).isEqualTo(NON_NULL_ROW_ID); in testCreateValidEventData_success()
165 assertThat(originalEventData.getRowId()).isNull(); in testCreateNullRowId_success()
DDBProtectedServersEncryptionConfigTest.java50 assertThat(dBEncryptionKey.getRowId()).isEqualTo(NON_NULL_ROW_ID); in testBuildValidEncryptionKey_success()
68 assertThat(dBEncryptionKey.getRowId()).isNull(); in testBuildValidEncryptionKey_rowIdAbsent_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchMeasurementRollbackDaoTest.java19 import static com.android.adservices.service.appsearch.AppSearchMeasurementRollbackDao.getRowId;
120 expect.that(getRowId(ID, AdServicesManager.MEASUREMENT_DELETION)).isEqualTo(expected); in testGetRowId()
124 () -> getRowId(null, AdServicesManager.MEASUREMENT_DELETION)); in testGetRowId()
DAppSearchModuleEnrollmentStateDaoTest.java118 assertThat(AppSearchModuleEnrollmentStateDao.getRowId(ID1)).isEqualTo(ID1); in testGetRowId()
DAppSearchConsentWorkerTest.java332 () -> AppSearchAppConsentDao.getRowId(any(), eq(consentType)), atLeastOnce()); in testAddAppWithConsent_null()
391 () -> AppSearchAppConsentDao.getRowId(any(), eq(consentType)), never()); in testRemoveAppWithConsent_null()
533 when(AppSearchNotificationDao.getRowId(eq("" + UID))).thenReturn("" + UID); in runRecordNotificationDisplayed()
636 when(AppSearchInteractionsDao.getRowId(any(), any())).thenReturn("" + UID); in testRecordUserManualInteractionWithConsent_failure_timeout()
657 when(AppSearchInteractionsDao.getRowId(any(), any())).thenReturn("" + UID); in testRecordUserManualInteractionWithConsent()
DAppSearchConsentDaoTest.java120 assertThat(AppSearchConsentDao.getRowId(ID, API_TYPE)).isEqualTo(expected); in testGetRowId()
DAppSearchAppConsentDaoTest.java133 assertThat(AppSearchAppConsentDao.getRowId(ID, consentType)).isEqualTo(expected); in testGetRowId()
DAppSearchInteractionsDaoTest.java130 assertThat(AppSearchInteractionsDao.getRowId(ID, apiType)).isEqualTo(ID + "_" + apiType); in testGetRowId()
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DMindfulSessionRecordInternalTest.java189 assertThat(decodedRecord.getRowId()).isEqualTo(-1); in writeToParcel_populateUsing_allFieldsSet()
228 assertThat(decodedRecord.getRowId()).isEqualTo(-1); in writeToParcel_populateUsing_optionalFieldsNotSet()
284 assertThat(internalRecord.getRowId()).isEqualTo(-1); in mindfulnessSessionRecord_toInternalRecord_allFieldsSet()
321 assertThat(internalRecord.getRowId()).isEqualTo(-1); in mindfulnessSessionRecord_toInternalRecord_optionalFieldsNotSet()
DActivityIntensityRecordInternalTest.java200 assertThat(decodedRecord.getRowId()).isEqualTo(-1); in writeToParcel_populateUsing_allFieldsSet()
237 assertThat(decodedRecord.getRowId()).isEqualTo(-1); in writeToParcel_populateUsing_optionalFieldsNotSet()
289 assertThat(internalRecord.getRowId()).isEqualTo(-1); in activityIntensityRecord_toInternalRecord_allFieldsSet()
324 assertThat(internalRecord.getRowId()).isEqualTo(-1); in activityIntensityRecord_toInternalRecord_optionalFieldsNotSet()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DPaginationParameters.java101 public int getRowId() { in getRowId() method in PaginationParameters
DItemsProvider.java274 + " row_id = " + paginationParameters.getRowId()); in queryMedia()
294 if (paginationParameters.getRowId() >= 0 in queryMedia()
296 extras.putInt(QUERY_ROW_ID, paginationParameters.getRowId()); in queryMedia()
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/dao/
DAppSearchConsentDao.java87 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() method in AppSearchConsentDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBHistogramEventData.java57 public abstract Long getRowId(); in getRowId() method in DBHistogramEventData
DDBProtectedServersEncryptionConfig.java57 public abstract Long getRowId(); in getRowId() method in DBProtectedServersEncryptionConfig
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/
DAppSearchWriterActivity.java111 AppSearchConsentDao.getRowId(userId, apiType), in setConsent()
/packages/apps/TV/src/com/android/tv/menu/
DMenuRowView.java209 public String getRowId() { in getRowId() method in MenuRowView

12