Searched refs:technology (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java70 boolean connect(int technology); argument
215 public boolean setTimeout(int technology, int timeout); argument
217 public int getTimeout(int technology); argument
221 boolean canMakeReadOnly(int technology); argument
223 int getMaxTransceiveLength(int technology); argument
H A DNfcService.java940 public int connect(int nativeHandle, int technology) throws RemoteException { argument
962 if (tag.connect(technology)) {
1206 // to access the NDEF technology after formatting without
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java55 // mConnectedTechIndex stores to which technology
58 // connected to a technology - technology changes
138 public synchronized int connectWithStatus(int technology) { argument
139 if (technology == TagTechnology.NFC_B) {
148 if (mTechList[i] == technology) {
154 // 2) We are connected to a technology which has
169 // 1) We are connected to a technology which has the same
173 // 2) We are connecting to the ndef technology - always
175 if ((technology
203 connect(int technology) argument
[all...]
H A DNativeNfcManager.java295 public int getMaxTransceiveLength(int technology) { argument
296 switch (technology) {
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java55 // mConnectedTechIndex stores to which technology
58 // connected to a technology - technology changes
138 public synchronized int connectWithStatus(int technology) { argument
144 if (mTechList[i] == technology) {
150 // 2) We are connected to a technology which has
168 // 1) We are connected to a technology which has the same
172 // 2) We are connecting to the ndef technology - always
174 if ((technology == TagTechnology.NDEF) ||
175 (technology
215 connect(int technology) argument
[all...]
H A DNativeNfcManager.java244 public int getMaxTransceiveLength(int technology) { argument
245 switch (technology) {
/packages/apps/Settings/src/com/android/settings/
H A DBatteryInfo.java91 mTechnology.setText("" + intent.getStringExtra("technology"));
159 mTechnology = (TextView)findViewById(R.id.technology);

Completed in 66 milliseconds