OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeNfcSecureElement
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java
28
public class
NativeNfcSecureElement
{
37
public
NativeNfcSecureElement
(Context context) {
NativeNfcManager.java
92
if (prefs.getBoolean(
NativeNfcSecureElement
.PREF_SE_WIRED, false)) {
95
editor.putBoolean(
NativeNfcSecureElement
.PREF_SE_WIRED, false);
110
editor.putBoolean(
NativeNfcSecureElement
.PREF_SE_WIRED, false);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java
28
public class
NativeNfcSecureElement
{
37
public
NativeNfcSecureElement
(Context context) {
NativeNfcManager.java
141
if (prefs.getBoolean(
NativeNfcSecureElement
.PREF_SE_WIRED, false)) {
144
editor.putBoolean(
NativeNfcSecureElement
.PREF_SE_WIRED, false);
159
editor.putBoolean(
NativeNfcSecureElement
.PREF_SE_WIRED, false);
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
30
import com.android.nfc.dhimpl.
NativeNfcSecureElement
;
219
private
NativeNfcSecureElement
mSecureElement;
474
mSecureElement = new
NativeNfcSecureElement
(mContext);
[
all
...]
Completed in 285 milliseconds