Home
last modified time | relevance | path

Searched refs:getList (Results 1 – 25 of 78) sorted by relevance

1234

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingTest.java88 assertThat(mListing.getList().size()).isEqualTo(2); in segment_whenCountIsLessThanOne_returnsOffsetToEnd()
94 assertThat(mListing.getList().size()).isEqualTo(0); in segment_whenOffsetIsBiggerThanSize_returnsEmptyList()
100 assertThat(mListing.getList().size()).isEqualTo(1); in segment_whenOffsetCountCombinationIsValid_returnsCorrectly()
107 assertThat(mListing.getList().get(0).getDateTime()).isEqualTo(TEST_DATE_TIME_LATEST); in sort()
108 assertThat(mListing.getList().get(1).getDateTime()).isEqualTo(TEST_DATE_TIME_MIDDLE); in sort()
109 assertThat(mListing.getList().get(2).getDateTime()).isEqualTo(TEST_DATE_TIME_EARLIEST); in sort()
126 assertThat(listingToAppend.getList().size()).isEqualTo(2); in encodeToXml_thenAppendFromXml()
133 assertThat(listing.getList().size()).isEqualTo(2); in encodeToXml_thenAppendFromXml()
134 assertThat(listing.getList().get(0).getDateTime()).isEqualTo(TEST_DATE_TIME_EARLIEST); in encodeToXml_thenAppendFromXml()
135 assertThat(listing.getList().get(1).getReadBool()).isTrue(); in encodeToXml_thenAppendFromXml()
DBluetoothMapConvoListingTest.java75 assertThat(mListing.getList().size()).isEqualTo(2); in segment_whenCountIsLessThanOne_returnsOffsetToEnd()
81 assertThat(mListing.getList().size()).isEqualTo(0); in segment_whenOffsetIsBiggerThanSize_returnsEmptyList()
87 assertThat(mListing.getList().size()).isEqualTo(1); in segment_whenOffsetCountCombinationIsValid_returnsCorrectly()
94 assertThat(mListing.getList().get(0).getLastActivity()) in sort()
173 assertThat(listing.getList().size()).isEqualTo(2); in encodeToXml_thenAppendFromXml()
174 assertThat(listing.getList().get(0).getConvoId()) in encodeToXml_thenAppendFromXml()
176 assertThat(listing.getList().get(1).getConvoId()) in encodeToXml_thenAppendFromXml()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DRootItemListBuilderTest.java71 List<RootItem> result = mBuilder.getList(); in testGetList_empty()
84 List<RootItem> result = mBuilder.getList(); in testGetList_singleUser()
105 List<RootItem> result = mBuilder.getList(); in testGetList_twoUsers_allMultiProfileRootsMatchOther_defaultUser()
130 List<RootItem> result = mBuilder.getList(); in testGetList_twoUsers_allMultiProfileRootsMatchOther_otherUser()
152 List<RootItem> result = mBuilder.getList(); in testGetList_twoUsers_defaultUserHasAllMatchingRoots()
174 List<RootItem> result = mBuilder.getList(); in testGetList_twoUsers_secondUserFillsUpNonMatchingRoots()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java434 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
448 GetSetValueResult cachedResult = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
519 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_normalResult()
558 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()
581 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_retryAndTimeout()
601 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_noResultTimeout()
632 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_timeoutFromVehicleStub()
655 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_errorResult()
683 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
713 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_propStatusUnavailable()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java80 processor.setResults(pbapVCardList.getList()); in testNoTimestamp()
107 processor.setResults(pbapVCardList.getList()); in testMissedCall()
133 processor.setResults(pbapVCardList.getList()); in testUnknownCall()
154 processor.setResults(pbapVCardList.getList()); in testPullPhoneBook()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessagesListingTest.java46 assertThat(listing.getList()).hasSize(1); in constructor()
47 Message msg = listing.getList().get(0); in constructor()
DRequestTest.java94 assertThat(newRequest.getList().toString()).isEqualTo(TEST_MESSAGE_LIST.toString()); in testRequestGetMessagesListing()
120 assertThat(newRequest.getList().toString()).isEqualTo(TEST_FOLDER_LIST.toString()); in testRequestGetFolderListing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetFolderListing.java64 public ArrayList<String> getList() { in getList() method in RequestGetFolderListing
69 return mResponse.getList(); in getList()
DRequestGetMessagesListing.java138 public ArrayList<Message> getList() { in getList() method in RequestGetMessagesListing
143 return mResponse.getList(); in getList()
DFolderListing.java67 public ArrayList<String> getList() { in getList() method in FolderListing
DMessagesListing.java81 public ArrayList<Message> getList() { in getList() method in MessagesListing
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java115 public ArrayList<VCardEntry> getList() { in getList() method in BluetoothPbapRequestPullPhoneBook
116 return mResponse.getList(); in getList()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DAppBubbleListPreferenceControllerTest.java137 mController.filterAndSortConversations(mConvoList.getList()); in filterAndSortConversations_BUBBLE_PREFERENCE_SELECTED_filtersAllowedBubbles()
150 mController.filterAndSortConversations(mConvoList.getList()); in filterAndSortConversations_BUBBLE_PREFERENCE_ALL_filtersExcludedBubbles()
164 ConversationChannelWrapper ccw = mConvoList.getList().get(0); in clickConversationPref_updatesChannel()
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/
DByteArrayParceledListSlice.java117 public List<byte[]> getList() { in getList() method in ByteArrayParceledListSlice
118 return super.getList(); in getList()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java129 return service.getSystemCaAliases().getList(); in getAliases()
132 return service.getUserCaAliases().getList(); in getAliases()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DLogReader.java85 return result.getList(); in getRequests()
122 return result.getList(); in getJoinedEvents()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java545 true, DEFAULT_DIALER_PACKAGE, null, false).getList()); in testGetCallCapablePhoneAccounts()
548 false, DEFAULT_DIALER_PACKAGE, null, false).getList()); in testGetCallCapablePhoneAccounts()
569 true, DEFAULT_DIALER_PACKAGE, null, false).getList()); in testGetCallCapablePhoneAccountsAcrossProfiles()
577 true, DEFAULT_DIALER_PACKAGE, null, false).getList()); in testGetCallCapablePhoneAccountsAcrossProfiles()
588 true, DEFAULT_DIALER_PACKAGE, null, true).getList()); in testGetCallCapablePhoneAccountsAcrossProfiles()
591 true, DEFAULT_DIALER_PACKAGE, null, false).getList()); in testGetCallCapablePhoneAccountsAcrossProfiles()
599 true, DEFAULT_DIALER_PACKAGE, null, true).getList()); in testGetCallCapablePhoneAccountsAcrossProfiles()
602 true, DEFAULT_DIALER_PACKAGE, null, false).getList()); in testGetCallCapablePhoneAccountsAcrossProfiles()
627 mTSIBinder.getSelfManagedPhoneAccounts(DEFAULT_DIALER_PACKAGE, null).getList()); in testGetSelfManagedPhoneAccounts()
652 mTSIBinder.getOwnSelfManagedPhoneAccounts(DEFAULT_DIALER_PACKAGE, null).getList()); in testGetOwnSelfManagedPhoneAccounts()
[all …]
/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelListPreferenceController.java104 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
107 mAppRow.uid).getList(); in updateState()
110 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
/packages/apps/Settings/src/com/android/settings/notification/
DConversationListSummaryPreferenceController.java41 final int count = mBackend.getConversations(true).getList().size(); in getSummary()
/packages/modules/Media/apex/framework/java/android/media/
DMediaCommunicationManager.java244 return slice == null ? Collections.emptyList() : slice.getList(); in getSession2Tokens()
359 List<Session2Token> tokenList = tokens.getList(); in onSession2Changed()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DLargeParcelableList.java80 public List<T> getList() { in getList() method in LargeParcelableList
DCarPropertyConfigList.java43 return super.getList(); in getConfigs()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java987 assertThat(argumentCaptor.getValue().getList().get(0).getRequestId()).isEqualTo(0); in testGetPropertiesAsync()
988 assertThat(argumentCaptor.getValue().getList().get(0).getPropertyId()) in testGetPropertiesAsync()
990 assertThat(argumentCaptor.getValue().getList().get(0).getAreaId()).isEqualTo(0); in testGetPropertiesAsync()
1001 assertThat(argumentCaptor.getValue().getList().get(0).getRequestId()).isEqualTo(0); in testGetPropertiesAsyncWithTimeout()
1002 assertThat(argumentCaptor.getValue().getList().get(0).getPropertyId()) in testGetPropertiesAsyncWithTimeout()
1004 assertThat(argumentCaptor.getValue().getList().get(0).getAreaId()).isEqualTo(0); in testGetPropertiesAsyncWithTimeout()
1075 assertThat(argumentCaptor.getValue().getList().get(0).getRequestId()).isEqualTo(0); in testGetPropertiesAsync_clearRequestIdAfterFailed()
1076 assertThat(argumentCaptor.getValue().getList().get(0).getPropertyId()) in testGetPropertiesAsync_clearRequestIdAfterFailed()
1078 assertThat(argumentCaptor.getValue().getList().get(0).getAreaId()).isEqualTo(0); in testGetPropertiesAsync_clearRequestIdAfterFailed()
1123 List getPropertyServiceList = asyncGetPropertyServiceRequestList.getList(); in testOnGetValueResult_onSuccess()
[all …]
/packages/apps/TV/src/com/android/tv/data/
DParcelableList.java62 public List<T> getList() { in getList() method in ParcelableList
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItemListBuilder.java70 public List<RootItem> getList() { in getList() method in RootItemListBuilder

1234