OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openLinkMenuItem
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java
285
final MenuItem
openLinkMenuItem
=
288
openLinkMenuItem
.setOnMenuItemClickListener(null);
289
openLinkMenuItem
.setIntent(new Intent(Intent.ACTION_VIEW, Uri.parse(extra)));
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java
299
final MenuItem
openLinkMenuItem
=
302
openLinkMenuItem
.setOnMenuItemClickListener(null);
303
openLinkMenuItem
.setIntent(new Intent(Intent.ACTION_VIEW, Uri.parse(extra)));
Completed in 24 milliseconds