Compare commits
1 commit
4e8f922490
...
e9fa613c0d
Author | SHA1 | Date | |
---|---|---|---|
e9fa613c0d |
1 changed files with 1 additions and 2 deletions
|
@ -6,13 +6,12 @@
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
|
|
||||||
#define EUICC_CONFIGURED_ADDRESSES_CLASS "net/typeblog/lpac_jni/EuiccConfiguredAddresses"
|
|
||||||
|
|
||||||
jclass euicc_configured_addresses_class;
|
jclass euicc_configured_addresses_class;
|
||||||
jmethodID euicc_configured_addresses_constructor;
|
jmethodID euicc_configured_addresses_constructor;
|
||||||
|
|
||||||
jmethodID on_discovered;
|
jmethodID on_discovered;
|
||||||
|
|
||||||
|
#define EUICC_CONFIGURED_ADDRESSES_CLASS "net/typeblog/lpac_jni/EuiccConfiguredAddresses"
|
||||||
#define DISCOVERY_CALLBACK_CLASS "net/typeblog/lpac_jni/ProfileDiscoveryCallback"
|
#define DISCOVERY_CALLBACK_CLASS "net/typeblog/lpac_jni/ProfileDiscoveryCallback"
|
||||||
#define STRING_CLASS "java/lang/String"
|
#define STRING_CLASS "java/lang/String"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue