/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZoneInfo.java | 39 private static final char SEPARATOR = ','; field in TimeZoneInfo 201 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 …]
|
/frameworks/base/core/java/android/content/pm/ |
D | VerifierDeviceIdentity.java | 104 private static final char SEPARATOR = '-'; field in VerifierDeviceIdentity 124 encoded[--index] = SEPARATOR; in encodeBase32() 157 } else if (group == SEPARATOR) { in decodeBase32()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | CarrierTextControllerTest.java | 67 private static final CharSequence SEPARATOR = " \u2014 "; field in CarrierTextControllerTest 117 mCarrierTextController = new TestCarrierTextController(mContext, SEPARATOR, true, true, in setUp() 272 assertEquals(TEST_CARRIER + SEPARATOR + TEST_CARRIER, in testCarrierText_twoValidSubscriptions() 348 assertEquals(TEST_CARRIER + SEPARATOR + TEST_CARRIER, in testCarrierText_threeSubsMiddleDisabled()
|
/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/ |
D | NativeProcessesMemoryTest.java | 77 private static final String SEPARATOR = ","; field in NativeProcessesMemoryTest 150 String[] splits = line.split(SEPARATOR); in collectNativeProcesses()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierKeyDownloadManager.java | 96 private static final String SEPARATOR = ":"; field in CarrierKeyDownloadManager 315 String[] splitValue = mccMnc.split(SEPARATOR); in isValidDownload() 444 String[] splitValue = mccMnc.split(SEPARATOR); in parseJsonAndPersistKey() 557 String mccMnc = mcc + SEPARATOR + mnc; in downloadKey()
|
/frameworks/base/services/core/java/com/android/server/slice/ |
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()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 124 private static final String SEPARATOR = String.valueOf(COMMIT_CHAR_COMMA) field in RecipientEditTextView 592 super.append(SEPARATOR, 0, SEPARATOR.length()); in append() 593 displayString += SEPARATOR; in append()
|