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

  /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 81 IntentFilter[] filters, String[][] techLists) {
85 mOverrideTechLists = techLists;
284 return true; // always match if both filters and techlists are null
289 boolean isTechMatch(Tag tag, String[][] techLists) {
290 if (techLists == null) {
296 for (String[] filterTechs : techLists) {
NfcService.java 775 String[][] techLists = null;
777 techLists = techListsParcel.getTechLists();
780 mNfcDispatcher.setForegroundDispatch(intent, filters, techLists);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 40 milliseconds