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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 126 String[] typeArray;
131 typeArray = new String[a.length - 13];
132 System.arraycopy(a, 13, typeArray, 0, a.length - 13);
141 typeArray = a[13].split("\\s*\\|\\s*");
153 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
TypeListItem.java 70 TypeIdItem[] typeArray = new TypeIdItem[typeList.size()];
71 typeList.toArray(typeArray);
72 TypeListItem typeListItem = new TypeListItem(dexFile, typeArray);
85 TypeIdItem[] typeArray = new TypeIdItem[typeList.size()];
86 typeList.toArray(typeArray);
87 TypeListItem typeListItem = new TypeListItem(dexFile, typeArray);
  /external/smack/asmack-master/lib/
jstun.jar 

Completed in 65 milliseconds