Searched refs:HealthConnectServiceLogger (Results 1 – 3 of 3) sorted by relevance
51 import com.android.server.healthconnect.logging.HealthConnectServiceLogger;52 import com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods;73 new HealthConnectServiceLogger.Builder(true, ApiMethods.API_METHOD_UNKNOWN).build().log(); in testDoNotLog_HoldsDataManagementPermission()87 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN).build().log(); in testLogs_notHoldsDataManagementPermission()107 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_foreground15MinRead()130 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_background15MinRead()153 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_background24hourRead()176 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_foreground24hourRead()199 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_foreground15MinWrite()222 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_background15MinWrite()[all …]
31 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.DELETE…32 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.GET_CH…33 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.GET_CH…34 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.INSERT…35 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.READ_A…36 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.READ_D…37 import static com.android.server.healthconnect.logging.HealthConnectServiceLogger.ApiMethods.UPDATE…140 import com.android.server.healthconnect.logging.HealthConnectServiceLogger;361 final HealthConnectServiceLogger.Builder logger = in insertRecords()362 new HealthConnectServiceLogger.Builder(false, INSERT_DATA) in insertRecords()[all …]
165 public class HealthConnectServiceLogger { class504 public HealthConnectServiceLogger build() { in build()506 return new HealthConnectServiceLogger(this); in build()615 private HealthConnectServiceLogger(@NonNull HealthConnectServiceLogger.Builder builder) { in HealthConnectServiceLogger() method in HealthConnectServiceLogger