Searched defs:tech (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java17 package android.nfc.tech;
38 BasicTagTechnology(Tag tag, int tech) throws RemoteException { argument
40 mSelectedTechnology = tech;
H A DNdefFormatable.java17 package android.nfc.tech;
H A DNfcB.java17 package android.nfc.tech;
H A DNfcBarcode.java17 package android.nfc.tech;
69 throw new NullPointerException("NfcBarcode tech extras are null.");
H A DNfcV.java17 package android.nfc.tech;
H A DIsoDep.java17 package android.nfc.tech;
H A DNfcA.java17 package android.nfc.tech;
H A DNfcF.java17 package android.nfc.tech;
H A DTagTechnology.java17 package android.nfc.tech;
H A DMifareUltralight.java17 package android.nfc.tech;
H A DMifareClassic.java17 package android.nfc.tech;
H A DNdef.java17 package android.nfc.tech;
167 throw new NullPointerException("NDEF tech extras are null.");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DSmsSessionEventBuilder.java42 public SmsSessionEventBuilder setTech(int tech) { argument
43 mEvent.tech = tech;
H A DCallSessionEventBuilder.java84 public CallSessionEventBuilder setSrcAccessTech(int tech) { argument
85 mEvent.srcAccessTech = tech;
89 public CallSessionEventBuilder setTargetAccessTech(int tech) { argument
90 mEvent.targetAccessTech = tech;
H A DTelephonyMetrics.java1653 * @param tech SMS RAT
1656 public void writeRilSendSms(int phoneId, int rilSerial, int tech, int format) { argument
1660 .setTech(tech)
1672 * @param tech SMS RAT
1675 public void writeRilNewSms(int phoneId, int tech, int format) { argument
1679 .setTech(tech)
/frameworks/base/core/java/android/nfc/
H A DTag.java20 import android.nfc.tech.IsoDep;
21 import android.nfc.tech.MifareClassic;
22 import android.nfc.tech.MifareUltralight;
23 import android.nfc.tech.Ndef;
24 import android.nfc.tech.NdefFormatable;
25 import android.nfc.tech.NfcA;
26 import android.nfc.tech.NfcB;
27 import android.nfc.tech.NfcBarcode;
28 import android.nfc.tech.NfcF;
29 import android.nfc.tech
342 getTechExtras(int tech) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3112 msg.tech = RILConstants.GSM_PHONE;
3139 msg.tech = RILConstants.CDMA_PHONE;
4372 void writeMetricsNewSms(int tech, int format) { argument
4373 mMetrics.writeRilNewSms(mPhoneId, tech, format);

Completed in 125 milliseconds