Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DLegacyVpnProfileStore.java37 public static final int PROFILE_NOT_FOUND = ILegacyKeystore.ERROR_ENTRY_NOT_FOUND; field in LegacyVpnProfileStore
79 if (e.errorCode != PROFILE_NOT_FOUND) { in get()
100 if (e.errorCode != PROFILE_NOT_FOUND) { in remove()