/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | ComparatorTester.java | 153 for (Object reference : equalityGroups.get(referenceIndex)) { in doTestEquivalanceGroupOrdering() 154 testNullCompare(reference); in doTestEquivalanceGroupOrdering() 155 testClassCast(reference); in doTestEquivalanceGroupOrdering() 158 assertWithMessage("compare(%s, %s)", reference, other) in doTestEquivalanceGroupOrdering() 159 .that(Integer.signum(compare(reference, other))) in doTestEquivalanceGroupOrdering() 170 for (Object reference : referenceGroup) { in doTestEqualsCompatibility() 178 .withMessage("%s.equals(%s)", reference, other) in doTestEqualsCompatibility() 179 .that(reference.equals(other)) in doTestEqualsCompatibility() 180 .isEqualTo(compare(reference, other) == 0); in doTestEqualsCompatibility()
|
/packages/apps/Calendar/ |
D | project.properties | 16 android.library.reference.1=../../../frameworks/ex/chips 17 android.library.reference.2=../../../frameworks/opt/calendar 18 android.library.reference.3=../../../frameworks/opt/colorpicker 19 android.library.reference.4=../../../frameworks/opt/datetimepicker 20 android.library.reference.5=../../../frameworks/opt/timezonepicker
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
D | Assert.java | 146 public static <T> T isNotNull(@Nullable T reference) { in isNotNull() argument 147 return isNotNull(reference, null); in isNotNull() 161 @Nullable T reference, @Nullable String messageTemplate, Object... args) { in isNotNull() 162 if (reference == null) { in isNotNull() 165 return reference; in isNotNull()
|
/packages/apps/TV/common/src/com/android/tv/common/ |
D | SoftPreconditions.java | 95 final T reference, in checkNotNull() argument 99 if (reference == null) { in checkNotNull() 103 return reference; in checkNotNull() 113 public static <T> T checkNotNull(final T reference) { in checkNotNull() argument 114 return checkNotNull(reference, null, null); in checkNotNull()
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | CallLogDates.java | 245 Calendar reference = Calendar.getInstance(); in isWithinOneYear() local 246 reference.setTimeInMillis(secondTimestamp); in isWithinOneYear() 247 reference.add(Calendar.YEAR, -1); in isWithinOneYear() 252 return reference.before(other); in isWithinOneYear()
|
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 73 ContactInfoCache reference = contactInfoCacheWeakReference.get(); in handleMessage() local 74 if (reference == null) { in handleMessage() 79 reference.onContactInfoChangedListener.onContactInfoChanged(); in handleMessage() 82 reference.startRequestProcessing(); in handleMessage()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputConnection.java | 176 final String reference = (beforeCursor.length() <= actualLength) ? beforeCursor.toString() in checkConsistencyForDebug() local 180 || !(reference.equals(internal.toString()))) { in checkConsistencyForDebug() 184 + "\nActual text = " + reference.length() + " " + reference; in checkConsistencyForDebug() 666 final String reference = prev.length() <= checkLength ? prev.toString() in getNgramContextFromNthPreviousWord() local 675 if (!(reference.equals(internal.toString()))) { in getNgramContextFromNthPreviousWord() 677 "Expected text = " + internal + "\nActual text = " + reference; in getNgramContextFromNthPreviousWord()
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/proto/ |
D | calendar.proto | 26 // https://developer.android.com/reference/android/provider/CalendarContract.Calendars.html 53 // https://developer.android.com/reference/android/provider/CalendarContract.Events.html 116 // https://developer.android.com/reference/android/provider/CalendarContract.Attendees
|
/packages/apps/TV/ |
D | README.md | 3 __Live TV__ is the Open Source reference application for watching TV on Android 16 NOTE: This is a reference application and should not be used with further
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 24 // A reference to an image. This consists of a 'content://' style URI plus 33 // Format: Content URI must reference a file with MIME type 40 // Caching: Given the same image reference and the same requested size, 43 // the first time, using this image reference plus requested size as key, 248 // A reference to an image representing this maneuver, 324 // The text of a CueElement with an image reference should be representative
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/ |
D | ExternalAccountTypeTest.java | 136 final AccountType reference = FallbackAccountType.createWithPackageNameForTest( in testEditSchema_fallback() local 139 assertsDataKindEquals(reference.getSortedDataKinds(), type.getSortedDataKinds()); in testEditSchema_fallback()
|
/packages/modules/NetworkStack/apishim/ |
D | jarjar-rules-compat.txt | 6 # package should be created, and this rule should reference api31.
|
/packages/apps/ManagedProvisioning/tests/ |
D | README | 14 http://developer.android.com/reference/android/test/InstrumentationTestRunner.html
|
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/ |
D | README.md | 3 SampleDvbTuner is the reference DVB Tuner. Partners should copy these files to
|
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/ |
D | README.md | 3 SampleNetworkTuner is the reference DVB Tuner. Partners should copy these files
|
/packages/apps/Car/CompanionDeviceSupport/tests/unit/ |
D | README.md | 24 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
|
/packages/apps/Car/libs/connected-device-lib/tests/unit/ |
D | README.md | 24 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
|
/packages/apps/StorageManager/tests/unit/ |
D | README | 17 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
|
/packages/apps/Settings/tests/unit/ |
D | README | 17 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
|
/packages/apps/Traceur/uitests/ |
D | README | 19 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | FusionDictionary.java | 480 final PtNode reference = new PtNode(new int[] { character }, in findInsertionIndex() local 483 int result = Collections.binarySearch(data, reference, PTNODE_COMPARATOR); in findInsertionIndex()
|
/packages/providers/TelephonyProvider/assets/ |
D | README | 36 …(Text Format: https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protob…
|
/packages/apps/TV/tuner/proto/ |
D | channel.proto | 59 …* href="https://developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_L…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 102 // Using a reference for consecutive access is handy and faster. 310 There are solutions to prevent actual copying these data, such as reference counting and garbage co… 417 Differs from STL, `PushBack()`/`PopBack()` returns the array reference itself. This is called _flue…
|
D | features.md | 95 * Rvalue reference
|