Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DLegacyVpnProfileStore.java36 public static final int PROFILE_NOT_FOUND = ILegacyKeystore.ERROR_ENTRY_NOT_FOUND; field in LegacyVpnProfileStore
76 if (e.errorCode != PROFILE_NOT_FOUND) { in get()
96 if (e.errorCode != PROFILE_NOT_FOUND) { in remove()