Searched refs:mConnectionFailureNotificationBuilder (Results 1 – 3 of 3) sorted by relevance
57 @Mock private ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder; field in ConnectionFailureNotifierTest73 when(mConnectionFailureNotificationBuilder in setUp()75 when(mConnectionFailureNotificationBuilder.buildChangeMacRandomizationSettingDialog(any(), in setUp()80 mConnectionFailureNotificationBuilder); in setUp()132 verify(mConnectionFailureNotificationBuilder).buildChangeMacRandomizationSettingDialog( in testConnectionFailureSendRandomizationSettingsNotification()169 verify(mConnectionFailureNotificationBuilder, never()) in testWifiConfigurationMismatch()
46 private final ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder; field in ConnectionFailureNotifier62 mConnectionFailureNotificationBuilder = connectionFailureNotificationBuilder; in ConnectionFailureNotifier()97 Notification notification = mConnectionFailureNotificationBuilder in showFailedToConnectDueToNoRandomizedMacSupportNotification()155 AlertDialog dialog = mConnectionFailureNotificationBuilder in showRandomizationSettingsDialog()
210 private final ConnectionFailureNotificationBuilder mConnectionFailureNotificationBuilder; field in WifiInjector264 mConnectionFailureNotificationBuilder = new ConnectionFailureNotificationBuilder( in WifiInjector()473 mWifiNotificationManager, mConnectionFailureNotificationBuilder); in WifiInjector()