/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/ |
H A D | ManageApplicationsTest.java | 215 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in updateLoading_appLoaded_shouldNotDelayCallToHandleLoadingContainer() local 270 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in onRebuildComplete_shouldHideLoadingView() local 298 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in onRebuildComplete_hasSearchQuery_shouldFilterSearch() local 353 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in applicationsAdapter_onBindViewHolder_notifications_wrongExtraInfo() local 376 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in applicationsAdapter_onBindViewHolder_updateSwitch_notifications() local 396 final ArrayList<ApplicationsState.AppEntry> appList = new ArrayList<>(); in applicationsAdapter_onBindViewHolder_updateSwitch_notNotifications() local 618 final ArrayList<AppEntry> appList = new ArrayList<>(); in getTestAppList() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ActivityIntentHelper.java | 77 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getTargetActivityInfo() local 114 public boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) { in wouldLaunchResolverActivity()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | DefaultLayoutParser.java | 115 final List<ResolveInfo> appList = mPackageManager.queryIntentActivities( in invalidPackageOrClass() local 144 private ResolveInfo getSingleSystemActivity(List<ResolveInfo> appList) { in getSingleSystemActivity() 167 List<ResolveInfo> appList) { in wouldLaunchResolverActivity()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
H A D | PrivacyChipBuilderTest.kt | 74 val appList = textBuilder.appsAndTypes.map { it.first }.map { it.packageName } regex
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/ |
H A D | HighUsageTip.java | 41 public HighUsageTip(long lastFullChargeTimeMs, List<AppInfo> appList) { in HighUsageTip()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
H A D | BatteryFixSliceTest.java | 100 final List<AppInfo> appList = new ArrayList<>(); in getSlice_unimportantSlice_shouldSkip() local
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | ApplicationsStateRoboTest.java | 424 final ArrayList<ApplicationInfo> appList = new ArrayList<>(); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries() local 462 final ArrayList<ApplicationInfo> appList = new ArrayList<>(); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | PreviewInflater.java | 128 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getWidgetInfo() local
|
/aosp12/hardware/interfaces/contexthub/1.2/vts/functional/ |
H A D | VtsHalContexthubV1_2TargetTest.cpp | 169 hidl_vec<HubAppInfo> appList; in TEST_P() local
|
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/ |
H A D | VtsHalContexthubV1_0TargetTest.cpp | 120 hidl_vec<HubAppInfo> appList; in TEST_P() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | UsageStatsActivity.java | 62 AppNameComparator(Map<String, String> appList) { in AppNameComparator() argument
|
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | CarrierAppUtils.java | 413 List<AssociatedAppInfo> appList = associatedApps.get(carrierAppPackage); in getDefaultCarrierAssociatedAppsHelper() local
|
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
H A D | MemoryUsageTest.java | 138 String appList = args.getString(KEY_APPS); in parseArgs() local
|
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 456 String appList = args.getString(KEY_APPS); in parseArgs() local
|
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 949 String appList = args.getString(KEY_APPS); in parseArgs() local
|