Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 46) sorted by relevance

12

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DComparatorTester.java153 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/
Dproject.properties16 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/
DAssert.java146 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/
DSoftPreconditions.java95 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/
DCallLogDates.java245 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/
DContactInfoCache.java73 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/
DRichInputConnection.java176 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/
Dcalendar.proto26 // 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/
DREADME.md3 __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/
Dnavigation_state.proto24 // 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/
DExternalAccountTypeTest.java136 final AccountType reference = FallbackAccountType.createWithPackageNameForTest( in testEditSchema_fallback() local
139 assertsDataKindEquals(reference.getSortedDataKinds(), type.getSortedDataKinds()); in testEditSchema_fallback()
/packages/modules/NetworkStack/apishim/
Djarjar-rules-compat.txt6 # package should be created, and this rule should reference api31.
/packages/apps/ManagedProvisioning/tests/
DREADME14 http://developer.android.com/reference/android/test/InstrumentationTestRunner.html
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/
DREADME.md3 SampleDvbTuner is the reference DVB Tuner. Partners should copy these files to
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/
DREADME.md3 SampleNetworkTuner is the reference DVB Tuner. Partners should copy these files
/packages/apps/Car/CompanionDeviceSupport/tests/unit/
DREADME.md24 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
/packages/apps/Car/libs/connected-device-lib/tests/unit/
DREADME.md24 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
/packages/apps/StorageManager/tests/unit/
DREADME17 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
/packages/apps/Settings/tests/unit/
DREADME17 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
/packages/apps/Traceur/uitests/
DREADME19 http://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java480 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/
DREADME36 …(Text Format: https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protob…
/packages/apps/TV/tuner/proto/
Dchannel.proto59 …* href="https://developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_L…
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md102 // 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…
Dfeatures.md95 * Rvalue reference

12