OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EE_ERROR_INIT
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java
35
private static final int
EE_ERROR_INIT
= -3;
219
case
EE_ERROR_INIT
:
/packages/apps/Nfc/nci/jni/
NativeSecureElement.cpp
33
static const int
EE_ERROR_INIT
= -3;
53
jint secElemHandle =
EE_ERROR_INIT
;
/packages/apps/Nfc/nxp/jni/
com_android_nfc.h
112
#define
EE_ERROR_INIT
-3
com_android_nfc_NativeNfcSecureElement.cpp
182
jint errorCode =
EE_ERROR_INIT
;
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
154
static final int
EE_ERROR_INIT
= -3;
[
all
...]
Completed in 30 milliseconds