/aosp12/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
H A D | TimeZoneInfo.java | 201 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 D | FastScrollingIndexCache.java | 61 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 D | HanziToPinyin.java | 44 public static final String SEPARATOR = " "; field in HanziToPinyin.Token
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRouter2Utils.java | 30 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 D | MediaMetrics.java | 40 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 D | DictionaryBackupAgent.java | 57 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 D | TsStreamWriter.java | 38 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 D | crash_analyzer.c | 13 #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 D | VerifierDeviceIdentity.java | 105 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 D | update_audio_policy_config.sh | 122 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 D | struct.py | 115 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 D | QueryService.java | 48 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 D | ScheduleConditionProvider.java | 63 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 D | LogUtil.java | 28 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 D | ControlInfo.kt | 42 private const val SEPARATOR = ":"
|
/aosp12/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/ |
H A D | NativeProcessesMemoryTest.java | 77 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 D | CarrierTextManagerTest.java | 76 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 D | BluetoothPbapVcardManager.java | 1136 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 D | TetherController.cpp | 78 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 D | SlicePermissionManager.java | 405 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 D | SlicePreference.java | 38 private static final String SEPARATOR = ","; field in SlicePreference
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | AutoTileManagerTest.java | 88 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 D | line.py | 32 if expression.variant == TestExpression.Variant.SEPARATOR:
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceBroker.java | 560 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 D | RecipientEditTextView.java | 124 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()
|