Home
last modified time | relevance | path

Searched refs:openLinkIntent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiSettingsStore.java231 Intent openLinkIntent = new Intent(Intent.ACTION_VIEW) in showNotification()
234 PendingIntent tapPendingIntent = mFrameworkFacade.getActivity(mContext, 0, openLinkIntent, in showNotification()
DWifiDialogManager.java509 Intent openLinkIntent = new Intent(Intent.ACTION_VIEW) in LegacySimpleDialogHandle()
513 c.startActivityAsUser(openLinkIntent, UserHandle.CURRENT); in LegacySimpleDialogHandle()
DInsecureEapNetworkHandler.java811 Intent openLinkIntent = new Intent(Intent.ACTION_VIEW) in notifyUserForCaCertificate() local
814 tapPendingIntent = mFacade.getActivity(mContext, 0, openLinkIntent, in notifyUserForCaCertificate()