Searched refs:onAccept (Results 1 – 6 of 6) sorted by relevance
95 arguments -> onAccept()) in setupConfirmationDialog()111 private void onAccept() { in onAccept() method in NewUserDisclaimerActivity
100 turnOnBtn.setOnClickListener(this::onAccept); in onFinishInflate()114 private void onAccept(View v) { in onAccept() method in HotseatEduDialog
648 if (null != mCallbacks) mCallbacks.onAccept(ssid, networkId); in handleAccept()945 public void onAccept(@NonNull String ssid, int networkId) {} in onAccept() method in InsecureEapNetworkHandler.InsecureEapNetworkHandlerCallbacks
872 public void onAccept(String ssid, int networkId) { in ClientModeImpl()
1174 verify(mCallbacks).onAccept(eq(config.SSID), eq(config.networkId)); in verifyTrustOnFirstUseFlow()
9817 mCmi.mInsecureEapNetworkHandlerCallbacksImpl.onAccept(testConfig.SSID, in verifyTrustOnFirstUseAcceptWhenConnectByUser()9890 mCmi.mInsecureEapNetworkHandlerCallbacksImpl.onAccept(testConfig.SSID, in verifyTrustOnFirstUseAcceptWhenAutoConnect()9972 mCmi.mInsecureEapNetworkHandlerCallbacksImpl.onAccept(testConfig.SSID, in verifyLegacyEapNetworkAcceptWhenConnectByUser()10006 mCmi.mInsecureEapNetworkHandlerCallbacksImpl.onAccept(testConfig.SSID, in verifyLegacyEapNetworkAcceptOnNotificationWhenAutoConnect()