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

  /packages/apps/Browser/src/com/android/browser/
SelectDialog.java 26 private View mShareButton;
39 mShareButton = findViewById(R.id.share);
40 mShareButton.setOnClickListener(mShareListener);
GeolocationPermissionsPrompt.java 37 private Button mShareButton;
54 mShareButton = (Button) findViewById(R.id.share_button);
59 mShareButton.setOnClickListener(new View.OnClickListener() {

Completed in 757 milliseconds