Searched refs:notifyCaptivePortalValidationPending (Results 1 – 4 of 4) sorted by relevance
228 mNotifier.notifyCaptivePortalValidationPending(TEST_NETWORK) in testConnectedNotification_NoSsid()242 mNotifier.notifyCaptivePortalValidationPending(TEST_NETWORK) in testConnectedNotification_WithSsid()256 mNotifier.notifyCaptivePortalValidationPending(TEST_NETWORK) in testConnectedVenueInfoNotification()276 mNotifier.notifyCaptivePortalValidationPending(TEST_NETWORK) in testConnectedVenueInfoNotification_VenueInfoDisabled()357 mNotifier.notifyCaptivePortalValidationPending(TEST_NETWORK) in testConnectedVenueInfoWithFriendlyNameNotification()
167 public void notifyCaptivePortalValidationPending(@NonNull Network network) { in notifyCaptivePortalValidationPending() method in NetworkStackNotifier
1864 verify(mNotifier).notifyCaptivePortalValidationPending(networkCaptor.getValue());2455 verify(mNotifier).notifyCaptivePortalValidationPending(networkCaptor.getValue());
1198 mNotifier.notifyCaptivePortalValidationPending(network); in processMessage()