Home
last modified time | relevance | path

Searched refs:tapPendingIntent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java807 PendingIntent tapPendingIntent; in notifyUserForCaCertificate() local
809 tapPendingIntent = genCaCertNotifIntent(ACTION_CERT_NOTIF_TAP, mCurrentTofuConfig.SSID); in notifyUserForCaCertificate()
814 tapPendingIntent = mFacade.getActivity(mContext, 0, openLinkIntent, in notifyUserForCaCertificate()
833 .setContentIntent(tapPendingIntent) in notifyUserForCaCertificate()
DWifiSettingsStore.java234 PendingIntent tapPendingIntent = mFrameworkFacade.getActivity(mContext, 0, openLinkIntent, in showNotification() local
245 .setContentIntent(tapPendingIntent) in showNotification()