HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 51 - 75 of 322) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 29 * Stores the list of all applications for the all apps view.
34 /** The list off all apps. */
37 /** The list of apps that have been added since the last notify() call. */
40 /** The list of apps that have been removed since the last notify() call. */
42 /** The list of apps that have been modified since the last notify() call. */
99 * Remove the apps for the given apk identified by packageName.
173 * Returns whether <em>apps</em> contains <em>component</em> for a specific
176 private static boolean findActivity(List<LauncherActivityInfo> apps, ComponentName component,
178 for (LauncherActivityInfo info : apps) {
188 * Returns whether <em>apps</em> contains <em>component</em> for a specifi
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 34 * Stores the list of all applications for the all apps view.
39 /** The list off all apps. */
42 /** The list of apps that have been added since the last notify() call. */
45 /** The list of apps that have been removed since the last notify() call. */
47 /** The list of apps that have been modified since the last notify() call. */
109 * Remove the apps for the given apk identified by packageName.
124 * Updates the apps for the given packageName and user based on {@param op}.
200 * Returns whether <em>apps</em> contains <em>component</em>.
202 private static boolean findActivity(List<LauncherActivityInfoCompat> apps,
204 for (LauncherActivityInfoCompat info : apps) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsSearchBarController.java 53 * Sets the references to the apps model and the search result callback.
56 AlphabeticalAppsList apps, ExtendedEditText input,
58 mApps = apps;
164 .appendQueryParameter("c", "apps")
183 * @param apps sorted list of matching components or null if in case of failure.
185 void onSearchResult(String query, ArrayList<ComponentKey> apps);
AlphabeticalAppsList.java 170 // The set of apps from the system not including predictions
174 // The set of filtered apps with the current filter
178 // The set of sections for the apps with the current filter
184 // The set of predicted apps resolved from the component names and the current set of apps
204 * Sets the number of apps per row.
223 * Returns all the apps.
296 * Sets the current set of predicted apps. Since this can be called before we get the full set
299 public void setPredictedApps(List<ComponentKey> apps) {
301 mPredictedAppComponents.addAll(apps);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateNotificationBridge.java 53 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
54 final int N = apps.size();
56 AppEntry app = apps.get(i);
ResetAppsHelper.java 114 List<ApplicationInfo> apps = mPm.getInstalledApplications(
116 for (int i = 0; i < apps.size(); i++) {
117 ApplicationInfo app = apps.get(i);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java 35 * apps to be cleared in the Deletion Helper.
52 public void onAppRebuild(List<ApplicationsState.AppEntry> apps) {
53 int entryCount = apps.size();
57 ApplicationsState.AppEntry entry = apps.get(i);
90 // If we have no AppDeletionType, we have no apps to toggle.
125 * Initializes the PreferenceGroup with a source of apps to list.
AppStateUsageStatsBridge.java 62 ArrayList<AppEntry> apps = mAppSession.getAllApps(); local
63 if (apps == null) return;
67 for (AppEntry entry : apps) {
113 * Filters only non-system apps which haven't been used in the last 60 days. If an app's last
  /build/core/
executable_prefer_symlink.mk 15 # We support both 32 and 64 bit apps, so we will have to
24 # We support only 64 bit apps.
27 # We support only 32 bit apps.
package.mk 12 # only 64-bit apps supported
21 # only 32-bit apps supported
  /packages/apps/Settings/src/com/android/settings/datausage/
UnrestrictedDataAccess.java 142 ArrayList<AppEntry> apps = mSession.rebuild(mFilter, ApplicationsState.ALPHA_COMPARATOR); local
143 if (apps != null) {
144 onRebuildComplete(apps);
159 public void onRebuildComplete(ArrayList<AppEntry> apps) {
162 final int N = apps.size();
164 AppEntry entry = apps.get(i);
  /external/selinux/policycoreutils/gui/
Makefile 32 -mkdir -p $(DATADIR)/icons/hicolor/24x24/apps
42 install -m 644 system-config-selinux.png $(DATADIR)/icons/hicolor/24x24/apps
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
InactiveApps.java 68 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); local
69 for (ResolveInfo app : apps) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
InactiveApps.java 70 List<ResolveInfo> apps = pm.queryIntentActivities(launcherIntent, 0); local
71 for (ResolveInfo app : apps) {
  /system/sepolicy/tools/
post_process_mac_perms 20 containing apps is searched and the certs from those apps are added to the
65 apps = [transform(i) for i in files if condition(i)]
68 for app in apps:
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
AppListFragment.java 56 Log.d(Global.TAG, "Loading apps and shortcuts...");
58 final List<LauncherActivityInfo> apps = new ArrayList<>(); local
61 apps.addAll(mLauncherApps.getActivityList(null, user));
63 Collections.sort(apps, sLauncherIconComparator);
65 Log.d(Global.TAG, "Apps and shortcuts loaded.");
67 mAdapter.setList(apps);
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 18 * @see https://developer.chrome.com/apps/app_runtime
19 * @see https://developer.chrome.com/apps/app_window
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppActionPreference.java 17 package com.android.tv.settings.device.apps;
AppManagementActivity.java 17 package com.android.tv.settings.device.apps;
AppsActivity.java 17 package com.android.tv.settings.device.apps;
26 * Activity allowing the management of apps settings.
NotificationsPreference.java 17 package com.android.tv.settings.device.apps;
  /cts/apps/CameraITS/
Android.mk 29 $(ACP) -rfp cts/apps/$(its-dir-name)/* $(its-dir)
  /cts/hostsidetests/devicepolicy/app/SimplePreMApp/
Android.mk 15 # This app is meant for testing device policy permission APIs on legacy apps (pre-M)
  /cts/tests/vr/
Android.mk 32 LOCAL_SRC_FILES := $(call all-java-files-under, src) ../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java
  /external/selinux/policycoreutils/sepolicy/
Makefile 54 mkdir -p $(DESTDIR) $(DATADIR)/icons/hicolor/$${i}x$${i}/apps; \
55 install -m 644 sepolicy_$${i}.png $(DATADIR)/icons/hicolor/$${i}x$${i}/apps/sepolicy.png; \

Completed in 437 milliseconds

1 23 4 5 6 7 8 91011>>