Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepException.java19 public class SnepException extends Exception { class
21 public SnepException(String message) { in SnepException() method in SnepException
25 public SnepException(Exception cause) { in SnepException() method in SnepException
29 public SnepException(String message, Exception cause) { in SnepException() method in SnepException
H A DSnepClient.java107 } catch (SnepException e) { in put()
126 } catch (SnepException e) { in get()
H A DSnepMessenger.java134 public SnepMessage getMessage() throws IOException, SnepException { in getMessage()
276 throw new SnepException(e); in getMessage()
H A DSnepServer.java144 } catch (SnepException e) { in handleRequest()
/aosp12/packages/apps/Nfc/src/com/android/nfc/sneptest/
H A DDtaSnepClient.java34 import com.android.nfc.snep.SnepException;
246 } catch (SnepException e) { in put()
265 } catch (SnepException e) { in get()
H A DExtDtaSnepServer.java29 import com.android.nfc.snep.SnepException;
117 } catch (SnepException e) { in handleRequest()