Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java83 processor.setResults(pbapVCardList.getList()); in testNoTimestamp()
105 processor.setResults(pbapVCardList.getList()); in testMissedCall()
126 processor.setResults(pbapVCardList.getList()); in testUnknownCall()
147 processor.setResults(pbapVCardList.getList()); in testPullPhoneBook()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestGetFolderListing.java63 public ArrayList<String> getList() { in getList() method in RequestGetFolderListing
68 return mResponse.getList(); in getList()
DRequestGetMessagesListing.java132 public ArrayList<Message> getList() { in getList() method in RequestGetMessagesListing
137 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/apps/Car/libs/car-media-common/tests/robotests/src/com/android/car/media/common/source/
DMediaSourcesLiveDataTest.java106 List<MediaSource> observedValue = mMediaSources.getList(); in testGetAppsOnActive()
129 List<MediaSource> observedValue = mMediaSources.getList(); in testGetAppsOnPackageAdded()
152 List<MediaSource> observedValue = mMediaSources.getList(); in testGetAppsOnPackageRemoved()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java115 public ArrayList<VCardEntry> getList() { in getList() method in BluetoothPbapRequestPullPhoneBook
116 return mResponse.getList(); in getList()
DPbapClientConnectionHandler.java421 ArrayList<VCardEntry> vcards = request.getList(); in downloadContacts()
450 processor.setResults(request.getList()); in downloadCallLog()
DBluetoothPbapVcardList.java90 public ArrayList<VCardEntry> getList() { in getList() method in BluetoothPbapVcardList
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridgeTest.java88 when(mParceledPackages.getList()).thenReturn(mPackages); in setUp()
235 when(mParceledPackagesOtherProfile.getList()).thenReturn( in loadsAppOpExtraInfo_multipleProfiles()
/packages/apps/TV/src/com/android/tv/data/
DParcelableList.java62 public List<T> getList() { in getList() method in ParcelableList
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListing.java75 public List<BluetoothMapMessageListingElement> getList() { in getList() method in BluetoothMapMessageListing
DBluetoothMapConvoListing.java80 public List<BluetoothMapConvoListingElement> getList() { in getList() method in BluetoothMapConvoListing
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/zenaccess/
DZenAccessController.java70 final List<PackageInfo> pkgs = list.getList(); in getPackagesRequestingNotificationPolicyAccess()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/zenaccess/
DZenAccessController.java70 final List<PackageInfo> pkgs = list.getList(); in getPackagesRequestingNotificationPolicyAccess()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/
DMediaSourcesLiveData.java99 public List<MediaSource> getList() { in getList() method in MediaSourcesLiveData
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeAllBypassingAppsPreferenceController.java121 .getNotificationChannelsBypassingDnd(pkg, entry.info.uid).getList()) { in updateNotificationChannelList()
DAppNotificationSettings.java98 mChannelGroupList = mBackend.getGroups(mPkg, mUid).getList(); in onResume()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeAllBypassingAppsPreferenceController.java121 .getNotificationChannelsBypassingDnd(pkg, entry.info.uid).getList()) { in updateNotificationChannelList()
DChannelListPreferenceController.java94 mChannelGroupList = mBackend.getGroups(mAppRow.pkg, mAppRow.uid).getList(); in updateState()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridge.java123 PackageManager.GET_PERMISSIONS, profileId).getList(); in getPackageInfos()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateAppOpsBridge.java217 profileId).getList(); in loadPermissionsStates()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java217 profileId).getList(); in loadPermissionsStates()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsSettings.java133 return service.getSystemCaAliases().getList(); in getAliases()
136 return service.getUserCaAliases().getList(); in getAliases()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java133 return service.getSystemCaAliases().getList(); in getAliases()
136 return service.getUserCaAliases().getList(); in getAliases()

12