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

  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 54 public String mUiBaseLabel;
208 mUiLabel = mUiBaseLabel = mName;
217 String name = mUiBaseLabel = mUiTargetApp.loadLabel(pm).toString();
248 mUiBaseLabel = nm.toString();
249 mUiLabel = mUiBaseLabel + " (" + mName + ")";
251 mUiBaseLabel = mUiTargetApp.loadLabel(pm).toString();
252 mUiLabel = mUiBaseLabel + " (" + mName + ")";
ProcessStatsDetail.java 122 mTitleView.setText(mEntry.mUiBaseLabel);

Completed in 34 milliseconds