Searched defs:SEPARATOR (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java101 private static final char SEPARATOR = '-'; field in class:VerifierDeviceIdentity
121 encoded[--index] = SEPARATOR;
154 } else if (group == SEPARATOR) {
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java39 private static final char SEPARATOR = ','; field in class:TimeZoneInfo
235 sb.append(SEPARATOR);
237 sb.append(SEPARATOR);
239 sb.append(SEPARATOR);
242 sb.append(SEPARATOR);
245 sb.append(SEPARATOR);
247 sb.append(SEPARATOR);
249 sb.append(SEPARATOR);
251 sb.append(SEPARATOR);
253 sb.append(SEPARATOR);
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3585 private static final String SEPARATOR = ":"; field in class:NotificationManagerService.PolicyAccess
3604 final String setting = TextUtils.join(SEPARATOR, pkgs);
3626 final String[] tokens = setting.split(SEPARATOR);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java124 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA) field in class:RecipientEditTextView
479 super.append(SEPARATOR, 0, SEPARATOR.length());
480 displayString += SEPARATOR;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java256 private static final String SEPARATOR = ": "; field in class:WifiConfigStore
2119 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
2122 out.writeUTF(SSID_KEY + SEPARATOR + config.SSID + NL);
2125 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL);
2128 out.writeUTF(PRIORITY_KEY + SEPARATOR +
2130 out.writeUTF(STATUS_KEY + SEPARATOR +
2132 out.writeUTF(SUPPLICANT_STATUS_KEY + SEPARATOR +
2134 out.writeUTF(SUPPLICANT_DISABLE_REASON_KEY + SEPARATOR +
2136 out.writeUTF(NETWORK_ID_KEY + SEPARATOR +
2138 out.writeUTF(SELF_ADDED_KEY + SEPARATOR
[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 133 milliseconds