Home
last modified time | relevance | path

Searched refs:insertLog (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DHealthConnectAccessLogsTest.java399 List<AccessLog> insertLog = queryAccessLogs(); in testAccessLogs_deleteById_expectDeleteLogs() local
400 assertThat(insertLog).hasSize((1)); in testAccessLogs_deleteById_expectDeleteLogs()
401 assertThat(insertLog.get(0).getOperationType()).isEqualTo(OPERATION_TYPE_UPSERT); in testAccessLogs_deleteById_expectDeleteLogs()
466 List<AccessLog> insertLog = queryAccessLogs(); in testAccessLogs_deleteWithManageHealthDataPermission_noLog() local
467 assertThat(insertLog).hasSize((1)); in testAccessLogs_deleteWithManageHealthDataPermission_noLog()
468 assertThat(insertLog.get(0).getOperationType()).isEqualTo(OPERATION_TYPE_UPSERT); in testAccessLogs_deleteWithManageHealthDataPermission_noLog()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java758 String insertLog = String.format(Locale.getDefault(), in insertInternal() local
761 Log.i(TAG, insertLog); in insertInternal()
762 mLocalLog.log(insertLog); in insertInternal()