Searched refs:updateAlwaysOnNotificationInternal (Results 1 – 2 of 2) sorted by relevance
258 order.verify(vpn).updateAlwaysOnNotificationInternal(false); in testNotificationShownForAlwaysOnApp()262 order.verify(vpn).updateAlwaysOnNotificationInternal(true); in testNotificationShownForAlwaysOnApp()266 order.verify(vpn).updateAlwaysOnNotificationInternal(false); in testNotificationShownForAlwaysOnApp()270 order.verify(vpn).updateAlwaysOnNotificationInternal(true); in testNotificationShownForAlwaysOnApp()274 order.verify(vpn).updateAlwaysOnNotificationInternal(false); in testNotificationShownForAlwaysOnApp()284 doNothing().when(vpn).updateAlwaysOnNotificationInternal(anyBoolean()); in spyVpn()
1280 updateAlwaysOnNotificationInternal(visible); in updateAlwaysOnNotification()1284 protected void updateAlwaysOnNotificationInternal(boolean visible) { in updateAlwaysOnNotificationInternal() method in Vpn