Home | History | Annotate | Download | only in dhimpl

Lines Matching refs:technology

56     // mConnectedTechIndex stores to which technology
59 // connected to a technology - technology changes
147 public synchronized int connectWithStatus(int technology) {
148 if (technology == TagTechnology.NFC_B) {
157 if (mTechList[i] == technology) {
163 // 2) We are connected to a technology which has
178 // 1) We are connected to a technology which has the same
182 // 2) We are connecting to the ndef technology - always
184 if ((technology == TagTechnology.NDEF) ||
185 (technology == TagTechnology.NDEF_FORMATABLE)) {
188 if ((technology != TagTechnology.ISO_DEP) &&
212 public synchronized boolean connect(int technology) {
213 return connectWithStatus(technology) == 0;
424 // technology handle we have.