Home
last modified time | relevance | path

Searched defs:apps (Results 1 – 25 of 64) sorted by relevance

123

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
DOverlayPackagesProviderTest.java206 private void setRequiredAppsManagedDevice(String... apps) { in setRequiredAppsManagedDevice()
211 private void setVendorRequiredAppsManagedDevice(String... apps) { in setVendorRequiredAppsManagedDevice()
216 private void setDisallowedAppsManagedDevice(String... apps) { in setDisallowedAppsManagedDevice()
221 private void setVendorDisallowedAppsManagedDevice(String... apps) { in setVendorDisallowedAppsManagedDevice()
227 private void setRequiredAppsManagedProfile(String... apps) { in setRequiredAppsManagedProfile()
232 private void setVendorRequiredAppsManagedProfile(String... apps) { in setVendorRequiredAppsManagedProfile()
237 private void setDisallowedAppsManagedProfile(String... apps) { in setDisallowedAppsManagedProfile()
242 private void setVendorDisallowedAppsManagedProfile(String... apps) { in setVendorDisallowedAppsManagedProfile()
248 private void setRequiredAppsManagedUser(String... apps) { in setRequiredAppsManagedUser()
253 private void setVendorRequiredAppsManagedUser(String... apps) { in setVendorRequiredAppsManagedUser()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java252 StorageItemPreference apps = new StorageItemPreference(mContext); in testMeasurementCompletedUpdatesPreferences() local
307 StorageItemPreference apps = spy(new StorageItemPreference(mContext)); in settingUserIdAppliesNewIcons() local
346 StorageItemPreference apps = new StorageItemPreference(mContext); in displayPreference_dontHideFilePreferenceWhenEmulatedInternalStorageUsed() local
375 StorageItemPreference apps = new StorageItemPreference(mContext); in displayPreference_hideFilePreferenceWhenEmulatedStorageUnreadable() local
404 StorageItemPreference apps = new StorageItemPreference(mContext); in displayPreference_hideFilePreferenceWhenNoEmulatedInternalStorage() local
432 StorageItemPreference apps = new StorageItemPreference(mContext); in displayPreference_updateFilePreferenceToHideAfterSettingVolume() local
464 StorageItemPreference apps = new StorageItemPreference(mContext); in displayPreference_updateFilePreferenceToShowAfterSettingVolume() local
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppDeletionTypeTest.java109 List<AppsAsyncLoader.PackageInfo> apps = new ArrayList<>(); in testLoadingState_completeEmptyOnNothingFound() local
117 List<AppsAsyncLoader.PackageInfo> apps = new ArrayList<>(); in testLoadingState_completeOnDeletableContentFound() local
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java82 List<UserAppInfo> apps = mApplicationFeatureProvider. in buildAppList() local
139 EnumMap<EnterpriseDefaultApps, List<ApplicationInfo>> apps) { in createPreferences()
157 private CharSequence buildSummaryString(Context context, List<ApplicationInfo> apps) { in buildSummaryString()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java135 public void setPredictedApps(List<ComponentKey> apps) { in setPredictedApps()
142 public void setApps(List<AppInfo> apps) { in setApps()
149 public void addApps(List<AppInfo> apps) { in addApps()
157 public void updateApps(List<AppInfo> apps) { in updateApps()
165 public void removeApps(List<AppInfo> apps) { in removeApps()
431 public void onSearchResult(String query, ArrayList<ComponentKey> apps) { in onSearchResult()
DAlphabeticalAppsList.java305 public void setPredictedApps(List<ComponentKey> apps) { in setPredictedApps()
314 public void setApps(List<AppInfo> apps) { in setApps()
322 public void addApps(List<AppInfo> apps) { in addApps()
329 public void updateApps(List<AppInfo> apps) { in updateApps()
339 public void removeApps(List<AppInfo> apps) { in removeApps()
DAllAppsSearchBarController.java65 AlphabeticalAppsList apps, ExtendedEditText input, in initialize()
216 void onSearchResult(String query, ArrayList<ComponentKey> apps); in onSearchResult()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DManageApplications.java116 ArrayList<ApplicationsState.AppEntry> apps = mAppSession.rebuild(filter, getComparator()); in updateAppList() local
122 private void updateAppList(ArrayList<ApplicationsState.AppEntry> apps) { in updateAppList()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DApplicationListPreferenceControllerTest.java98 ArgumentCaptor<Preference> apps = ArgumentCaptor.forClass(Preference.class); in checkNumberAndTitlesOfApps() local
124 final List<UserAppInfo> apps = new ArrayList<>(); in buildApplicationList() local
/packages/apps/Settings/src/com/android/settings/applications/
DManageDomainUrls.java105 public void onRebuildComplete(ArrayList<AppEntry> apps) { in onRebuildComplete()
174 final ArrayList<AppEntry> apps = mSession.rebuild( in rebuild() local
181 private void rebuildAppList(PreferenceGroup group, ArrayList<AppEntry> apps) { in rebuildAppList()
DPremiumSmsAccess.java115 private void updatePrefs(ArrayList<AppEntry> apps) { in updatePrefs()
151 public void onRebuildComplete(ArrayList<AppEntry> apps) { in onRebuildComplete()
DAppStateBaseBridge.java84 public void onRebuildComplete(ArrayList<AppEntry> apps) { in onRebuildComplete()
140 ArrayList<AppEntry> apps = mAppSession.getAllApps(); in handleMessage() local
DAppStatePowerBridge.java39 ArrayList<AppEntry> apps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppStateNotificationBridge.java54 ArrayList<AppEntry> apps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppOpsCategory.java151 @Override public void deliverResult(List<AppOpEntry> apps) { in deliverResult()
217 @Override public void onCanceled(List<AppOpEntry> apps) { in onCanceled()
252 protected void onReleaseResources(List<AppOpEntry> apps) { in onReleaseResources()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageInstallStateChangedTask.java44 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute()
DUserLockStateChangedTask.java51 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute()
DCacheDataUpdatedTask.java54 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { in execute()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppsFragment.java186 ArrayList<ApplicationsState.AppEntry> apps = in rebuildSystem() local
194 ArrayList<ApplicationsState.AppEntry> apps = in rebuildDownloaded() local
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateBaseBridge.java84 public void onRebuildComplete(ArrayList<AppEntry> apps) { in onRebuildComplete()
140 ArrayList<AppEntry> apps = mAppSession.getAllApps(); in handleMessage() local
DAppDeletionType.java103 ArraySet<String> apps = new ArraySet<>(); in clearFreeableData() local
258 void onAppRebuild(List<PackageInfo> apps); in onAppRebuild()
/packages/apps/Launcher2/src/com/android/launcher2/
DAllAppsList.java176 private static boolean findActivity(List<LauncherActivityInfo> apps, ComponentName component, in findActivity()
191 private static boolean findActivity(ArrayList<ApplicationInfo> apps, ComponentName component, in findActivity()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DInactiveApps.java68 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); in init() local
/packages/apps/Settings/src/com/android/settings/datausage/
DAppStateDataUsageBridge.java36 ArrayList<AppEntry> apps = mAppSession.getAllApps(); in loadAllExtraInfo() local
/packages/apps/Launcher3/src/com/android/launcher3/
DAllAppsList.java200 private static boolean findActivity(List<LauncherActivityInfo> apps, in findActivity()
213 private static boolean findActivity(ArrayList<AppInfo> apps, ComponentName component, in findActivity()

123