Home
last modified time | relevance | path

Searched refs:numRecordsForPid (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1506 int numRecordsForPid = 0; in add() local
1514 numRecordsForPid++; in add()
1522 && numRecordsForPid >= registrationLimit) { in add()
1530 } else if (numRecordsForPid in add()
1535 + " registered listeners. Now at " + numRecordsForPid); in add()