OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snep
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/snep/
SnepException.java
17
package com.android.nfc.
snep
;
SnepMessenger.java
17
package com.android.nfc.
snep
;
72
throw new IOException("Invalid
SNEP
message", e);
117
throw new IOException("Error reading
SNEP
message.");
SnepClient.java
17
package com.android.nfc.
snep
;
144
// Connect to the
snep
server on the remote side
SnepMessage.java
17
package com.android.nfc.
snep
;
SnepServer.java
17
package com.android.nfc.
snep
;
42
public static final String DEFAULT_SERVICE_NAME = "urn:nfc:sn:
snep
";
145
if (DBG) Log.w(TAG, "Bad
snep
message", e);
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepCustomClientTests.java
17
package com.android.nfc.
snep
;
21
import com.android.nfc.
snep
.SnepClient;
22
import com.android.nfc.
snep
.SnepMessage;
23
import com.android.nfc.
snep
.SnepServer;
33
* Tests connectivity to a custom
SNEP
server, using a physical NFC device.
SnepDefaultClientTests.java
17
package com.android.nfc.
snep
;
21
import com.android.nfc.
snep
.SnepClient;
22
import com.android.nfc.
snep
.SnepMessage;
23
import com.android.nfc.
snep
.SnepServer;
33
* Tests connectivity to a default
SNEP
server, using a physical NFC device.
SnepValidationClientTests.java
17
package com.android.nfc.
snep
;
21
import com.android.nfc.
snep
.SnepClient;
22
import com.android.nfc.
snep
.SnepMessage;
23
import com.android.nfc.
snep
.SnepServer;
33
* Tests connectivity to a custom
SNEP
server, using a physical NFC device.
SnepValidationServerTests.java
17
package com.android.nfc.
snep
;
21
import com.android.nfc.
snep
.SnepClient;
22
import com.android.nfc.
snep
.SnepMessage;
23
import com.android.nfc.
snep
.SnepServer;
36
* Uses the Android testing instrumentation framework to run a listening
SNEP
41
static final String SERVICE_NAME = "urn:nfc:xsn:nfc-forum.org:
snep
-validation";
SnepBasicTests.java
17
package com.android.nfc.
snep
;
29
* Tests the
SNEP
cleint/server interfaces using a mock LLCP socket.
60
throw new IOException("Failed to retrieve
SNEP
message", e);
91
throw new IOException("Failed to retrieve
SNEP
message", e);
122
throw new IOException("Failed to retrieve
SNEP
message", e);
153
throw new IOException("Failed to retrieve
SNEP
message", e);
184
throw new IOException("Failed to retrieve
SNEP
message", e);
218
throw new IOException("Failed to retrieve
SNEP
message", e);
254
throw new IOException("Failed to retrieve
SNEP
message", e);
278
* A
SNEP
Server implementation that accepts PUT requests for all nde
[
all
...]
Completed in 151 milliseconds