/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentWorker.java | 205 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 …]
|
D | AppSearchMeasurementRollbackDao.java | 153 public static String getRowId( in getRowId() method in AppSearchMeasurementRollbackDao
|
D | AppSearchModuleEnrollmentStateDao.java | 80 public static String getRowId(@NonNull String uid) { in getRowId() method in AppSearchModuleEnrollmentStateDao
|
D | AppSearchAppConsentDao.java | 141 public static String getRowId(@NonNull String uid, @NonNull String consentType) { in getRowId() method in AppSearchAppConsentDao
|
D | AppSearchMeasurementRollbackWorker.java | 111 AppSearchMeasurementRollbackDao.getRowId(mUserId, deletionApiType), in createAppSearchMeasurementRollbackDao()
|
D | AppSearchNotificationDao.java | 135 public static String getRowId(@NonNull String uid) { in getRowId() method in AppSearchNotificationDao
|
D | AppSearchConsentDao.java | 136 public static String getRowId(@NonNull String uid, @NonNull String apiType) { in getRowId() method in AppSearchConsentDao
|
D | AppSearchInteractionsDao.java | 144 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/ |
D | DBHistogramEventDataTest.java | 50 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()
|
D | DBProtectedServersEncryptionConfigTest.java | 50 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/ |
D | AppSearchMeasurementRollbackDaoTest.java | 19 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()
|
D | AppSearchModuleEnrollmentStateDaoTest.java | 118 assertThat(AppSearchModuleEnrollmentStateDao.getRowId(ID1)).isEqualTo(ID1); in testGetRowId()
|
D | AppSearchConsentWorkerTest.java | 332 () -> 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()
|
D | AppSearchConsentDaoTest.java | 120 assertThat(AppSearchConsentDao.getRowId(ID, API_TYPE)).isEqualTo(expected); in testGetRowId()
|
D | AppSearchAppConsentDaoTest.java | 133 assertThat(AppSearchAppConsentDao.getRowId(ID, consentType)).isEqualTo(expected); in testGetRowId()
|
D | AppSearchInteractionsDaoTest.java | 130 assertThat(AppSearchInteractionsDao.getRowId(ID, apiType)).isEqualTo(ID + "_" + apiType); in testGetRowId()
|
/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/ |
D | MindfulSessionRecordInternalTest.java | 189 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()
|
D | ActivityIntensityRecordInternalTest.java | 200 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/ |
D | PaginationParameters.java | 101 public int getRowId() { in getRowId() method in PaginationParameters
|
D | ItemsProvider.java | 274 + " 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/ |
D | AppSearchConsentDao.java | 87 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/ |
D | DBHistogramEventData.java | 57 public abstract Long getRowId(); in getRowId() method in DBHistogramEventData
|
D | DBProtectedServersEncryptionConfig.java | 57 public abstract Long getRowId(); in getRowId() method in DBProtectedServersEncryptionConfig
|
/packages/modules/AdServices/adservices/tests/cts/hosttests/app/src/com/android/adservices/cts/ |
D | AppSearchWriterActivity.java | 111 AppSearchConsentDao.getRowId(userId, apiType), in setConsent()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuRowView.java | 209 public String getRowId() { in getRowId() method in MenuRowView
|