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

  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 45 void updateSizeText(CharSequence invalidSizeStr, int whichSize) {
46 if (ManageApplications.DEBUG) Log.i(ManageApplications.TAG, "updateSizeText of " + entry.label + " " + entry
ManageApplications.java 759 holder.updateSizeText(mTab.mInvalidSizeStr, mWhichSize);
    [all...]

Completed in 49 milliseconds