Searched refs:NL (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java108 private static final String NL = "\n"; field in class:WifiNetworkHistory
187 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
190 out.writeUTF(SSID_KEY + SEPARATOR + config.SSID + NL);
193 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + config.BSSID + NL);
195 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + "null" + NL);
198 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL);
201 out.writeUTF(PRIORITY_KEY + SEPARATOR + Integer.toString(config.priority) + NL);
203 + Integer.toString(config.networkId) + NL);
205 + Boolean.toString(config.selfAdded) + NL);
207 + Boolean.toString(config.didSelfAdd) + NL);
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp848 const jsize NL = outLongs ? env->GetArrayLength(outLongs) : 0; local
856 if (formatData == NULL || (NL > 0 && longsData == NULL)
936 if ((mode&PROC_OUT_LONG) != 0 && di < NL) {
/frameworks/base/tools/aapt/
H A DCommand.cpp1244 const size_t NL = locales.size(); local
1245 for (size_t i=0; i<NL; i++) {
2175 const size_t NL = locales.size(); local
2176 for (size_t i=0; i<NL; i++) {
/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 92 milliseconds