Searched defs:KEYSET_NOT_FOUND (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetManagerService.java51 public static final long KEYSET_NOT_FOUND = -1; field in class:KeySetManagerService
138 if (id == KEYSET_NOT_FOUND) {
166 if (id == KEYSET_NOT_FOUND) {
264 * {@link #KEYSET_NOT_FOUND} if the KeySet... wasn't found.
273 return KEYSET_NOT_FOUND;
410 if (existingKeySetId != KEYSET_NOT_FOUND) {
490 * Returns KEYSET_NOT_FOUND if there isn't one.
499 return KEYSET_NOT_FOUND;

Completed in 89 milliseconds