Searched refs:PUBLIC_KEY_NOT_FOUND (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetManagerService.java52 protected static final long PUBLIC_KEY_NOT_FOUND = -1; field in class:KeySetManagerService
357 if (existingKeyId != PUBLIC_KEY_NOT_FOUND) {
384 * Finds the stable identifier for a PublicKey or PUBLIC_KEY_NOT_FOUND.
395 return PUBLIC_KEY_NOT_FOUND;

Completed in 26 milliseconds