HomeSort by relevance Sort by last modified time
    Searched refs:techLists (Results 1 - 10 of 10) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNfcAdapter.java 21 private String[][] techLists;
42 public void enableForegroundDispatch(Activity activity, PendingIntent intent, IntentFilter[] filters, String[][] techLists) {
46 this.techLists = techLists;
67 return techLists;
  /frameworks/base/core/java/android/nfc/
TechListParcel.java 54 String[][] techLists = new String[count][];
56 techLists[i] = source.readStringArray();
58 return new TechListParcel(techLists);
INfcAdapter.aidl 44 in IntentFilter[] filters, in TechListParcel techLists);
NfcAdapter.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 99 IntentFilter[] filters, String[][] techLists) {
103 mOverrideTechLists = techLists;
315 return true; // always match if both filters and techlists are null
320 boolean isTechMatch(Tag tag, String[][] techLists) {
321 if (techLists == null) {
327 for (String[] filterTechs : techLists) {
NfcService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1251 milliseconds