/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
D | PrivacyDialogV2Test.kt | 103 val list = listOf(createPrivacyElement()) in testManageAppCalledWithCorrectParams() constant 114 val list = listOf(createPrivacyElement(isActive = true)) in testCloseAppCalledWithCorrectParams() constant 125 val list = listOf(createPrivacyElement(isActive = true, isService = true)) in testCloseAppMissingForService() constant 184 val list = in testCorrectNumElements() constant 201 val list = listOf(createPrivacyElement()) in testHeaderText() constant 212 val list = listOf(createPrivacyElement(type = PrivacyType.TYPE_CAMERA, isActive = true)) in testUsingText() constant 223 val list = listOf(createPrivacyElement()) in testRecentText() constant 234 val list = listOf(createPrivacyElement(isPhoneCall = true)) in testPhoneCall() constant 245 val list = listOf(createPrivacyElement(isPhoneCall = true)) in testPhoneCallNotClickable() constant 262 val list = listOf(createPrivacyElement(proxyLabel = "proxy label")) in testProxyLabel() constant [all …]
|
D | PrivacyDialogTest.kt | 69 val list = listOf( in testStarterCalledWithCorrectParams() constant 117 val list = listOf( in testCorrectNumElements() constant 172 val list = listOf(element) in testUsingText() constant 202 val list = listOf(element) in testRecentText() constant 232 val list = listOf(element) in testEnterprise() constant 258 val list = listOf(element) in testPhoneCall() constant 284 val list = listOf(element) in testPhoneCallNotClickable() constant 309 val list = listOf(element) in testProxyLabel() constant 338 val list = listOf(element) in testSubattribution() constant 367 val list = listOf(element) in testSubattributionAndProxyLabel() constant [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | CarrierTextManagerTest.java | 206 List<SubscriptionInfo> list = new ArrayList<>(); in testAirplaneMode() local 254 List<SubscriptionInfo> list = new ArrayList<>(); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash() local 269 List<SubscriptionInfo> list = new ArrayList<>(); in testCardIOError() local 365 List<SubscriptionInfo> list = new ArrayList<>(); in testCreateInfo_OneValidSubscription() local 390 List<SubscriptionInfo> list = new ArrayList<>(); in testCreateInfo_OneValidSubscriptionWithRoaming() local 415 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_noTextOnReadySimWhenNull() local 440 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn() local 481 List<SubscriptionInfo> list = new ArrayList<>(); in carrierText_satelliteTextNull_isSatelliteFalse_textNotUsed() local 506 List<SubscriptionInfo> list = new ArrayList<>(); in carrierText_hasSatelliteText_isSatelliteTrue_textUsed() local 531 List<SubscriptionInfo> list = new ArrayList<>(); in carrierText_satelliteTextUpdates_autoTriggersCallback() local [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
D | ControlsListingControllerImplTest.kt | 198 val list = listOf(ServiceInfo(componentName)) in testCallbackGetsList() constant 240 val list = listOf(serviceInfo) in testChangeUserSendsCorrectServiceUpdate() constant 278 val list = listOf(ServiceInfo(componentName)) in test_nullPanelActivity() constant 293 val list = listOf(serviceInfo) in testNoActivity_nullPanel() constant 310 val list = listOf(serviceInfo) in testActivityWithoutPermission_nullPanel() constant 329 val list = listOf(serviceInfo) in testActivityPermissionNotExported_nullPanel() constant 352 val list = listOf(serviceInfo) in testActivityDisabled_nullPanel() constant 378 val list = listOf(serviceInfo) in testActivityEnabled_correctPanel() constant 405 val list = listOf(serviceInfo) in testActivityDefaultEnabled_correctPanel() constant 432 val list = listOf(serviceInfo) in testActivityDefaultDisabled_nullPanel() constant [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | PackageTagsListTest.java | 46 PackageTagsList list = builder.build(); in testPackageTagsList() local 77 PackageTagsList list = builder.build(); in testPackageTagsList_BuildFromMap() local 112 PackageTagsList list = builder.build(); in testPackageTagsList_Remove() local 137 PackageTagsList list = builder.build(); in testPackageTagsList_EmptyCollections() local 146 PackageTagsList list = new PackageTagsList.Builder() in testWriteToParcel() local
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | ListUtils.java | 30 public static <T> boolean listContains(List<T> list, T needle) { in listContains() 42 public static <T> boolean listElementsEqualTo(List<T> list, T single) { in listElementsEqualTo() 53 public static <T> String listToString(List<T> list) { in listToString() 87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) { in listSelectFirstFrom()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ScreenshotDetectionControllerTest.kt | 67 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_ignoresOverview() constant 81 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_emptySet() constant 107 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_oneApp() constant 158 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_multipleApps() constant 211 val list = controller.maybeNotifyOfScreenshot(data) in testMaybeNotifyOfScreenshot_disabledApp() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | DisplayTrackerImpl.kt | 53 val list = synchronized(displayCallbacks) { displayCallbacks.toList() } in onDisplayAdded() constant 62 val list = synchronized(displayCallbacks) { displayCallbacks.toList() } in onDisplayRemoved() constant 71 val list = synchronized(displayCallbacks) { displayCallbacks.toList() } in onDisplayChanged() constant 88 val list = synchronized(brightnessCallbacks) { brightnessCallbacks.toList() } in onDisplayChanged() constant
|
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | DynamicColors.java | 38 List<Pair<String, DynamicColor>> list = new ArrayList<>(); in getAllDynamicColorsMapped() local 99 List<Pair<String, DynamicColor>> list = new ArrayList<>(); in getFixedColorsMapped() local 125 List<Pair<String, DynamicColor>> list = new ArrayList<>(); in getCustomColorsMapped() local
|
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/ |
D | ParceledListSliceTest.java | 35 List<SmallObject> list = new ArrayList<SmallObject>(); in testSmallList() local 80 List<LargeObject> list = new ArrayList<LargeObject>(); in testLargeList() local 115 private void sendParcelStringList(List<String> list) { in sendParcelStringList() 134 List<String> list = new ArrayList<String>(); in testStringList() local 146 final List<String> list = Collections.nCopies(objectCount, value); in testLargeStringList() local 156 List<BaseObject> list = new ArrayList<BaseObject>(); in testHomogeneousElements() local 183 List<T> list) { in writeEvilParceledListSlice()
|
/frameworks/base/media/java/android/media/ |
D | MediaInserter.java | 59 List<ContentValues> list = rowmap.get(tableUri); in insert() local 75 List<ContentValues> list = mRowMap.get(tableUri); in flushAll() local 83 List<ContentValues> list = mPriorityRowMap.get(tableUri); in flushAllPriority() local 89 private void flush(Uri tableUri, List<ContentValues> list) throws RemoteException { in flush()
|
/frameworks/base/core/java/android/content/pm/ |
D | ProviderInfoList.java | 36 final ArrayList<ProviderInfo> list = new ArrayList<>(); in ProviderInfoList() local 41 private ProviderInfoList(List<ProviderInfo> list) { in ProviderInfoList() 84 public static ProviderInfoList fromList(@NonNull List<ProviderInfo> list) { in fromList()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | OpReorderer.java | 45 private void swapMoveOp(List<UpdateOp> list, int badMove, int next) { in swapMoveOp() 61 void swapMoveRemove(List<UpdateOp> list, int movePos, UpdateOp moveOp, in swapMoveRemove() 160 private void swapMoveAdd(List<UpdateOp> list, int move, UpdateOp moveOp, int add, in swapMoveAdd() 181 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update, in swapMoveUpdate() 218 private int getLastMoveOutOfOrder(List<UpdateOp> list) { in getLastMoveOutOfOrder()
|
/frameworks/opt/car/services/builtInServices/tests/src/com/android/car/rotary/ |
D | ActivityResolverTest.java | 82 UiObject list = mDevice.findObject( in testListItemFocusable_threeItems() local 115 UiObject list = mDevice.findObject( in testListItemFocusable_twoItems() local 197 UiObject list = mDevice.findObject( in testClickListItem_threeItems() local 224 UiObject list = mDevice.findObject( in testClickListItem_twoItems() local 250 UiObject list = mDevice.findObject( in testClickJustOnceButton_twoItems() local
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | ParceledListSliceTest.java | 40 List<SmallObject> list = new ArrayList<SmallObject>(); in testSmallList() local 85 List<LargeObject> list = new ArrayList<LargeObject>(); in testLargeList() local 148 private void sendParcelStringList(List<String> list) { in sendParcelStringList() 167 List<String> list = new ArrayList<String>(); in testStringList() local 179 final List<String> list = Collections.nCopies(objectCount, value); in testLargeStringList() local 189 List<BaseObject> list = new ArrayList<BaseObject>(); in testHomogeneousElements() local 215 … private static <T extends BaseObject> void writeEvilParceledListSlice(Parcel dest, List<T> list) { in writeEvilParceledListSlice()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/ |
D | AppOpsControllerTest.java | 210 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_oneActive() local 243 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_multiplePackages() local 291 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_multipleEntries() local 331 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_multipleAttributes() local 573 List<AppOpItem> list = mController.getActiveAppOps(); in noDoubleUpdateOnOpNoted() local 640 List<AppOpItem> list = mController.getActiveAppOps(); in testActiveOpNotRemovedAfterNoted() local 669 List<AppOpItem> list = mController.getActiveAppOps(); in testNotedNotRemovedAfterActive() local 774 List<AppOpItem> list = mController.getActiveAppOps(); in testOnlyRecordAudioPhoneCallMicrophonePaused() local 919 List<AppOpItem> list = mController.getActiveAppOps(); in testCameraFilteredWhenCameraDisabled() local 953 List<AppOpItem> list = mController.getActiveAppOps(); in testPhoneCallCameraFilteredWhenCameraDisabled() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/ |
D | LogcatEchoTrackerDebug.kt | 96 val list = mutableListOf<LogcatEchoOverride>() in listEchoOverrides() constant 129 val list = listEchoOverrides() in setEchoLevel() constant 139 val list = listEchoOverrides() in clearAllOverrides() constant
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | CacheOomRankerTest.java | 206 ProcessList list = new ProcessList(); in reRankLruCachedApps_lruImpactsOrdering() local 247 ProcessList list = new ProcessList(); in reRankLruCachedApps_rssImpactsOrdering() local 291 ProcessList list = new ProcessList(); in reRankLruCachedApps_rssImpactsOrdering_cachedRssValues() local 344 ProcessList list = new ProcessList(); in reRankLruCachedApps_rssImpactsOrdering_profileRss() local 407 ProcessList list = new ProcessList(); in reRankLruCachedApps_usesImpactsOrdering() local 447 ProcessList list = new ProcessList(); in reRankLruCachedApps_fewProcesses() local 486 ProcessList list = new ProcessList(); in reRankLruCachedApps_fewNonServiceProcesses() local 590 ProcessList list = new ProcessList(); in reRankLruCachedApps_preservesTopNApps() local 631 ProcessList list = new ProcessList(); in reRankLruCachedApps_preservesTopNApps_allAppsUnchanged() local 671 ProcessList list = new ProcessList(); in reRankLruCachedApps_preservesTopNApps_negativeReplacedWithDefault() local
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
D | Flows.kt | 36 map { list -> list.map(transform) } in <lambda>() method 43 map { list -> list.asyncMap(transform) } in asyncMapItem() method 49 map { list -> list.filter(predicate) } in filterItem() method
|
/frameworks/layoutlib/bridge/src/android/os/ |
D | HandlerThread_Delegate.java | 42 List<HandlerThread> list = sThreads.get(context); in cleanUp() local 59 List<HandlerThread> list = sThreads.get(context); in run() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsGridLayout.java | 83 ListGridLayout list = getListView(); in removeAllListViews() local 91 ListGridLayout list = getListView(); in addToListView() local 100 ListGridLayout list = getListView(); in removeAllItems() local
|
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/ |
D | MultiResourceFile.java | 121 ResourceValueMap list = mResourceItems.get(type); in updateResourceItems() local 159 ResourceValueMap list = mResourceItems.get(resType); in addResourceValue() local 182 ResourceValueMap list = mResourceItems.get(type); in getValue() local
|
/frameworks/base/packages/SettingsLib/Spa/testutils/src/com/android/settingslib/spa/testutils/ |
D | FlowTestUtil.kt | 30 val list = mutableListOf<T>() in toListWithTimeout() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/ |
D | GroupedRecentTaskInfoTest.kt | 61 val list = singleTaskGroupInfo().taskInfoList in testSingleTask_taskInfoList_hasOneTask() constant 81 val list = splitTasksGroupInfo().taskInfoList in testSplitTasks_taskInfoList_hasTwoTasks() constant 94 val list = freeformTasksGroupInfo().taskInfoList in testSplitTasks_taskInfoList_hasThreeTasks() constant
|
/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/ |
D | VtsHalAutomotiveDisplayV1_0TargetTest.cpp | 52 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P() 76 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P() 92 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
|