Searched refs:API_METHOD_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/logging/ |
D | HealthConnectServiceLoggerTest.java | 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() 245 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_background24hourWrite() 268 new HealthConnectServiceLogger.Builder(false, ApiMethods.API_METHOD_UNKNOWN) in testRateLimiter_foreground24hourWrite() [all …]
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/logging/ |
D | HealthConnectServiceLogger.java | 187 public static final int API_METHOD_UNKNOWN = field in HealthConnectServiceLogger.ApiMethods 204 API_METHOD_UNKNOWN,
|