Searched refs:otherCallback (Results 1 – 2 of 2) sorted by relevance
186 val otherCallback = mock(PrivacyItemController.Callback::class.java) in testAddMultipleCallbacks() constant191 privacyItemController.addCallback(otherCallback) in testAddMultipleCallbacks()193 verify(otherCallback).onPrivacyItemsChanged(anyList()) in testAddMultipleCallbacks()202 val otherCallback = mock(PrivacyItemController.Callback::class.java) in testMultipleCallbacksAreUpdated() constant204 privacyItemController.addCallback(otherCallback) in testMultipleCallbacksAreUpdated()207 reset(otherCallback) in testMultipleCallbacksAreUpdated()213 verify(otherCallback).onPrivacyItemsChanged(anyList()) in testMultipleCallbacksAreUpdated()219 val otherCallback = mock(PrivacyItemController.Callback::class.java) in testRemoveCallback() constant221 privacyItemController.addCallback(otherCallback) in testRemoveCallback()225 reset(otherCallback) in testRemoveCallback()[all …]
61 private lateinit var otherCallback: AccessPointController.AccessPointCallback variable in com.android.systemui.statusbar.connectivity.AccessPointControllerImplTest114 controller.addAccessPointCallback(otherCallback) in testLifecycleStillStartedAfterRemovingSecondCallback()