Home
last modified time | relevance | path

Searched refs:terminal (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/SecureElement/src/com/android/se/
DSecureElementService.java102 Terminal terminal = null; in getReader() local
107 terminal = getTerminal(reader); in getReader()
112 terminal = getTerminal(reader); in getReader()
117 if (terminal != null) { in getReader()
118 return terminal.new SecureElementReader(SecureElementService.this); in getReader()
136 Terminal terminal = getTerminal(reader); in isNfcEventAllowed() local
144 return context == null ? null : terminal.isNfcEventAllowed( in isNfcEventAllowed()
151 for (Terminal terminal : mTerminals.values()) { in dump()
152 terminal.dump(writer); in dump()
192 Terminal terminal = mTerminals.get(reader); in getTerminal() local
[all …]
DChannel.java56 Channel(SecureElementSession session, Terminal terminal, int channelNumber, in Channel() argument
58 if (terminal == null) { in Channel()
62 mTerminal = terminal; in Channel()
/packages/apps/SecureElement/src/com/android/se/security/arf/
DArfController.java53 public ArfController(AccessRuleCache cache, Terminal terminal) { in ArfController() argument
55 mTerminal = terminal; in ArfController()
/packages/apps/SecureElement/src/com/android/se/security/ara/
DAraController.java85 public AraController(AccessRuleCache cache, Terminal terminal) { in AraController() argument
87 mTerminal = terminal; in AraController()
/packages/providers/ContactsProvider/
DREADME.md35 This will open a sql terminal with `rlwrap` which can be easily used for queries.
/packages/services/Car/tools/telemetry/lua-interpreter/
DREADME.md29 …ided from starting the server to access the tool (the link is accessible from the terminal window).
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dbuild_and_run.sh68 x-terminal-emulator -e "scripts/build_and_run.sh ${AOSP_ABS} ${DEVICE}"
/packages/apps/SecureElement/src/com/android/se/security/
DAccessControlEnforcer.java81 public AccessControlEnforcer(Terminal terminal) { in AccessControlEnforcer() argument
83 mTerminal = terminal; in AccessControlEnforcer()
/packages/modules/Bluetooth/system/test/
DREADME.md5 The tests are designed to be run when the Android runtime is not running. From a terminal, run:
/packages/modules/adb/docs/user/
Dtrace.md28 Shutdown adb server via command `adb kill-server`. Close the current terminal,
/packages/modules/adb/
Dtest_device.py355 terminal = subprocess.Popen(
358 terminal.communicate()
365 return (terminal.returncode == 0, non_terminal.returncode == 0)
/packages/modules/Bluetooth/system/gd/docs/testing/
Dcert_test.md152 1. Connect all your devices, open a different terminal on your Mac and run
/packages/modules/DnsResolver/
Dstats.proto124 NS_T_DNAME = 39; // Non-terminal DNAME
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/packages/inputmethods/LatinIME/dictionaries/
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dfr_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dnb_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnl_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...

12