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

  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 85 Button mReportButton;
116 if (v == mReportButton) {
278 detail.mReportButton = (Button)root.findViewById(R.id.right_button);
313 detail.mReportButton.setOnClickListener(detail);
314 detail.mReportButton.setText(com.android.internal.R.string.report);
322 detail.mReportButton.setEnabled(detail.mInstaller != null);
324 detail.mReportButton.setEnabled(false);
ProcessStatsDetail.java 72 private Button mReportButton;
134 mReportButton = (Button)mRootView.findViewById(R.id.left_button);
136 mReportButton.setVisibility(View.INVISIBLE);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 311 private Button mReportButton;
404 mReportButton = (Button)mRootView.findViewById(R.id.right_button);
426 mReportButton.setText(com.android.internal.R.string.report);
427 mReportButton.setTag(ACTION_REPORT);
428 mReportButton.setOnClickListener(this);
443 mReportButton.setEnabled(mInstaller != null);

Completed in 84 milliseconds