OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LlcpException
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/
LlcpException.java
25
public class
LlcpException
extends Exception {
27
* Constructs a new
LlcpException
with the current stack trace and the
32
public
LlcpException
(String s) {
36
public
LlcpException
(int error) {
DeviceHost.java
146
public LlcpSocket accept() throws IOException,
LlcpException
;
201
throws
LlcpException
;
204
int rw, int linearBufferLength) throws
LlcpException
;
207
int linearBufferLength) throws
LlcpException
;
NfcService.java
[
all
...]
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java
26
import com.android.nfc.
LlcpException
;
167
throws
LlcpException
{
180
throw new
LlcpException
(error);
182
throw new
LlcpException
(ErrorCodes.ERROR_SOCKET_CREATION);
191
int rw, int linearBufferLength) throws
LlcpException
{
204
throw new
LlcpException
(error);
206
throw new
LlcpException
(ErrorCodes.ERROR_SOCKET_CREATION);
215
int linearBufferLength) throws
LlcpException
{
228
throw new
LlcpException
(error);
230
throw new
LlcpException
(ErrorCodes.ERROR_SOCKET_CREATION)
[
all
...]
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java
20
import com.android.nfc.
LlcpException
;
196
throws
LlcpException
{
209
throw new
LlcpException
(error);
211
throw new
LlcpException
(ErrorCodes.ERROR_SOCKET_CREATION);
220
int rw, int linearBufferLength) throws
LlcpException
{
233
throw new
LlcpException
(error);
235
throw new
LlcpException
(ErrorCodes.ERROR_SOCKET_CREATION);
244
int linearBufferLength) throws
LlcpException
{
257
throw new
LlcpException
(error);
259
throw new
LlcpException
(ErrorCodes.ERROR_SOCKET_CREATION)
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java
22
import com.android.nfc.
LlcpException
;
56
} catch (
LlcpException
e) {
HandoverServer.java
20
import com.android.nfc.
LlcpException
;
129
} catch (
LlcpException
e) {
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java
20
import com.android.nfc.
LlcpException
;
59
} catch (
LlcpException
e) {
NdefPushServer.java
21
import com.android.nfc.
LlcpException
;
165
} catch (
LlcpException
e) {
/packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java
20
import com.android.nfc.
LlcpException
;
209
} catch (
LlcpException
e) {
225
} catch (
LlcpException
e) {
324
} catch (
LlcpException
e) {
/packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java
20
import com.android.nfc.
LlcpException
;
159
} catch (
LlcpException
e) {
SnepServer.java
21
import com.android.nfc.
LlcpException
;
224
} catch (
LlcpException
e) {
Completed in 191 milliseconds