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

  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 53 public String mUiLabel;
208 mUiLabel = mUiBaseLabel = mName;
219 mUiLabel = name;
226 mUiLabel = name + " (" + mName.substring(off) + ")";
228 mUiLabel = name + " (" + mName + ")";
249 mUiLabel = mUiBaseLabel + " (" + mName + ")";
252 mUiLabel = mUiBaseLabel + " (" + mName + ")";
ProcessStatsUi.java     [all...]

Completed in 495 milliseconds