Searched refs:isReservedNonce (Results 1 – 3 of 3) sorted by relevance
380 private static boolean isReservedNonce(long n) { in isReservedNonce() method in PropertyInvalidatedCache918 if (isReservedNonce(currentNonce)) {1119 } while (isReservedNonce(newValue));
2471 HSPLandroid/app/PropertyInvalidatedCache;->isReservedNonce(J)Z