Searched refs:mTelCalls (Results 1 – 1 of 1) sorted by relevance
71 if (!REPEAT_CALLERS.mTelCalls.isEmpty()) { in dump()75 pw.print(REPEAT_CALLERS.mTelCalls.keyAt(i)); in dump()408 cleanUp(mTelCalls, now); in recordCall()425 cleanUp(mTelCalls, now); in isRepeat()443 for (int i = mTelCalls.size() - 1; i >= 0; i--) { in cleanUpCallsAfter()444 final long time = mTelCalls.valueAt(i); in cleanUpCallsAfter()446 mTelCalls.removeAt(i); in cleanUpCallsAfter()476 mTelCalls.put(tel, now); in recordCallers()493 mTelCalls.put(num, now); in recordCallers()507 if (mTelCalls.containsKey(number)) { in checkForNumber()[all …]