Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogV2Test.kt103 val list = listOf(createPrivacyElement()) regex
114 val list = listOf(createPrivacyElement(isActive = true)) regex
184 val list = regex
201 val list = listOf(createPrivacyElement()) regex
223 val list = listOf(createPrivacyElement()) regex
234 val list = listOf(createPrivacyElement(isPhoneCall = true)) regex
245 val list = listOf(createPrivacyElement(isPhoneCall = true)) regex
262 val list = listOf(createPrivacyElement(proxyLabel = "proxy label")) regex
273 val list = regex
291 val list = regex
[all …]
H A DPrivacyDialogTest.kt69 val list = listOf( regex
117 val list = listOf( regex
172 val list = listOf(element) regex
202 val list = listOf(element) regex
232 val list = listOf(element) regex
258 val list = listOf(element) regex
284 val list = listOf(element) regex
309 val list = listOf(element) regex
338 val list = listOf(element) regex
367 val list = listOf(element) regex
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DPackageTagsListTest.java46 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java182 List<SubscriptionInfo> list = new ArrayList<>(); in testAirplaneMode() local
228 List<SubscriptionInfo> list = new ArrayList<>(); in testAirplaneMode_noSim_nullPlmn_nullSpn_doesNotCrash() local
243 List<SubscriptionInfo> list = new ArrayList<>(); in testCardIOError() local
339 List<SubscriptionInfo> list = new ArrayList<>(); in testCreateInfo_OneValidSubscription() local
364 List<SubscriptionInfo> list = new ArrayList<>(); in testCreateInfo_OneValidSubscriptionWithRoaming() local
389 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_noTextOnReadySimWhenNull() local
414 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn() local
475 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_twoValidSubscriptions() local
499 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_oneDisabledSub() local
524 List<SubscriptionInfo> list = new ArrayList<>(); in testCarrierText_firstDisabledSub() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DControlsListingControllerImplTest.kt244 val list = listOf(serviceInfo) regex
297 val list = listOf(serviceInfo) regex
314 val list = listOf(serviceInfo) regex
333 val list = listOf(serviceInfo) regex
356 val list = listOf(serviceInfo) regex
382 val list = listOf(serviceInfo) regex
409 val list = listOf(serviceInfo) regex
436 val list = listOf(serviceInfo) regex
463 val list = listOf(serviceInfo) regex
492 val list = listOf(serviceInfo) regex
[all …]
/aosp14/system/core/libcutils/include/cutils/
H A Dlist.h40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
80 #define list_empty(list) ((list) == (list)->next) argument
81 #define list_head(list) ((list)->next) argument
82 #define list_tail(list) ((list)->prev) argument
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dlist.h40 #define list_for_each_reverse(node, list) \ argument
43 #define list_for_each_safe(node, n, list) \ argument
48 #define list_for_each(node, list) \ argument
80 #define list_empty(list) ((list) == (list)->next) argument
81 #define list_head(list) ((list)->next) argument
82 #define list_tail(list) ((list)->prev) argument
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DListUtils.java30 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()
H A DArrayUtils.java78 List<String> list, String[] convertFrom, int[] convertTo) { in convertStringListToIntArray()
108 List<String> list, String[] convertFrom, int[] convertTo) { in convertStringListToIntList()
144 public static int[] toIntArray(List<Integer> list) { in toIntArray()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java188 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_oneActive() local
220 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_multiplePackages() local
267 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_multipleEntries() local
306 List<AppOpItem> list = mController.getActiveAppOps(); in startListening_fetchesCurrentActive_multipleAttributes() local
508 List<AppOpItem> list = mController.getActiveAppOps(); in noDoubleUpdateOnOpNoted() local
574 List<AppOpItem> list = mController.getActiveAppOps(); in testActiveOpNotRemovedAfterNoted() local
602 List<AppOpItem> list = mController.getActiveAppOps(); in testNotedNotRemovedAfterActive() local
701 List<AppOpItem> list = mController.getActiveAppOps(); in testOnlyRecordAudioPhoneCallMicrophonePaused() local
753 List<AppOpItem> list = mController.getActiveAppOps(); in testAudioFilteredWhenMicDisabled() local
787 List<AppOpItem> list = mController.getActiveAppOps(); in testPhoneCallMicrophoneFilteredWhenMicDisabled() local
[all …]
/aosp14/frameworks/base/media/java/android/media/
H A DMediaInserter.java59 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()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DProviderInfoList.java36 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()
H A DParceledListSlice.java37 public ParceledListSlice(List<T> list) { in ParceledListSlice()
52 final List<T> list = getList(); in describeContents() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DDisplayTrackerImpl.kt49 val list = synchronized(displayCallbacks) { displayCallbacks.toList() } regex
54 val list = synchronized(displayCallbacks) { displayCallbacks.toList() } regex
59 val list = synchronized(displayCallbacks) { displayCallbacks.toList() } regex
72 val list = synchronized(brightnessCallbacks) { brightnessCallbacks.toList() } regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DOpReorderer.java45 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DParceledListSliceTest.java40 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotDetectionControllerTest.kt66 val list = controller.maybeNotifyOfScreenshot(data) regex
80 val list = controller.maybeNotifyOfScreenshot(data) regex
106 val list = controller.maybeNotifyOfScreenshot(data) regex
157 val list = controller.maybeNotifyOfScreenshot(data) regex
210 val list = controller.maybeNotifyOfScreenshot(data) regex
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DCacheOomRankerTest.java206 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsGridLayout.java83 ListGridLayout list = getListView(); in removeAllListViews() local
91 ListGridLayout list = getListView(); in addToListView() local
100 ListGridLayout list = getListView(); in removeAllItems() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastDispatcher.java553 private static boolean isDeferralsBeyondBarrier(@NonNull ArrayList<Deferrals> list, in isDeferralsBeyondBarrier()
563 private static boolean isBeyondBarrier(@NonNull ArrayList<BroadcastRecord> list, in isBeyondBarrier()
585 private static boolean isDispatchedInDeferrals(@NonNull ArrayList<Deferrals> list, in isDispatchedInDeferrals()
595 private static boolean isDispatched(@NonNull ArrayList<BroadcastRecord> list, in isDispatched()
617 private static int pendingInDeferralsList(ArrayList<Deferrals> list) { in pendingInDeferralsList()
626 private static boolean isDeferralsListEmpty(ArrayList<Deferrals> list) { in isDeferralsListEmpty()
765 private BroadcastRecord replaceDeferredBroadcastLocked(ArrayList<Deferrals> list, in replaceDeferredBroadcastLocked()
779 private BroadcastRecord replaceBroadcastLocked(ArrayList<BroadcastRecord> list, in replaceBroadcastLocked()
1123 private static void zeroDeferralTimes(ArrayList<Deferrals> list) { in zeroDeferralTimes()
1178 private static BroadcastRecord popLocked(ArrayList<Deferrals> list) { in popLocked()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
H A DSettingsSpinnerPreferenceTest.java59 final List<CharSequence> list = new ArrayList<>(); in onBindViewHolder_noSetSelection_getDefaultItem() local
76 final List<CharSequence> list = new ArrayList<>(); in onBindViewHolder_setSelection_getSelectedItem() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationPanelLoggerFake.java49 public Notifications.NotificationList list; field in NotificationPanelLoggerFake.CallRecord
50 CallRecord(boolean isLockscreen, Notifications.NotificationList list) { in CallRecord()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp152 std::vector<CoolingDevice> list; in getFanSpeedsAidl() local
168 hidl_vec<hardware::thermal::V1_0::CoolingDevice> list; in getFanSpeedsHidl() local
210 std::vector<Temperature> list; in getDeviceTemperaturesAidl() local
228 std::vector<TemperatureThreshold> list; in getDeviceTemperaturesAidl() local
262 hidl_vec<hardware::thermal::V1_0::Temperature> list; in getDeviceTemperaturesHidl() local
328 hidl_vec<hardware::thermal::V1_0::CpuUsage> list; in nativeGetCpuUsages() local
/aosp14/frameworks/base/tools/aapt2/util/
H A DImmutableMap.h39 std::initializer_list<std::pair<TKey, TValue>> list) { in CreatePreSorted()
45 std::initializer_list<std::pair<TKey, TValue>> list) { in CreateAndSort()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DAlphaControlledSignalTileViewTest.java64 ColorStateList list = ColorStateList.valueOf(0xffffff); in testSlashDrawable_doesNotSetTintList() local
73 ColorStateList list = ColorStateList.valueOf(0xffffff); in testSlashDrawable_setsFinalTintList() local

12345678910>>...14