Searched refs:other (Results 26 - 50 of 396) sorted by path

1234567891011>>

/frameworks/av/services/camera/libcameraservice/utils/
H A DAutoConditionLock.h68 AutoConditionLock(const AutoConditionLock& other) = delete; member in class:android::final
/frameworks/base/
H A DAndroid.mk41 LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
778 $(call find-other-html-files, $(html_dirs)) \
784 $(filter-out $(patterns_to_not_document), $(call find-other-java-files, $(dirs_to_document))) \
789 $(call find-other-java-files, $(dirs_to_check_apis)) \
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java554 * @param other The info from which to update the properties.
558 public void updateDynamicallyConfigurableProperties(AccessibilityServiceInfo other) { argument
559 eventTypes = other.eventTypes;
560 packageNames = other.packageNames;
561 feedbackType = other.feedbackType;
562 notificationTimeout = other.notificationTimeout;
563 flags = other.flags;
749 AccessibilityServiceInfo other = (AccessibilityServiceInfo) obj;
751 if (other.mId != null) {
754 } else if (!mId.equals(other
[all...]
H A DGestureDescription.java313 void copyFrom(TouchPoint other) { argument
314 mPathIndex = other.mPathIndex;
315 mIsStartOfPath = other.mIsStartOfPath;
316 mIsEndOfPath = other.mIsEndOfPath;
317 mX = other.mX;
318 mY = other.mY;
/frameworks/base/core/java/android/accounts/
H A DAccount.java35 final Account other = (Account)o;
36 return name.equals(other.name) && type.equals(other.type);
H A DAccountAndUser.java36 final AccountAndUser other = (AccountAndUser) o;
37 return this.account.equals(other.account)
38 && this.userId == other.userId;
H A DAuthenticatorDescription.java113 final AuthenticatorDescription other = (AuthenticatorDescription) o;
114 return type.equals(other.type);
/frameworks/base/core/java/android/app/
H A DActivityManager.java639 * there are other tasks in the stack.
1027 public void copyFrom(TaskDescription other) { argument
1028 mLabel = other.mLabel;
1029 mIcon = other.mIcon;
1030 mIconFilename = other.mIconFilename;
1031 mColorPrimary = other.mColorPrimary;
1032 mColorBackground = other.mColorBackground;
1304 * Task affiliation for grouping with other tasks.
1493 * way to retrieve that information), and possibly some other tasks
1799 * own tasks, and possibly some other task
[all...]
H A DActivityThread.java159 * broadcasts, and other operations on it as the activity
277 final ProviderKey other = (ProviderKey) o;
278 return Objects.equals(authority, other.authority) && userId == other.userId;
351 // can be compared with other lifecycle operations.
2189 // Heap info - other areas
3901 // have a chance for any other pending work (in particular memory
4217 // unregister and other cleanup.
5641 // There was a race! Some other client managed to acquire
H A DAutomaticZenRule.java188 final AutomaticZenRule other = (AutomaticZenRule) o;
189 return other.enabled == enabled
190 && Objects.equals(other.name, name)
191 && other.interruptionFilter == interruptionFilter
192 && Objects.equals(other.conditionId, conditionId)
193 && Objects.equals(other.owner, owner)
194 && other.creationTime == creationTime;
H A DNotificationManager.java838 final Policy other = (Policy) o;
839 return other.priorityCategories == priorityCategories
840 && other.priorityCallSenders == priorityCallSenders
841 && other.priorityMessageSenders == priorityMessageSenders
842 && other.suppressedVisualEffects == suppressedVisualEffects;
/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertiseData.java120 AdvertiseData other = (AdvertiseData) obj;
121 return Objects.equals(mServiceUuids, other.mServiceUuids) &&
122 BluetoothLeUtils.equals(mManufacturerSpecificData, other.mManufacturerSpecificData) &&
123 BluetoothLeUtils.equals(mServiceData, other.mServiceData) &&
124 mIncludeDeviceName == other.mIncludeDeviceName &&
125 mIncludeTxPowerLevel == other.mIncludeTxPowerLevel;
H A DScanFilter.java405 ScanFilter other = (ScanFilter) obj;
406 return Objects.equals(mDeviceName, other.mDeviceName) &&
407 Objects.equals(mDeviceAddress, other.mDeviceAddress) &&
408 mManufacturerId == other.mManufacturerId &&
409 Objects.deepEquals(mManufacturerData, other.mManufacturerData) &&
410 Objects.deepEquals(mManufacturerDataMask, other.mManufacturerDataMask) &&
411 Objects.equals(mServiceDataUuid, other.mServiceDataUuid) &&
412 Objects.deepEquals(mServiceData, other.mServiceData) &&
413 Objects.deepEquals(mServiceDataMask, other.mServiceDataMask) &&
414 Objects.equals(mServiceUuid, other
[all...]
H A DScanResult.java139 ScanResult other = (ScanResult) obj;
140 return Objects.equals(mDevice, other.mDevice) && (mRssi == other.mRssi) &&
141 Objects.equals(mScanRecord, other.mScanRecord)
142 && (mTimestampNanos == other.mTimestampNanos);
/frameworks/base/core/java/android/content/
H A DClipData.java76 * creating shortcuts (such as placing icons on the home screen) or other
103 * or other binary data as an attachment. This is accomplished through the
126 * URI consisting of a complicated structure that only other applications with
311 * and other things can be retrieved.
386 * and other things can be retrieved.
436 * and other things can be retrieved.
675 * @param other The existing ClipData that is to be copied.
677 public ClipData(ClipData other) { argument
678 mClipDescription = other.mClipDescription;
679 mIcon = other
[all...]
H A DComponentName.java288 ComponentName other = (ComponentName)obj;
291 return mPackage.equals(other.mPackage)
292 && mClass.equals(other.mClass);
H A DContentValues.java102 * @param other the ContentValues from which to copy
104 public void putAll(ContentValues other) { argument
105 mValues.putAll(other.mValues);
429 * any other types to byte arrays.
H A DIntent.java151 * at the other information in the intent (the action, data/type, and
155 * all of the other Intent attributes become optional.</p>
163 * <p>Here are some examples of other operations you can specify as intents
208 * class to be run. Often these will not include any other information,
333 * MAIN action is a main entry point (not requiring any other information in
473 * also supports two other standard categories: ALTERNATIVE and
677 * Used to indicate that some piece of data should be attached to some other
769 * For applications which install other applications (such as app stores), it is recommended
1128 * content: URIs and other advanced features of {@link ClipData}. If
1166 * content: URIs and other advance
8104 fillIn(Intent other, @FillInFlags int flags) argument
8242 filterEquals(Intent other) argument
[all...]
H A DIntentFilter.java874 public boolean match(AuthorityEntry other) { argument
875 if (mWild != other.mWild) {
878 if (!mHost.equals(other.mHost)) {
881 if (mPort != other.mPort) {
890 final AuthorityEntry other = (AuthorityEntry)obj;
891 return match(other);
1351 * filter in order to match. In other words, adding a category to the
H A DPeriodicSync.java64 public PeriodicSync(PeriodicSync other) { argument
65 this.account = other.account;
66 this.authority = other.authority;
67 this.extras = new Bundle(other.extras);
68 this.period = other.period;
69 this.flexTime = other.flexTime;
127 final PeriodicSync other = (PeriodicSync) o;
128 return account.equals(other.account)
129 && authority.equals(other.authority)
130 && period == other
[all...]
H A DRestrictionEntry.java336 * This method is not relevant for types other than
386 * set in {@link #setChoiceValues(String[])}. This method is not relevant for types other
458 final RestrictionEntry other = (RestrictionEntry) o;
459 if (mType != other.mType || !mKey.equals(other.mKey)) {
462 if (mCurrentValues == null && other.mCurrentValues == null
463 && mRestrictions == null && other.mRestrictions == null
464 && Objects.equals(mCurrentValue, other.mCurrentValue)) {
467 if (mCurrentValue == null && other.mCurrentValue == null
468 && mRestrictions == null && other
[all...]
H A DSyncAdapterType.java158 final SyncAdapterType other = (SyncAdapterType)o;
160 return authority.equals(other.authority) && accountType.equals(other.accountType);
H A DSyncInfo.java74 public SyncInfo(SyncInfo other) { argument
75 this.authorityId = other.authorityId;
76 this.account = new Account(other.account.name, other.account.type);
77 this.authority = other.authority;
78 this.startTime = other.startTime;
H A DSyncStatusInfo.java132 public SyncStatusInfo(SyncStatusInfo other) { argument
133 authorityId = other.authorityId;
134 totalElapsedTime = other.totalElapsedTime;
135 numSyncs = other.numSyncs;
136 numSourcePoll = other.numSourcePoll;
137 numSourceServer = other.numSourceServer;
138 numSourceLocal = other.numSourceLocal;
139 numSourceUser = other.numSourceUser;
140 numSourcePeriodic = other.numSourcePeriodic;
141 lastSuccessTime = other
[all...]
/frameworks/base/core/java/android/content/pm/
H A DFeatureGroupInfo.java38 public FeatureGroupInfo(FeatureGroupInfo other) { argument
39 features = other.features;

Completed in 302 milliseconds

1234567891011>>