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/fuelgauge/
PowerUsageDetail.java 124 private Button mReportButton;
216 mReportButton = (Button)mRootView.findViewById(R.id.right_button);
236 mReportButton.setText(com.android.internal.R.string.report);
237 mReportButton.setTag(ACTION_REPORT);
238 mReportButton.setOnClickListener(this);
253 mReportButton.setEnabled(mInstaller != 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;
139 mReportButton = (Button)mRootView.findViewById(R.id.left_button);
141 mReportButton.setVisibility(View.INVISIBLE);

Completed in 165 milliseconds