Home
last modified time | relevance | path

Searched refs:obtain (Results 1 – 25 of 3274) sorted by relevance

12345678910>>...131

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelNullabilityTest.java41 Parcel p = Parcel.obtain(); in nullByteArray()
49 Parcel p = Parcel.obtain(); in nullBlob()
57 Parcel p = Parcel.obtain(); in nullString()
65 Parcel p = Parcel.obtain(); in nullCharSequence()
73 Parcel p = Parcel.obtain(); in nullStrongBinder()
81 Parcel p = Parcel.obtain(); in nullStringInterface()
89 Parcel p = Parcel.obtain(); in nullFileDescriptor()
99 Parcel p = Parcel.obtain(); in nullRawFileDescriptor()
109 Parcel p = Parcel.obtain(); in nullRawFileDescriptorArray()
117 Parcel p = Parcel.obtain(); in nullMap()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DObjectPoolTests.java87 ActivityResultItem emptyItem = ActivityResultItem.obtain(null); in testRecycleActivityResultItem()
118 DestroyActivityItem item = DestroyActivityItem.obtain(true, 117); in testRecycleDestroyActivityItem()
125 DestroyActivityItem item2 = DestroyActivityItem.obtain(true, 14); in testRecycleDestroyActivityItem()
197 MoveToDisplayItem item = MoveToDisplayItem.obtain(4, config()); in testRecycleMoveToDisplayItem()
211 NewIntentItem emptyItem = NewIntentItem.obtain(null, false); in testRecycleNewIntentItem()
242 ResumeActivityItem item = ResumeActivityItem.obtain(3, true); in testRecycleResumeActivityItem()
249 ResumeActivityItem item2 = ResumeActivityItem.obtain(2, true); in testRecycleResumeActivityItem()
264 StartActivityItem item2 = StartActivityItem.obtain( in testRecycleStartActivityItem()
272 StopActivityItem emptyItem = StopActivityItem.obtain(0); in testRecycleStopItem()
273 StopActivityItem item = StopActivityItem.obtain(4); in testRecycleStopItem()
[all …]
H A DTransactionParcelTests.java97 mParcel = Parcel.obtain(); in setUp()
103 ConfigurationChangeItem item = ConfigurationChangeItem.obtain(config()); in testConfigurationChange()
143 NewIntentItem item = NewIntentItem.obtain(referrerIntentList(), false); in testNewIntent()
156 ActivityResultItem item = ActivityResultItem.obtain(resultInfoList()); in testActivityResult()
168 DestroyActivityItem item = DestroyActivityItem.obtain(true /* finished */, in testDestroy()
228 ActivityRelaunchItem item = ActivityRelaunchItem.obtain(resultInfoList(), in testRelaunch()
242 PauseActivityItem item = PauseActivityItem.obtain(true /* finished */, in testPause()
256 ResumeActivityItem item = ResumeActivityItem.obtain(27 /* procState */, in testResume()
270 StopActivityItem item = StopActivityItem.obtain(14 /* configChanges */); in testStop()
296 NewIntentItem callback1 = NewIntentItem.obtain(new ArrayList<>(), true); in testClientTransaction()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationTapHelperTest.java78 MotionEvent evDownA = MotionEvent.obtain(downtimeA, in testDoubleTap_success()
84 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testDoubleTap_success()
90 MotionEvent evDownB = MotionEvent.obtain(downtimeB, in testDoubleTap_success()
96 MotionEvent evUpB = MotionEvent.obtain(downtimeB, in testDoubleTap_success()
128 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSingleTap_timeout()
155 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSingleTap_falsed()
183 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testDoubleTap_falsed()
195 MotionEvent evUpB = MotionEvent.obtain(downtimeB, in testDoubleTap_falsed()
229 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testSlideBack()
263 MotionEvent evUpA = MotionEvent.obtain(downtimeA, in testMoreThanTwoTaps()
[all …]
H A DPhoneStatusBarViewTest.kt55 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
66 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
76 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
87 val event = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0)
96 view.onTouchEvent(MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_DOWN, 0f, 0f, 0))
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMotionEventTest.java64 MotionEvent motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, in testObtainWithDisplayId()
84 motionEvent = MotionEvent.obtain(0, 0, ACTION_DOWN, in testObtainWithDisplayId()
92 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testCalculatesCursorPositionForTouchscreenEvents()
102 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testCalculatesCursorPositionForSimpleMouseEvents()
112 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testCalculatesCursorPositionForSimpleMouseEventsWithOffset()
138 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, in testCalculatesCursorPositionForMultiTouchMouseEvents()
176 final MotionEvent event = MotionEvent.obtain(0 /* downTime */, 0 /* eventTime */, in testEventRotation()
178 MotionEvent rot90 = MotionEvent.obtain(event); in testEventRotation()
183 MotionEvent rot180 = MotionEvent.obtain(event); in testEventRotation()
188 MotionEvent rot270 = MotionEvent.obtain(event); in testEventRotation()
[all …]
H A DVelocityTest.java41 VelocityTracker vt = VelocityTracker.obtain(); in testInitialCondiditions()
53 VelocityTracker vt = VelocityTracker.obtain(); in testClear()
68 VelocityTracker vt = VelocityTracker.obtain(); in testDragAcceleration()
79 VelocityTracker vt = VelocityTracker.obtain(); in testDragDeceleration()
91 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearHorizontal()
104 VelocityTracker vt = VelocityTracker.obtain(); in testDragLinearVertical()
121 VelocityTracker vt = VelocityTracker.obtain(); in testDragWith2Points()
138 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInNbPoints()
160 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInTime()
182 VelocityTracker vt = VelocityTracker.obtain(); in testStabilityInSpace()
[all …]
H A DKeyEventTest.java57 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtain()
75 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainFromKeyEvent()
77 KeyEvent keyEvent2 = KeyEvent.obtain(keyEvent); in testObtainFromKeyEvent()
84 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainWithDisplayId()
110 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainGeneratesUniqueId()
132 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainGeneratesIdWithRightSource()
149 Parcel parcel = Parcel.obtain(); in testParcelUnparcel()
167 return KeyEvent.obtain(ID, DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, METASTATE, in createKey()
/aosp12/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java159 Parcel data = Parcel.obtain(); in getWindow()
160 Parcel reply = Parcel.obtain(); in getWindow()
180 Parcel data = Parcel.obtain(); in onMove()
181 Parcel reply = Parcel.obtain(); in onMove()
196 Parcel data = Parcel.obtain(); in deactivate()
197 Parcel reply = Parcel.obtain(); in deactivate()
211 Parcel data = Parcel.obtain(); in close()
212 Parcel reply = Parcel.obtain(); in close()
225 Parcel data = Parcel.obtain(); in requery()
226 Parcel reply = Parcel.obtain(); in requery()
[all …]
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp31 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
38 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
46 auto dest = obtain(type, vecSize); in obtain()
59 auto val = obtain(VehiclePropertyType::INT32); in obtainInt32()
66 auto val = obtain(VehiclePropertyType::INT64); in obtainInt64()
73 auto val = obtain(VehiclePropertyType::FLOAT); in obtainFloat()
80 auto val = obtain(VehiclePropertyType::STRING); in obtainString()
86 return obtain(VehiclePropertyType::MIXED); in obtainComplex()
102 return it->second->obtain(); in obtainRecylable()
118 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtain( in obtain() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBufferTest.java59 MotionEvent eventA = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAllEventsRetained()
60 MotionEvent eventB = MotionEvent.obtain(0, 1, MotionEvent.ACTION_MOVE, 0, 0, 0); in testAllEventsRetained()
61 MotionEvent eventC = MotionEvent.obtain(0, 2, MotionEvent.ACTION_MOVE, 0, 0, 0); in testAllEventsRetained()
62 MotionEvent eventD = MotionEvent.obtain(0, 3, MotionEvent.ACTION_UP, 0, 0, 0); in testAllEventsRetained()
74 MotionEvent eventA = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testOlderEventsRemoved()
75 MotionEvent eventB = MotionEvent.obtain(0, 1, MotionEvent.ACTION_MOVE, 0, 0, 0); in testOlderEventsRemoved()
76 MotionEvent eventC = MotionEvent.obtain( in testOlderEventsRemoved()
78 MotionEvent eventD = MotionEvent.obtain( in testOlderEventsRemoved()
H A DFalsingCollectorImplTest.java170 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testPassThroughGesture()
171 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testPassThroughGesture()
188 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture()
189 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidGesture()
203 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidUnlocked()
204 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidUnlocked()
219 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidDozingNotPulsing()
220 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidDozingNotPulsing()
235 MotionEvent down = MotionEvent.obtain(0, 0, MotionEvent.ACTION_DOWN, 0, 0, 0); in testAvoidDozingButPulsing()
236 MotionEvent up = MotionEvent.obtain(0, 0, MotionEvent.ACTION_UP, 0, 0, 0); in testAvoidDozingButPulsing()
/aosp12/frameworks/base/core/java/android/os/
H A DMessage.java153 public static Message obtain() { in obtain() method in Message
173 public static Message obtain(Message orig) { in obtain() method in Message
174 Message m = obtain(); in obtain()
196 public static Message obtain(Handler h) { in obtain() method in Message
197 Message m = obtain(); in obtain()
211 Message m = obtain(); in obtain()
226 Message m = obtain(); in obtain()
242 Message m = obtain(); in obtain()
261 Message m = obtain(); in obtain()
283 Message m = obtain(); in obtain()
[all …]
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleObjectPool_test.cpp60 auto value = valuePool->obtain(VehiclePropertyType::INT32); in TEST_F()
62 ASSERT_EQ(value.get(), valuePool->obtain(VehiclePropertyType::INT32).get()); in TEST_F()
64 ASSERT_NE(value.get(), valuePool->obtain(VehiclePropertyType::FLOAT).get()); in TEST_F()
71 valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
72 auto vs = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
77 auto vs2 = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F()
79 ASSERT_NE(raw, valuePool->obtain(VehiclePropertyType::STRING).get()); in TEST_F()
102 poolPtr->obtain(k % 2 == 0 in TEST_F()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutPerfTest.java73 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
88 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
103 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Greedy_Hyphenation()
118 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
133 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_NoStyled_Balanced_Hyphenation()
148 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_RandomText_Styled_Greedy_NoHyphenation()
165 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
183 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation_DirDifferent()
201 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
218 StaticLayout.Builder.obtain(text, 0, text.length(), PAINT, TEXT_WIDTH) in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DNotificationVisibility.java100 return obtain(this.key, this.rank, this.count, this.visible, this.location); in clone()
144 public static NotificationVisibility obtain(String key, int rank, int count, boolean visible) { in obtain() method in NotificationVisibility
145 return obtain(key, rank, count, visible, in obtain()
152 public static NotificationVisibility obtain(String key, int rank, int count, boolean visible, in obtain() method in NotificationVisibility
154 NotificationVisibility vo = obtain(); in obtain()
163 private static NotificationVisibility obtain(Parcel in) { in obtain() method in NotificationVisibility
164 NotificationVisibility vo = obtain(); in obtain()
169 private static NotificationVisibility obtain() { in obtain() method in NotificationVisibility
192 return obtain(parcel);
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java971 android.os.Parcel _data = android.os.Parcel.obtain(); in UnimplementedMethod()
998 android.os.Parcel _data = android.os.Parcel.obtain(); in Deprecated()
1018 android.os.Parcel _data = android.os.Parcel.obtain(); in TestOneway()
1036 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatBoolean()
1059 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatByte()
1082 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatChar()
1105 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatInt()
1128 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatLong()
1151 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatFloat()
1174 android.os.Parcel _data = android.os.Parcel.obtain(); in RepeatDouble()
[all …]
/aosp12/frameworks/base/core/java/android/content/
H A DContentProviderNative.java459 Parcel data = Parcel.obtain(); in query()
507 Parcel data = Parcel.obtain(); in getType()
527 Parcel data = Parcel.obtain(); in getTypeAsync()
545 Parcel data = Parcel.obtain(); in insert()
569 Parcel data = Parcel.obtain(); in bulkInsert()
593 Parcel data = Parcel.obtain(); in applyBatch()
618 Parcel data = Parcel.obtain(); in delete()
641 Parcel data = Parcel.obtain(); in update()
666 Parcel data = Parcel.obtain(); in openFile()
693 Parcel data = Parcel.obtain(); in openAssetFile()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java127 SomeArgs args = SomeArgs.obtain(); in obtainMessageBOO()
157 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOO()
165 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOO()
172 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOOO()
181 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOO()
190 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOOO()
200 SomeArgs args = SomeArgs.obtain(); in obtainMessageOO()
208 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOO()
217 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOO()
227 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOOO()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java506 Message msg = Message.obtain(); in sendMessage()
519 Message msg = Message.obtain(); in sendMessage()
534 Message msg = Message.obtain(); in sendMessage()
551 Message msg = Message.obtain(); in sendMessage()
566 Message msg = Message.obtain(); in sendMessage()
597 Message msg = Message.obtain(); in replyToMessage()
611 Message msg = Message.obtain(); in replyToMessage()
626 Message msg = Message.obtain(); in replyToMessage()
644 Message msg = Message.obtain(); in replyToMessage()
661 Message msg = Message.obtain(); in replyToMessage()
[all …]
/aosp12/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/
H A DSoundTriggerTest.java45 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_noUsers()
65 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_zeroUsers()
85 Parcel parcel = Parcel.obtain(); in testKeyphraseParcelUnparcel_pos()
110 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_noData()
135 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_zeroData()
157 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_noKeyphrases()
179 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_zeroKeyphrases()
206 Parcel parcel = Parcel.obtain(); in testKeyphraseSoundModelParcelUnparcel_largeData()
226 Parcel parcel = Parcel.obtain(); in testRecognitionEventParcelUnparcel_noData()
243 Parcel parcel = Parcel.obtain(); in testRecognitionEventParcelUnparcel_zeroData()
[all …]
/aosp12/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java390 putMessage(Message.obtain(mHandler, MSG_CHANGE_LISTENER, listener)); in setRecognitionListener()
420 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent)); in startListening()
453 putMessage(Message.obtain(mHandler, MSG_STOP)); in stopListening()
464 putMessage(Message.obtain(mHandler, MSG_CANCEL)); in cancel()
733 Message.obtain(mInternalHandler, MSG_BEGINNING_OF_SPEECH).sendToTarget(); in onBeginningOfSpeech()
737 Message.obtain(mInternalHandler, MSG_BUFFER_RECEIVED, buffer).sendToTarget(); in onBufferReceived()
741 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget(); in onEndOfSpeech()
745 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget(); in onError()
753 Message.obtain(mInternalHandler, MSG_RESULTS, results).sendToTarget(); in onResults()
761 Message.obtain(mInternalHandler, MSG_RMS_CHANGED, rmsdB).sendToTarget(); in onRmsChanged()
[all …]
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapterServant.java387 SomeArgs args = SomeArgs.obtain();
400 SomeArgs args = SomeArgs.obtain();
431 SomeArgs args = SomeArgs.obtain();
467 SomeArgs args = SomeArgs.obtain();
475 SomeArgs args = SomeArgs.obtain();
484 SomeArgs args = SomeArgs.obtain();
499 SomeArgs args = SomeArgs.obtain();
508 SomeArgs args = SomeArgs.obtain();
517 SomeArgs args = SomeArgs.obtain();
532 SomeArgs args = SomeArgs.obtain();
[all …]
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DAdvertiseDataTest.java42 Parcel parcel = Parcel.obtain(); in testEmptyData()
53 Parcel parcel = Parcel.obtain(); in testEmptyServiceUuid()
64 Parcel parcel = Parcel.obtain(); in testEmptyManufacturerData()
79 Parcel parcel = Parcel.obtain(); in testEmptyServiceData()
94 Parcel parcel = Parcel.obtain(); in testServiceUuid()
110 Parcel parcel = Parcel.obtain(); in testManufacturerData()
131 Parcel parcel = Parcel.obtain(); in testServiceData()
/aosp12/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, in getUnflattenedPos()
274 return PositionMetadata.obtain(pos.groupPos, pos.type, in getFlattenedPos()
304 return PositionMetadata.obtain(midExpGm.flPos, pos.type, in getFlattenedPos()
308 return PositionMetadata.obtain(midExpGm.flPos + pos.childPos in getFlattenedPos()
347 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos, in getFlattenedPos()
361 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos, in getFlattenedPos()
595 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in collapseGroup()
638 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in expandGroup()
679 GroupMetadata expandedGm = GroupMetadata.obtain( in expandGroup()
934 GroupMetadata gm = GroupMetadata.obtain(
[all …]

12345678910>>...131