/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedArrayList.java | 62 private void registerChild(Object o) { in registerChild() 73 private void unregisterChild(Object o) { in unregisterChild() 86 private void unregisterChildIf(Object o) { in unregisterChildIf() 271 public boolean contains(Object o) { in contains() 299 public int indexOf(Object o) { in indexOf() 313 public int lastIndexOf(Object o) { in lastIndexOf() 331 public boolean remove(Object o) { in remove() 364 public boolean equals(@Nullable Object o) { in equals()
|
H A D | WatchedArraySet.java | 62 private void registerChild(Object o) { in registerChild() 73 private void unregisterChild(Object o) { in unregisterChild() 86 private void unregisterChildIf(Object o) { in unregisterChildIf() 309 public boolean remove(Object o) { in remove()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | ReferenceGetPerfTest.java | 56 Object o = soft.get(); in timeSoftReferenceGet() local 65 Object o = weak.get(); in timeWeakReferenceGet() local 76 Object o = weak.get(); in timeNonPreservedWeakReferenceGet() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BaseBundle.java | 1155 Object o = mMap.get(key); in getBoolean() local 1189 Object o = mMap.get(key); in getByte() local 1223 Object o = mMap.get(key); in getChar() local 1257 Object o = mMap.get(key); in getShort() local 1291 Object o = mMap.get(key); in getInt() local 1325 Object o = mMap.get(key); in getLong() local 1359 Object o = mMap.get(key); in getFloat() local 1393 Object o = mMap.get(key); in getDouble() local 1492 Object o = getValue(key); in getSerializable() local 1584 Object o = mMap.get(key); in getBooleanArray() local [all …]
|
H A D | HidlSupport.java | 118 public static int deepHashCode(Object o) { in deepHashCode() 145 private static void throwErrorIfUnsupportedType(Object o) { in throwErrorIfUnsupportedType() 159 private static int primitiveArrayHashCode(Object o) { in primitiveArrayHashCode()
|
H A D | Bundle.java | 842 final Object o = mMap.get(key); in getSize() local 862 final Object o = mMap.get(key); in getSizeF() local 882 Object o = mMap.get(key); in getBundle() local 913 Object o = getValue(key); in getParcelable() local 975 Object o = getValue(key); in getParcelableArray() local 1046 Object o = getValue(key); in getParcelableArrayList() local 1108 Object o = getValue(key); in getSparseParcelableArray() local 1315 Object o = mMap.get(key); in getBinder() local 1343 Object o = mMap.get(key); in getIBinder() local
|
/aosp14/system/core/libutils/ |
H A D | String16.cpp | 93 String16::String16(const String16& o) in String16() 99 String16::String16(String16&& o) noexcept in String16() function in android::String16 105 String16::String16(const String16& o, size_t len, size_t begin) in String16() 111 String16::String16(const char16_t* o) : mString(allocFromUTF16(o, strlen16(o))) {} in String16() 113 String16::String16(const char16_t* o, size_t len) : mString(allocFromUTF16(o, len)) {} in String16() 115 String16::String16(const String8& o) in String16() 120 String16::String16(const char* o) in String16() 125 String16::String16(const char* o, size_t len) in String16()
|
H A D | String8.cpp | 131 String8::String8(const String8& o) in String8() 137 String8::String8(const char* o) in String8() 145 String8::String8(const char* o, size_t len) in String8() 153 String8::String8(const String16& o) in String8() 158 String8::String8(const char16_t* o) in String8() 163 String8::String8(const char16_t* o, size_t len) in String8() 168 String8::String8(const char32_t* o) in String8() 171 String8::String8(const char32_t* o, size_t len) in String8()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ConfigDescription.h | 155 inline ConfigDescription::ConfigDescription(const android::ResTable_config& o) { in ConfigDescription() 160 inline ConfigDescription::ConfigDescription(const ConfigDescription& o) in ConfigDescription() 164 inline ConfigDescription::ConfigDescription(ConfigDescription&& o) noexcept { in ConfigDescription() function 186 inline bool ConfigDescription::MatchWithDensity(const ConfigDescription& o) const { in MatchWithDensity()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | TimeLimitedMotionEventBuffer.java | 71 public int indexOf(Object o) { in indexOf() 76 public int lastIndexOf(Object o) { in lastIndexOf() 91 public boolean contains(Object o) { in contains() 118 public boolean remove(Object o) { in remove() 155 public boolean equals(Object o) { in equals()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedTest.java | 56 Object o = new Object(); in testAppend() local 175 public void onSpanChanged(Spannable b, Object o, int s, int e, int st, int en) { } in onSpanChanged() 178 public void onSpanRemoved(Spannable b, Object o, int s, int e) { } in onSpanRemoved() 181 public void onSpanAdded(Spannable b, Object o, int s, int e) { in onSpanAdded()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | ExtensionControllerImplTest.java | 122 Object o = new Object(); in testUiMode() local 147 Object o = new Object(); in testDefault() local 199 final Object o = new Object(); in testCallback() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | SetTagsTest.java | 55 Object o = new Object(); in testGetTag() local 70 Object o = new Object(); in testGetTagWithKey() local
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | SmsHeader.java | 77 public boolean equals(Object o) { in equals() 107 public boolean equals(Object o) { in equals() 136 public boolean equals(Object o) { in equals() 157 public boolean equals(Object o) { in equals() 180 public boolean equals(Object o) { in equals()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | AbstractCollection.java | 30 public boolean contains(Object o) { in contains() 55 public boolean remove(Object o) { in remove()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/ |
H A D | ReferenceTestUtils.java | 31 public static CollectionWaiter createCollectionWaiter(Object o) { in createCollectionWaiter()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileImplTest.java | 392 Object o = new Object(); in testListeningFalse_stateAtMostCreated() local 403 Object o = new Object(); in testListeningFalse_stateNotDestroyed() local 422 Object o = new Object(); in testSetListeningAfterDestroyedDoesNotCrash() local 449 Object o = new Object(); in testIsListening() local 467 Object o = new Object(); in testStaleTriggeredWhileListening() local
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotifyingApp.java | 103 public boolean equals(@Nullable Object o) { in equals() 121 public int compareTo(NotifyingApp o) { in compareTo()
|
/aosp14/frameworks/base/core/java/android/view/translation/ |
H A D | UiTranslationSpec.java | 112 public boolean equals(@android.annotation.Nullable Object o) { in equals() 227 UiTranslationSpec o = new UiTranslationSpec( in build() local
|
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/ |
H A D | SampleWithNestedDataClasses.java | 69 public boolean equals(@android.annotation.Nullable Object o) { in equals() 193 public boolean equals(@android.annotation.Nullable Object o) { in equals() 307 public boolean equals(@android.annotation.Nullable Object o) { in equals()
|
/aosp14/frameworks/base/core/java/android/timezone/ |
H A D | CountryTimeZones.java | 69 public boolean equals(@Nullable Object o) { in equals() 123 public boolean equals(@Nullable Object o) { in equals() 275 public boolean equals(@Nullable Object o) { in equals()
|
/aosp14/frameworks/base/packages/SystemUI/res/raw/ |
H A D | biometricprompt_symbol_error_to_fingerprint_portrait_bottomright.json | 1 …"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"circle fill 5","td":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"… object
|
H A D | biometricprompt_symbol_error_to_fingerprint_portrait_topleft.json | 1 …"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"circle fill 5","td":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"… object
|
H A D | biometricprompt_symbol_error_to_success_portrait_bottomright.json | 1 …"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"circle fill 5","td":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"… object
|
H A D | biometricprompt_symbol_error_to_success_portrait_topleft.json | 1 …"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"circle fill 5","td":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"… object
|