Searched refs:openLinkIntent (Results 1 – 3 of 3) sorted by relevance
231 Intent openLinkIntent = new Intent(Intent.ACTION_VIEW) in showNotification()234 PendingIntent tapPendingIntent = mFrameworkFacade.getActivity(mContext, 0, openLinkIntent, in showNotification()
509 Intent openLinkIntent = new Intent(Intent.ACTION_VIEW) in LegacySimpleDialogHandle()513 c.startActivityAsUser(openLinkIntent, UserHandle.CURRENT); in LegacySimpleDialogHandle()
811 Intent openLinkIntent = new Intent(Intent.ACTION_VIEW) in notifyUserForCaCertificate() local814 tapPendingIntent = mFacade.getActivity(mContext, 0, openLinkIntent, in notifyUserForCaCertificate()