/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain, mlstrustedsubject; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 30 set_prop(nfc, nfc_prop); 33 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain, mlstrustedsubject; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 30 set_prop(nfc, nfc_prop); 33 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain, mlstrustedsubject; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 30 set_prop(nfc, nfc_prop); 33 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 29 set_prop(nfc, nfc_prop); 32 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 29 set_prop(nfc, nfc_prop); 32 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 29 set_prop(nfc, nfc_prop); 32 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 28 set_prop(nfc, nfc_prop); 31 # the nfc process, from a file in [all …]
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | nfc.te | 1 # nfc subsystem 2 typeattribute nfc coredomain; 3 app_domain(nfc) 4 net_domain(nfc) 6 binder_service(nfc) 7 add_service(nfc, nfc_service) 9 hal_client_domain(nfc, hal_nfc) 12 allow nfc nfc_data_file:dir create_dir_perms; 23 allow nfc radio_service:service_manager find; 29 # the nfc process, from a file in [all …]
|
/aosp12/system/nfc/src/ |
H A D | Android.bp | 49 "nfc/include", 59 "nfc/llcp/*.cc", 60 "nfc/nci/*.cc", 61 "nfc/ndef/*.cc", 62 "nfc/nfc/*.cc", 63 "nfc/tags/*.cc", 119 "nfc/include", 129 "nfc/nci/*.cc", 130 "nfc/nfc/*.cc", 169 "nfc/ndef/*.cc", [all …]
|
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | INfcAdapter.aidl | 17 package android.nfc; 21 import android.nfc.BeamShareData; 22 import android.nfc.NdefMessage; 23 import android.nfc.Tag; 24 import android.nfc.TechListParcel; 25 import android.nfc.IAppCallback; 26 import android.nfc.INfcAdapterExtras; 28 import android.nfc.INfcTag; 29 import android.nfc.INfcCardEmulation; 31 import android.nfc.INfcUnlockHandler; [all …]
|
H A D | Tag.java | 17 package android.nfc; 21 import android.nfc.tech.IsoDep; 22 import android.nfc.tech.MifareClassic; 24 import android.nfc.tech.Ndef; 25 import android.nfc.tech.NdefFormatable; 26 import android.nfc.tech.NfcA; 27 import android.nfc.tech.NfcB; 28 import android.nfc.tech.NfcBarcode; 29 import android.nfc.tech.NfcF; 30 import android.nfc.tech.NfcV; [all …]
|
/aosp12/frameworks/base/core/proto/android/nfc/ |
H A D | card_emulation.proto | 18 package com.android.nfc.cardemulation; 21 import "frameworks/base/core/proto/android/nfc/apdu_service_info.proto"; 22 import "frameworks/base/core/proto/android/nfc/nfc_fservice_info.proto"; 27 // Debugging information for com.android.nfc.cardemulation.CardEmulationManager 40 // Debugging information for com.android.nfc.cardemulation.RegisteredServicesCache 49 repeated .android.nfc.cardemulation.NfcFServiceInfoProto nfc_fservice_info = 1; 52 // Debugging information for com.android.nfc.cardemulation.PreferredServices 64 // Debugging information for com.android.nfc.cardemulation.EnabledNfcFServices 74 // Debugging information for com.android.nfc.cardemulation.RegisteredAidCache 81 repeated .android.nfc.cardemulation.ApduServiceInfoProto services = 4; [all …]
|
H A D | nfc_service.proto | 18 package com.android.nfc; 22 import "frameworks/base/core/proto/android/nfc/card_emulation.proto"; 23 import "frameworks/base/core/proto/android/nfc/ndef.proto"; 28 // Debugging information for com.android.nfc.NfcService 64 optional com.android.nfc.cardemulation.CardEmulationManagerProto card_emulation_manager = 17; 69 // Debugging information for com.android.nfc.NfcDiscoveryParameters 80 // Debugging information for com.android.nfc.P2pLinkManager 108 optional .android.nfc.NdefMessageProto message_to_send = 9; 112 // Debugging information for com.android.nfc.NfcDispatcher
|
/aosp12/packages/apps/Nfc/nci/jni/ |
H A D | Android.bp | 20 "system/nfc/src/nfa/include", 21 "system/nfc/src/nfc/include", 22 "system/nfc/src/include", 23 "system/nfc/src/gki/ulinux", 24 "system/nfc/src/gki/common", 25 "system/nfc/utils/include",
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
H A D | AppChooserActivity.java | 17 package com.android.nfc.cardemulation; 36 import android.nfc.NfcAdapter; 37 import android.nfc.cardemulation.ApduServiceInfo; 38 import android.nfc.cardemulation.CardEmulation; 83 setTheme(com.android.nfc.R.style.DialogAlertDayNight); in onCreate() 133 ap.mTitle = getString(com.android.nfc.R.string.pay_with); in onCreate() 135 ap.mTitle = getString(com.android.nfc.R.string.complete_with); in onCreate() 244 com.android.nfc.R.layout.cardemu_item, parent, false); in getView() 272 text = (TextView) view.findViewById(com.android.nfc.R.id.applabel); in ViewHolder() 273 icon = (ImageView) view.findViewById(com.android.nfc.R.id.appicon); in ViewHolder() [all …]
|
H A D | TapAgainDialog.java | 17 package com.android.nfc.cardemulation; 25 import android.nfc.NfcAdapter; 26 import android.nfc.cardemulation.ApduServiceInfo; 27 import android.nfc.cardemulation.CardEmulation; 59 setTheme(com.android.nfc.R.style.DialogAlertDayNight); in onCreate() 72 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null); in onCreate() 75 TextView tv = (TextView) ap.mView.findViewById(com.android.nfc.R.id.textview); in onCreate() 86 String formatString = getString(com.android.nfc.R.string.tap_again_to_pay); in onCreate() 89 String formatString = getString(com.android.nfc.R.string.tap_again_to_complete); in onCreate()
|
/aosp12/frameworks/base/core/java/android/nfc/tech/ |
H A D | NdefFormatable.java | 17 package android.nfc.tech; 19 import android.nfc.ErrorCodes; 20 import android.nfc.FormatException; 21 import android.nfc.INfcTag; 22 import android.nfc.NdefMessage; 23 import android.nfc.Tag; 24 import android.nfc.TagLostException;
|
H A D | Ndef.java | 17 package android.nfc.tech; 19 import android.nfc.ErrorCodes; 20 import android.nfc.FormatException; 21 import android.nfc.INfcTag; 22 import android.nfc.NdefMessage; 23 import android.nfc.Tag; 24 import android.nfc.TagLostException;
|
/aosp12/hardware/samsung/nfc/1.2/ |
H A D | Android.bp | 11 name: "android.hardware.nfc@1.2-service.samsung", 14 init_rc: ["android.hardware.nfc@1.2-service.samsung.rc"], 15 vintf_fragments: ["android.hardware.nfc@1.2-service.samsung.xml"], 25 "android.hardware.nfc@1.0", 26 "android.hardware.nfc@1.1", 27 "android.hardware.nfc@1.2",
|
/aosp12/hardware/nxp/nfc/pn8x/ |
H A D | Android.bp | 80 "android.hardware.nfc@1.0", 81 "android.hardware.nfc@1.1", 82 "android.hardware.nfc@1.2", 112 "android.hardware.nfc@1.0", 113 "android.hardware.nfc@1.1", 114 "android.hardware.nfc@1.2", 123 name: "android.hardware.nfc@1.1-service", 124 init_rc: ["1.1/android.hardware.nfc@1.1-service.rc"], 133 name: "android.hardware.nfc@1.2-service", 134 init_rc: ["1.2/android.hardware.nfc@1.2-service.rc"],
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/ |
H A D | HandoverServer.java | 16 package com.android.nfc.handover; 18 import com.android.nfc.DeviceHost.LlcpServerSocket; 19 import com.android.nfc.DeviceHost.LlcpSocket; 20 import com.android.nfc.LlcpException; 21 import com.android.nfc.NfcService; 22 import com.android.nfc.beam.BeamManager; 23 import com.android.nfc.beam.BeamReceiveService; 24 import com.android.nfc.beam.BeamTransferRecord; 29 import android.nfc.FormatException; 30 import android.nfc.NdefMessage;
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
H A D | NdefPushServer.java | 17 package com.android.nfc.ndefpush; 19 import com.android.nfc.DeviceHost.LlcpServerSocket; 20 import com.android.nfc.DeviceHost.LlcpSocket; 21 import com.android.nfc.LlcpException; 22 import com.android.nfc.NfcService; 24 import android.nfc.FormatException; 25 import android.nfc.NdefMessage; 26 import android.nfc.NfcAdapter;
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/sneptest/ |
H A D | ExtDtaSnepServer.java | 16 package com.android.nfc.sneptest; 21 import android.nfc.NdefMessage; 24 import com.android.nfc.DtaServiceConnector; 25 import com.android.nfc.DeviceHost.LlcpServerSocket; 26 import com.android.nfc.DeviceHost.LlcpSocket; 27 import com.android.nfc.LlcpException; 28 import com.android.nfc.NfcService; 29 import com.android.nfc.snep.SnepException; 30 import com.android.nfc.snep.SnepMessage; 31 import com.android.nfc.snep.SnepMessenger;
|
/aosp12/hardware/interfaces/nfc/1.0/default/ |
H A D | Android.bp | 11 name: "android.hardware.nfc@1.0-impl", 24 "android.hardware.nfc@1.0", 29 name: "android.hardware.nfc@1.0-service", 33 init_rc: ["android.hardware.nfc@1.0-service.rc"], 44 "android.hardware.nfc@1.0",
|
H A D | android.hardware.nfc@1.0-service.rc | 1 service vendor.nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.0-service 2 interface android.hardware.nfc@1.0::INfc default 4 user nfc 5 group nfc
|