/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | ParceledListSliceTest.java | 35 assertNotNull(slice.getList()); in testSmallList() 36 assertEquals(objectCount, slice.getList().size()); in testSmallList() 39 assertEquals(i * 2, slice.getList().get(i).mFieldA); in testSmallList() 40 assertEquals((i * 2) + 1, slice.getList().get(i).mFieldB); in testSmallList() 86 assertNotNull(slice.getList()); in testLargeList() 87 assertEquals(objectCount, slice.getList().size()); in testLargeList() 90 assertEquals(i * 5, slice.getList().get(i).mFieldA); in testLargeList() 91 assertEquals((i * 5) + 1, slice.getList().get(i).mFieldB); in testLargeList() 92 assertEquals((i * 5) + 2, slice.getList().get(i).mFieldC); in testLargeList() 93 assertEquals((i * 5) + 3, slice.getList().get(i).mFieldD); in testLargeList() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessTrackerTest.java | 174 List<BrightnessChangeEvent> events = mTracker.getEvents(0, true).getList(); in testBrightnessEvent() 208 = mTracker.getEvents(0, false).getList(); in testBrightnessFullPopulatedEvent() 209 List<BrightnessChangeEvent> events = mTracker.getEvents(0, true).getList(); in testBrightnessFullPopulatedEvent() 240 List<BrightnessChangeEvent> events = mTracker.getEvents(0, true).getList(); in testIgnoreAutomaticBrightnessChange() 251 events = mTracker.getEvents(0, true).getList(); in testIgnoreAutomaticBrightnessChange() 274 List<BrightnessChangeEvent> events = mTracker.getEvents(0, true).getList(); in testLimitedBufferSize() 296 List<BrightnessChangeEvent> events = mTracker.getEvents(0, true).getList(); in testLimitedSensorEvents() 348 List<BrightnessChangeEvent> events = tracker.getEvents(0, true).getList(); in testReadEvents() 364 events = tracker.getEvents(1, true).getList(); in testReadEvents() 384 events = tracker.getEvents(0, true).getList(); in testReadEvents() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 173 mMockHost, mPkgName, HOST_ID, new int[0]).getList(); in testNoUpdatesReceived_queueEmpty() 204 mMockHost, mPkgName, HOST_ID, new int[0]).getList(); in testNoUpdatesReceived_queueNonEmpty_noWidgetId() 217 mMockHost, mPkgName, HOST_ID, new int[]{widgetId}).getList(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided() 231 mMockHost, mPkgName, HOST_ID, new int[]{widgetId2}).getList(); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() 245 mMockHost, mPkgName, HOST_ID, new int[]{widgetId, widgetId2}).getList(); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() 259 mMockHost, mPkgName, HOST_ID, new int[]{widgetId, widgetId2}).getList(); in testUpdatesReceived_queueEmptyAfterStartListening() 266 mMockHost, mPkgName, HOST_ID, new int[]{widgetId, widgetId2}).getList(); in testUpdatesReceived_queueEmptyAfterStartListening() 291 mMockHost, mPkgName, HOST_ID, new int[0]).getList(); in setupHostAndWidget()
|
/frameworks/base/core/java/android/content/pm/ |
D | AppsQueryHelper.java | 173 | PackageManager.MATCH_DISABLED_COMPONENTS, userId).getList(); in getAllApps() 187 userId).getList(); in queryIntentActivitiesAsUser() 201 .getList(); in queryIntentServicesAsUser() 212 userId).getList(); in getPackagesHoldingPermission()
|
D | ShortcutManager.java | 346 .getList(); in getDynamicShortcuts() 365 .getList(); in getManifestShortcuts() 433 .getList(); in getPinnedShortcuts()
|
D | ParceledListSlice.java | 49 final List<T> list = getList(); in describeContents()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | GenericAdapterTest.java | 44 assertEquals(list, getBinder().view5.getList()); in testGenericArgs() 45 assertEquals(list, getBinder().view6.getList()); in testGenericArgs()
|
D | AbsSpinnerBindingAdapterTest.java | 59 mBindingObject.getList().add(1, "Cruel"); in testList() 76 List<String> entries = mBindingObject.getList(); in validateList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipMenuActivity.java | 117 boolean hasCustomActions = actions != null && !actions.getList().isEmpty(); in onPipMenuActionsChanged() 118 mPipControlsView.setActions(hasCustomActions ? actions.getList() : Collections.EMPTY_LIST); in onPipMenuActionsChanged()
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageStatsManager.java | 283 return slice.getList(); in queryUsageStats() 309 return slice.getList(); in queryConfigurations() 349 return slice.getList(); in queryEventStats() 537 final List<AppStandbyInfo> bucketList = slice.getList(); in getAppStandbyBuckets()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
D | AbsSpinnerBindingObject.java | 53 public List<String> getList() { in getList() method in AbsSpinnerBindingObject
|
D | FindMethodBindingObject.java | 63 public List getList() { in getList() method in FindMethodBindingObject
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ContactEntry.java | 40 public List<ContentValues> getList() { in getList() method in ContactEntry
|
D | ExportTestProvider.java | 110 return new MockEntityIterator(mContactEntryList.get(id).getList()); in queryEntities()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/ |
D | GenericView.java | 47 public List<T> getList() { in getList() method in GenericView
|
/frameworks/base/core/java/android/webkit/ |
D | PluginList.java | 56 public synchronized List getList() { in getList() method in PluginList
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerTest.java | 45 100, 0, userId).getList(); in testTaskIdsForUser()
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillResponse.java | 111 return (mDatasets != null) ? mDatasets.getList() : null; in getDatasets() 572 builder.append(", datasets=").append(mDatasets.getList()); in toString() 640 final List<Dataset> datasets = (datasetSlice != null) ? datasetSlice.getList() : null;
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 326 List<PermissionInfo> pi = parceledList.getList(); in queryPermissionsByGroup() 368 return parceledList.getList(); in getAllPermissionGroups() 508 return sharedLibs.getList(); in getSharedLibrariesAsUser() 553 final List<FeatureInfo> list = parceledList.getList(); in getSystemAvailableFeatures() 785 return parceledList.getList(); in getInstalledPackagesAsUser() 802 return parceledList.getList(); in getPackagesHoldingPermissions() 824 return parceledList.getList(); in getInstalledApplicationsAsUser() 838 return slice.getList(); in getInstantApps() 967 return parceledList.getList(); in queryIntentActivitiesAsUser() 1004 return parceledList.getList(); in queryIntentActivityOptions() [all …]
|
/frameworks/base/core/java/android/print/ |
D | PrinterDiscoverySession.java | 304 printers.getList()).sendToTarget(); in onPrintersAdded() 314 printerIds.getList()).sendToTarget(); in onPrintersRemoved()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 402 mHelper.getNotificationChannelGroups(PKG, UID, false, true).getList(); in testChannelXml() 472 mHelper.getNotificationChannelGroups(PKG, UID, false, true).getList(); in testChannelXmlForBackup() 1089 mHelper.getNotificationChannels(PKG, UID, false).getList(); in testGetDeletedChannels() 1098 channels = mHelper.getNotificationChannels(PKG, UID, true).getList(); in testGetDeletedChannels() 1315 assertEquals(1, mHelper.getNotificationChannels(PKG, UID, true).getList().size()); in testPermanentlyDeleteChannels() 1378 mHelper.getNotificationChannels(PKG, user0Uids[i], false).getList().size()); in testOnUserRemoved() 1383 mHelper.getNotificationChannels(PKG, user1Uids[i], false).getList().size()); in testOnUserRemoved() 1396 assertEquals(0, mHelper.getNotificationChannels(PKG, UID, true).getList().size()); in testOnPackageChanged_packageRemoval() 1402 assertEquals(2, mHelper.getNotificationChannels(PKG, UID, false).getList().size()); in testOnPackageChanged_packageRemoval() 1424 mHelper.getNotificationChannelGroups(PKG, UID, true, true).getList().size()); in testOnPackageChanged_packageRemoval_groups() [all …]
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetManager.java | 861 for (AppWidgetProviderInfo info : providers.getList()) { in getInstalledProvidersForProfile() 865 return providers.getList(); in getInstalledProvidersForProfile()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 290 List<ApplicationInfo> list = packages.getList(); in uninstallSystemUpdates() 417 final List<FeatureInfo> list = mInterface.getSystemAvailableFeatures().getList(); in runListFeatures() 476 mInterface.queryInstrumentation(targetPackage, 0 /*flags*/).getList(); in runListInstrumentation() 595 final List<PackageInfo> packages = slice.getList(); in runListPackages() 638 final List<PermissionGroupInfo> pgs = mInterface.getAllPermissionGroups(0).getList(); in runListPermissionGroups() 685 mInterface.getAllPermissionGroups(0 /*flags*/).getList(); in runListPermissions() 808 mTargetUser).getList(); in runQueryIntentActivities() 842 mTargetUser).getList(); in runQueryIntentServices() 876 mTargetUser).getList(); in runQueryIntentReceivers() 2576 mInterface.queryPermissionsByGroup(groupList.get(i), 0 /*flags*/).getList(); in doListPermissions()
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManagerGlobal.java | 484 return events.getList(); in getBrightnessEvents() 593 return stats.getList(); in getAmbientBrightnessStats()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DeviceAdminServiceController.java | 112 final List<ResolveInfo> list = pls.getList(); in findService()
|