Searched defs:throttle (Results 1 – 4 of 4) sorted by relevance
59 static Set<StatusBarNotification> throttle( in throttle() method in NotificationThrottler
55 fun <T> Flow<T>.throttle(periodMs: Long): Flow<T> = channelFlow { in <lambda>() method
693 @TelephonyManager.PurchasePremiumCapabilityResult int result, boolean throttle) { in handlePurchaseResult()
1616 protected void notifyThrottling(boolean throttle, long throttleTime, int transportType) { in notifyThrottling()