Searched refs:setThresholdForAppId (Results 1 – 4 of 4) sorted by relevance
31 void setThresholdForAppId(int32_t appId, float threshold) EXCLUDES(mLock);
32 void SmallAreaDetectionAllowMappings::setThresholdForAppId(int32_t appId, float threshold) { in setThresholdForAppId() function in android::scheduler::SmallAreaDetectionAllowMappings
1278 mSmallAreaDetectionAllowMappings.setThresholdForAppId(appId, threshold); in setSmallAreaDetectionThreshold()
48 mMappings.setThresholdForAppId(kAppId1, kThreshold1); in TEST_F()