Home | History | Annotate | Download | only in procstats

Lines Matching defs:getKeyCount

246         return mDurations.getKeyCount();
343 return !(mDurations.getKeyCount() == 0
345 && mPssTable.getKeyCount() == 0);
664 for (int i=0; i<mDurations.getKeyCount(); i++) {
708 for (int i=0; i<mDurations.getKeyCount(); i++) {
862 pw.print(mPssTable.getKeyCount());
1062 if (mPssTable.getKeyCount() > 0) {
1100 if (mDurations.getKeyCount() > 0) {
1108 if (mPssTable.getKeyCount() > 0) {
1139 for (int i=0; i<mDurations.getKeyCount(); i++) {
1155 final int N = mPssTable.getKeyCount();