Searched refs:OnSetAlert (Results 1 – 2 of 2) sorted by relevance
28 data class OnSetAlert(val quotaBytes: Long) : CallbackType() dataClass43 history.add(CallbackType.OnSetAlert(quotaBytes)) in onSetAlert()60 assertEquals(CallbackType.OnSetAlert(quotaBytes), history.poll(DEFAULT_TIMEOUT_MS)) in expectOnSetAlert()
44 data class OnSetAlert(val quotaBytes: Long) : CallbackType() dataClass69 history.add(CallbackType.OnSetAlert(quotaBytes)) in onSetAlert()86 assertEquals(CallbackType.OnSetAlert(quotaBytes), history.poll(timeout)) in expectOnSetAlert()