Searched refs:apiMethod (Results 1 – 2 of 2) sorted by relevance
355 List<StatsLog.EventMetricData> data, ApiMethod apiMethod, ApiStatus status) { in getEventForApiMethod() argument360 if (atom.getApiMethod().equals(apiMethod) && atom.getApiStatus().equals(status)) { in getEventForApiMethod()368 List<StatsLog.EventMetricData> data, ApiMethod apiMethod) { in getEventForApiMethod() argument373 if (atom.getApiMethod().equals(apiMethod)) { in getEventForApiMethod()
369 public Builder(boolean holdsDataManagementPermission, @ApiMethods.ApiMethod int apiMethod) { in Builder() argument371 mHealthDataServiceApiMethod = apiMethod; in Builder()