Home
last modified time | relevance | path

Searched refs:SEPARATOR (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java201 sb.append(SEPARATOR); in toString()
203 sb.append(SEPARATOR); in toString()
205 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()
223 sb.append(SEPARATOR); in toString()
227 sb.append(SEPARATOR); in toString()
231 sb.append(SEPARATOR); in toString()
[all …]
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java61 private static final String SEPARATOR = "\u0001"; field in FastScrollingIndexCache
62 private static final Pattern SEPARATOR_PATTERN = Pattern.compile(SEPARATOR);
132 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
134 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
136 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
141 appendIfNotNull(sb, SEPARATOR); in buildCacheKey()
154 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()
157 appendIfNotNull(sb, SEPARATOR); in buildCacheValue()
H A DHanziToPinyin.java44 public static final String SEPARATOR = " "; field in HanziToPinyin.Token
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter2Utils.java30 static final String SEPARATOR = ":"; field in MediaRouter2Utils
43 return providerId + SEPARATOR + id; in toUniqueId()
57 int firstIndexOfSeparator = uniqueId.indexOf(SEPARATOR); in getProviderId()
81 int firstIndexOfSeparator = uniqueId.indexOf(SEPARATOR); in getOriginalId()
H A DMediaMetrics.java40 public static final String SEPARATOR = "."; field in MediaMetrics
47 public static final String AUDIO_BLUETOOTH = AUDIO + SEPARATOR + "bluetooth";
48 public static final String AUDIO_DEVICE = AUDIO + SEPARATOR + "device";
49 public static final String AUDIO_FOCUS = AUDIO + SEPARATOR + "focus";
50 public static final String AUDIO_FORCE_USE = AUDIO + SEPARATOR + "forceUse";
51 public static final String AUDIO_MIC = AUDIO + SEPARATOR + "mic";
52 public static final String AUDIO_SERVICE = AUDIO + SEPARATOR + "service";
53 public static final String AUDIO_VOLUME = AUDIO + SEPARATOR + "volume";
54 public static final String AUDIO_VOLUME_EVENT = AUDIO_VOLUME + SEPARATOR + "event";
55 public static final String AUDIO_MODE = AUDIO + SEPARATOR + "mode";
[all …]
/aosp12/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java57 private static final String SEPARATOR = "|"; field in DictionaryBackupAgent
173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId in getDictionary()
174 + SEPARATOR + shortcut; in getDictionary()
221 StringTokenizer st = new StringTokenizer(line, SEPARATOR); in restoreDictionary()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
H A DTsStreamWriter.java38 private static final String SEPARATOR = "_"; field in TsStreamWriter
87 + SEPARATOR in openFile()
89 + SEPARATOR in openFile()
225 int lastSeparator = fileName.lastIndexOf(SEPARATOR); in getFileId()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dcrash_analyzer.c13 #define SEPARATOR " | " macro
50 strncat(outbuf, SEPARATOR, in find_exception_in_hmd_dmx()
98 strncat(outbuf, SEPARATOR, in find_exceptionin_cm4()
174 strncat(outbuf, SEPARATOR, in find_fatal_assert()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java105 private static final char SEPARATOR = '-'; field in VerifierDeviceIdentity
125 encoded[--index] = SEPARATOR; in encodeBase32()
158 } else if (group == SEPARATOR) { in decodeBase32()
/aosp12/hardware/interfaces/audio/7.0/config/
H A Dupdate_audio_policy_config.sh122 SEPARATOR=$3
126 R=$(echo ${S} | sed -e 's/^[0-9]\+:/\//' | sed -e "s/$SEPARATOR/ /g")
/aosp12/art/tools/checker/file_format/checker/
H A Dstruct.py115 if expression.variant == TestExpression.Variant.SEPARATOR:
130 PLAIN_TEXT, PATTERN, VAR_REF, VAR_DEF, SEPARATOR = range(5) variable in TestExpression.Variant
160 return TestExpression(TestExpression.Variant.SEPARATOR, None, None)
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DQueryService.java48 private static final String SEPARATOR = "|"; field in QueryService
103 sb.append(SEPARATOR); in add()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java63 private static final String SEPARATOR = ";"; field in ScheduleConditionProvider
105 pw.println(" snoozed due to alarm: " + TextUtils.join(SEPARATOR, mSnoozedForAlarm)); in dump()
295 final String setting = TextUtils.join(SEPARATOR, mSnoozedForAlarm); in saveSnoozedLocked()
312 final String[] tokens = setting.split(SEPARATOR); in readSnoozed()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/
H A DLogUtil.java28 private static final String SEPARATOR = " - "; field in LogUtil
212 formattedMsg += SEPARATOR + (hasArgs ? String.format(msg, args) : msg); in println()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlInfo.kt42 private const val SEPARATOR = ":"
/aosp12/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/
H A DNativeProcessesMemoryTest.java77 private static final String SEPARATOR = ","; field in NativeProcessesMemoryTest
150 String[] splits = line.split(SEPARATOR); in collectNativeProcesses()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java76 private static final CharSequence SEPARATOR = " \u2014 "; field in CarrierTextManagerTest
209 assertEquals("TEST_CARRIER" + SEPARATOR + INVALID_CARD_TEXT, captor.getValue().carrierText); in testCardIOError()
436 assertEquals(TEST_CARRIER + SEPARATOR + TEST_CARRIER, in testCarrierText_twoValidSubscriptions()
512 assertEquals(TEST_CARRIER + SEPARATOR + TEST_CARRIER, in testCarrierText_threeSubsMiddleDisabled()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java1136 private static final String SEPARATOR = System.getProperty("line.separator"); field in BluetoothPbapVcardManager.VCardFilter
1167 String[] lines = vCard.split(SEPARATOR); in apply()
1198 filteredVCard.append(line + SEPARATOR); in apply()
1234 private static final String SEPARATOR = System.getProperty("line.separator"); field in BluetoothPbapVcardManager.PropertySelector
1250 String[] lines = vcard.split(SEPARATOR); in checkprop()
1295 String[] lines = vcard.split(SEPARATOR); in getName()
/aosp12/system/netd/server/
H A DTetherController.cpp78 const char SEPARATOR[] = "|"; variable
380 std::string daemonCmd = StringPrintf("update_dns%s0x%x", SEPARATOR, fwmark.intValue); in setDnsForwarders()
401 daemonCmd += SEPARATOR; in setDnsForwarders()
441 daemonCmd += SEPARATOR; in applyDnsInterfaces()
/aosp12/frameworks/base/services/core/java/com/android/server/slice/
H A DSlicePermissionManager.java405 private static final String SEPARATOR = "@"; field in SlicePermissionManager.PkgUser
406 private static final String FORMAT = "%s" + SEPARATOR + "%d";
417 String[] vals = pkgUserStr.split(SEPARATOR, 2); in PkgUser()
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
H A DSlicePreference.java38 private static final String SEPARATOR = ","; field in SlicePreference
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DAutoTileManagerTest.java88 private static final String SEPARATOR = AutoTileManager.SETTING_SEPARATOR; field in AutoTileManagerTest
118 TEST_SETTING + SEPARATOR + TEST_SPEC, in setUp()
119 TEST_SETTING_COMPONENT + SEPARATOR + TEST_CUSTOM_SPEC in setUp()
/aosp12/art/tools/checker/match/
H A Dline.py32 if expression.variant == TestExpression.Variant.SEPARATOR:
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java560 new MediaMetrics.Item(MediaMetrics.Name.AUDIO_DEVICE + MediaMetrics.SEPARATOR in queueBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent()
1100 new MediaMetrics.Item(MediaMetrics.Name.AUDIO_FORCE_USE + MediaMetrics.SEPARATOR in onSetForceUse()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java124 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA) field in RecipientEditTextView
595 super.append(SEPARATOR, 0, SEPARATOR.length()); in append()
596 displayString += SEPARATOR; in append()

12