HomeSort by relevance Sort by last modified time
    Searched refs:openUrlInMessage (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
ActivityHelper.java 62 public static boolean openUrlInMessage(Activity activity, String url, long senderAccountId) {
MessageFileView.java 127 return ActivityHelper.openUrlInMessage(this, url, Account.NO_ACCOUNT);
UIControllerOnePane.java 137 return ActivityHelper.openUrlInMessage(mActivity, url, getActualAccountId());
UIControllerTwoPane.java 230 return ActivityHelper.openUrlInMessage(mActivity, url, getActualAccountId());

Completed in 175 milliseconds