Searched refs:getAppInfoId (Results 1 – 13 of 13) sorted by relevance
174 assertThat(decodedRecord.getAppInfoId()).isEqualTo(-1); in writeToParcel_populateUsing_allFieldsSet()213 assertThat(decodedRecord.getAppInfoId()).isEqualTo(-1); in writeToParcel_populateUsing_optionalFieldsNotSet()269 assertThat(internalRecord.getAppInfoId()).isEqualTo(-1); in mindfulnessSessionRecord_toInternalRecord_allFieldsSet()306 assertThat(internalRecord.getAppInfoId()).isEqualTo(-1); in mindfulnessSessionRecord_toInternalRecord_optionalFieldsNotSet()
132 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in setUp()133 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME_2)).thenReturn(APP_PACKAGE_ID_2); in setUp()134 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME_3)).thenReturn(APP_PACKAGE_ID_3); in setUp()135 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME_4)).thenReturn(APP_PACKAGE_ID_4); in setUp()302 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in testNewMaybeRemoveAppFromPriorityList_ifNoDataForApp_removesApp()331 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in testOldMaybeRemoveAppFromPriorityList_ifNoWritePermissionsForApp_removesApp()425 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in testNewUpdateHealthDataPriority_ifNoDataForApp_removesApp()458 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in testOldUpdateHealthDataPriority_ifNoWritePermissionsForApp_removesApp()481 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in testOldMaybeRemoveAppWithoutWritePermissionsFromPriorityList_removesApp()501 when(mAppInfoHelper.getAppInfoId(APP_PACKAGE_NAME)).thenReturn(APP_PACKAGE_ID); in testNewMaybeRemoveAppWithoutWritePermissionsFromPriorityList_ifNoDataForApp_removesApp()[all …]
81 assertThat(AppInfoHelper.getInstance().getAppInfoId(packageName)) in insertApp()
401 long appId = AppInfoHelper.getInstance().getAppInfoId(packageName); in getExtraDataReadRequests()505 .getAppInfoId(session.getPackageName()) in getReadRequestsForRecordsModifiedByUpsertion()600 long appId = AppInfoHelper.getInstance().getAppInfoId(packageName); in getExerciseRouteReadAccessType()
170 appInfoHelper.getAppInfoId(callingPackage), startDateAccess)); in getAggregateTableRequest()706 long callingAppInfoId = appInfoHelper.getAppInfoId(callingPackageName); in getReadTableWhereClause()832 recordContentValues.put(APP_INFO_ID_COLUMN_NAME, recordInternal.getAppInfoId()); in getContentValues()
137 APP_ID_COLUMN_NAME, AppInfoHelper.getInstance().getAppInfoId(packageName)); in getUpsertTableRequest()
207 public long getAppInfoId(String packageName) { in getAppInfoId() method in AppInfoHelper237 packageNames.forEach(packageName -> result.add(getAppInfoId(packageName))); in getAppInfoIds()
488 newPriorityList.remove(AppInfoHelper.getInstance().getAppInfoId(packageName)); in maybeRemoveAppFromPriorityListInternal()
52 mRequestingPackageNameId = AppInfoHelper.getInstance().getAppInfoId(packageName); in DeleteTransactionRequest()
185 /* expected args value */ String.valueOf(recordInternal.getAppInfoId())); in generateWhereClausesForUpdate()
348 .putLong(record.getAppInfoId()) in getDedupeByteBuffer()362 .putLong(record.getAppInfoId()) in getDedupeByteBuffer()
255 public long getAppInfoId() { in getAppInfoId() method in RecordInternal
187 upsertRequest.getRecordInternal().getAppInfoId(), in insertAll()576 upsertRequest.getRecordInternal().getAppInfoId(), in updateAll()