Searched defs:raf (Results 1 - 4 of 4) sorted by relevance

/frameworks/multidex/library/src/android/support/multidex/
H A DZipUtil.java55 RandomAccessFile raf = new RandomAccessFile(apk, "r");
57 CentralDirectory dir = findCentralDirectory(raf);
59 return computeCrcOfCentralDir(raf, dir);
61 raf.close();
66 static CentralDirectory findCentralDirectory(RandomAccessFile raf) throws IOException, argument
68 long scanOffset = raf.length() - ENDHDR;
70 throw new ZipException("File too short to be a zip file: " + raf.length());
80 raf.seek(scanOffset);
81 if (raf.readInt() == endSig) {
95 raf
106 computeCrcOfCentralDir(RandomAccessFile raf, CentralDirectory dir) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessFamily.java154 int raf;
158 raf = GSM | WCDMA;
161 raf = GSM;
164 raf = WCDMA;
167 raf = GSM | WCDMA;
170 raf = CDMA | EVDO;
173 raf = LTE | CDMA | EVDO;
176 raf = LTE | GSM | WCDMA;
179 raf = LTE | CDMA | EVDO | GSM | WCDMA;
182 raf
238 getAdjustedRaf(int raf) argument
253 getHighestRafCapability(int raf) argument
266 getNetworkTypeFromRaf(int raf) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DProxyController.java97 // Record new and old Radio Access Family (raf) configuration.
98 // The old raf configuration is used to restore each logical modem raf when FINISH is
240 // All phones are already set to the requested raf
279 // get the logical mode corresponds to new raf requested and pass the
543 int raf = mPhones[i].getRadioAccessFamily();
544 logd("radioAccessFamily[" + i + "]=" + raf);
545 RadioAccessFamily phoneRC = new RadioAccessFamily(i, raf);
603 // This method will return max number of raf bits supported from the raf
640 getLogicalModemIdFromRaf(int raf) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5170 milliseconds