Searched refs:equal (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockUtils.java42 return Objects.equal(((UserHandle) item).getIdentifier(), userId);
58 return Objects.equal(((Intent) item).getComponent(), component);
74 return Objects.equal(((Intent) item).getAction(), action);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java286 if (!Objects.equal(name, other.name)
287 || !Objects.equal(uniqueId, other.uniqueId)
296 || !Objects.equal(hdrCapabilities, other.hdrCapabilities)
306 || !Objects.equal(address, other.address)
308 || !Objects.equal(ownerPackageName, other.ownerPackageName)) {
H A DPersistentDataStore.java108 if (!Objects.equal(display.getDeviceAlias(), alias)) {
H A DLogicalDisplay.java208 if (!Objects.equal(mPrimaryDisplayDeviceInfo, deviceInfo)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DCustomizeTileView.java54 if (!Objects.equal(label, mAppLabel.getText())) {
/frameworks/support/v4/java/android/support/v4/util/
H A DContainerHelpers.java40 public static boolean equal(Object a, Object b) { method in class:ContainerHelpers
H A DMapCollections.java141 return ContainerHelpers.equal(e.getKey(), colGetEntry(mIndex, 0))
142 && ContainerHelpers.equal(e.getValue(), colGetEntry(mIndex, 1));
193 return ContainerHelpers.equal(foundVal, e.getValue());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java237 if (!Objects.equal(pkgName, component.getPackageName())) {
249 if (Objects.equal(info.serviceInfo.packageName, component.getPackageName())
250 && Objects.equal(info.serviceInfo.name, component.getClassName())) {
H A DCustomTile.java124 if (!Objects.equal(icon1.getResPackage(), icon2.getResPackage())) {
H A DTileLifecycleManager.java287 if (!Objects.equal(pkgName, mIntent.getComponent().getPackageName())) {
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java143 && Objects.equal(mDeviceAlias, other.mDeviceAlias);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java96 if (!Objects.equal(mLabel.getText(), state.label)) {
/frameworks/base/core/java/android/util/
H A DMapCollections.java143 return Objects.equal(e.getKey(), colGetEntry(mIndex, 0))
144 && Objects.equal(e.getValue(), colGetEntry(mIndex, 1));
195 return Objects.equal(foundVal, e.getValue());
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java277 && Objects.equal(address, other.address)
278 && Objects.equal(uniqueId, other.uniqueId)
296 && Objects.equal(hdrCapabilities, other.hdrCapabilities)
304 && Objects.equal(ownerPackageName, other.ownerPackageName);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s50 ; * equal to predQP especially when the current block and
58 ; * performed. It is equal to ac_pred_flag in the bit
H A DomxVCM4P2_DecodePadMV_PVOP_s.s52 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
55 ; * is not equal to OMX_VC_INTER4V, the destination
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp98 bool equal = !strcmp(BC_EXT_STR, exts); local
103 if (equal || atStart || atEnd || inMiddle) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s52 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
55 ; * is not equal to OMX_VC_INTER4V, the destination
H A DomxVCM4P2_PredictReconCoefIntra_s.s50 ; * equal to predQP especially when the current block and
58 ; * performed. It is equal to ac_pred_flag in the bit
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java63 * Asserts that {@code actual} is not equal {@code unexpected}, according
68 if (equal(unexpected, actual)) {
190 * {@code null} will be considered equal to {@code null} (unlike SQL).
467 * equal if expectedResult is true. (hashCode() is not tested if
468 * expectedResult is false, as unequal objects can have equal hashCodes.)
472 * @param expectedResult True if the objects should compare equal,
488 + "to be equal to null?", expectedResult);
500 "hashCode() values for equal objects should be the same";
581 private static boolean equal(Object a, Object b) { method in class:MoreAsserts
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionVisitor.java222 if (Objects.equal(item.getText(), ",")) {
302 if (Objects.equal(item.getText(), ",")) {
/frameworks/rs/api/
H A Drs_value_types.spec54 equal to the number of entries named.
/frameworks/native/libs/gui/
H A DGLConsumer.cpp113 bool equal = !strcmp(CROP_EXT_STR, exts); local
118 return equal || atStart || atEnd || inMiddle;
133 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts);
138 return equal || atStart || atEnd || inMiddle;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java772 static <T> boolean equal(T a, T b) { method in class:MediaRouter
1445 if (!equal(mName, descriptor.getName())) {
1449 if (!equal(mDescription, descriptor.getDescription())) {
1453 if (!equal(mIconUri, descriptor.getIconUri())) {
1503 if (!equal(mExtras, descriptor.getExtras())) {
1507 if (!equal(mSettingsIntent, descriptor.getSettingsActivity())) {
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java379 if (Objects.equal(mCurrentKeyboardLayout, keyboardLayout)) {
434 if (Objects.equal(mCurrentKeyboardLayout, removedKeyboardLayout)) {

Completed in 766 milliseconds

12