Home
last modified time | relevance | path

Searched defs:assertPresence (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMTag.java47 public static void assertPresence(short params, short tagType, short tagKey, short error) { in assertPresence() method in KMTag
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMTag.java47 public static void assertPresence(short params, short tagType, short tagKey, short error) { in assertPresence() method in KMTag
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DContactsContract_StatusUpdatesTest.java127 private void assertPresence(Uri uri, int status) throws Exception { in assertPresence() method in ContactsContract_StatusUpdatesTest