/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 | 75 private static final CharSequence SEPARATOR = " \u2014 "; field in CarrierTextControllerTest 130 mCarrierTextController = new TestCarrierTextController(mContext, SEPARATOR, true, true, in setUp() 177 assertEquals("TEST_CARRIER" + SEPARATOR + INVALID_CARD_TEXT, captor.getValue().carrierText); in testCardIOError() 399 assertEquals(TEST_CARRIER + SEPARATOR + TEST_CARRIER, in testCarrierText_twoValidSubscriptions() 475 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 | 98 private static final String SEPARATOR = ":"; field in CarrierKeyDownloadManager 316 String[] splitValue = mccMnc.split(SEPARATOR); in isValidDownload() 444 String[] splitValue = mccMnc.split(SEPARATOR); in parseJsonAndPersistKey() 542 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 595 super.append(SEPARATOR, 0, SEPARATOR.length()); in append() 596 displayString += SEPARATOR; in append()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 16345 Landroid/content/pm/VerifierDeviceIdentity;->SEPARATOR:C 31845 Landroid/icu/util/LocaleData;->SEPARATOR:Ljava/lang/String;
|