Home
last modified time | relevance | path

Searched defs:appList (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/
H A DManageApplicationsTest.java215 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 DActivityIntentHelper.java77 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 DDefaultLayoutParser.java115 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 DPrivacyChipBuilderTest.kt74 val appList = textBuilder.appsAndTypes.map { it.first }.map { it.packageName } regex
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/tips/
H A DHighUsageTip.java41 public HighUsageTip(long lastFullChargeTimeMs, List<AppInfo> appList) { in HighUsageTip()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
H A DBatteryFixSliceTest.java100 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 DApplicationsStateRoboTest.java424 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 DPreviewInflater.java128 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser( in getWidgetInfo() local
/aosp12/hardware/interfaces/contexthub/1.2/vts/functional/
H A DVtsHalContexthubV1_2TargetTest.cpp169 hidl_vec<HubAppInfo> appList; in TEST_P() local
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp120 hidl_vec<HubAppInfo> appList; in TEST_P() local
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DUsageStatsActivity.java62 AppNameComparator(Map<String, String> appList) { in AppNameComparator() argument
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DCarrierAppUtils.java413 List<AssociatedAppInfo> appList = associatedApps.get(carrierAppPackage); in getDefaultCarrierAssociatedAppsHelper() local
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java138 String appList = args.getString(KEY_APPS); in parseArgs() local
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java456 String appList = args.getString(KEY_APPS); in parseArgs() local
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java949 String appList = args.getString(KEY_APPS); in parseArgs() local