Searched refs:SEPARATOR (Results 1 – 6 of 6) sorted by relevance
108 private static final String SEPARATOR = ": "; field in WifiNetworkHistory188 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL); in writeKnownNetworkHistory()191 out.writeUTF(SSID_KEY + SEPARATOR + config.SSID + NL); in writeKnownNetworkHistory()194 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + config.BSSID + NL); in writeKnownNetworkHistory()196 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + "null" + NL); in writeKnownNetworkHistory()199 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL); in writeKnownNetworkHistory()202 out.writeUTF(PRIORITY_KEY + SEPARATOR + Integer.toString(config.priority) + NL); in writeKnownNetworkHistory()203 out.writeUTF(NETWORK_ID_KEY + SEPARATOR in writeKnownNetworkHistory()205 out.writeUTF(SELF_ADDED_KEY + SEPARATOR in writeKnownNetworkHistory()207 out.writeUTF(DID_SELF_ADD_KEY + SEPARATOR in writeKnownNetworkHistory()[all …]
39 private static final char SEPARATOR = ','; field in TimeZoneInfo201 sb.append(SEPARATOR); in toString()203 sb.append(SEPARATOR); in toString()205 sb.append(SEPARATOR); in toString()208 sb.append(SEPARATOR); in toString()211 sb.append(SEPARATOR); in toString()213 sb.append(SEPARATOR); in toString()215 sb.append(SEPARATOR); in toString()217 sb.append(SEPARATOR); in toString()219 sb.append(SEPARATOR); in toString()[all …]
101 private static final char SEPARATOR = '-'; field in VerifierDeviceIdentity121 encoded[--index] = SEPARATOR; in encodeBase32()154 } else if (group == SEPARATOR) { in decodeBase32()
60 private static final String SEPARATOR = ";"; field in ScheduleConditionProvider101 pw.println(" snoozed due to alarm: " + TextUtils.join(SEPARATOR, mSnoozed)); in dump()278 final String setting = TextUtils.join(SEPARATOR, mSnoozed); in saveSnoozedLocked()295 final String[] tokens = setting.split(SEPARATOR); in readSnoozed()
4273 private static final String SEPARATOR = ":"; field in NotificationManagerService.PolicyAccess4292 final String setting = TextUtils.join(SEPARATOR, pkgs); in put()4314 final String[] tokens = setting.split(SEPARATOR); in getGrantedPackages()
124 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA) field in RecipientEditTextView592 super.append(SEPARATOR, 0, SEPARATOR.length()); in append()593 displayString += SEPARATOR; in append()