Searched defs:apps (Results 1 - 25 of 26) sorted by relevance

12

/packages/apps/Tag/src/com/android/apps/tag/message/
H A DNdefMessageParser.java17 package com.android.apps.tag.message;
19 import com.android.apps.tag.record.ImageRecord;
20 import com.android.apps.tag.record.MimeRecord;
21 import com.android.apps.tag.record.ParsedNdefRecord;
22 import com.android.apps.tag.record.SmartPoster;
23 import com.android.apps.tag.record.TextRecord;
24 import com.android.apps.tag.record.UnknownRecord;
25 import com.android.apps.tag.record.UriRecord;
26 import com.android.apps.tag.record.VCardRecord;
H A DParsedNdefMessage.java17 package com.android.apps.tag.message;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.record.ParsedNdefRecord;
21 import com.android.apps.tag.record.SmartPoster;
22 import com.android.apps.tag.record.UriRecord;
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java17 package com.android.apps.tag;
19 import com.android.apps.tag.message.NdefMessageParser;
20 import com.android.apps.tag.message.ParsedNdefMessage;
21 import com.android.apps.tag.record.ParsedNdefRecord;
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DParsedNdefRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DUnknownRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DImageRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DRecordUtils.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DMimeRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DTextRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DUriRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DVCardRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
H A DSmartPoster.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.message.NdefMessageParser;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllAppsList.java31 * Stores the list of all applications for the all apps view.
36 /** The list off all apps. */
39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
100 * Remove the apps for the given apk identified by packageName.
176 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0);
177 return apps != null ? apps : new ArrayList<ResolveInfo>();
181 * Returns whether <em>apps</e
183 findActivity(List<ResolveInfo> apps, ComponentName component) argument
197 findActivity(ArrayList<ApplicationInfo> apps, ComponentName component) argument
[all...]
H A DLauncherModel.java76 private int mBatchSize; // 0 is all apps at once
159 public void bindAllApplications(ArrayList<ApplicationInfo> apps); argument
160 public void bindAppsAdded(ArrayList<ApplicationInfo> apps); argument
161 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps); argument
262 // From all apps
827 // apps on the external sd card need to be reloaded
845 // If we have changed locale we need to clear out the labels in all apps/workspace.
849 // and we would need to clear out the labels in all apps/workspace. Same handling as
853 Log.d(TAG, "Reload apps on config change. curr_mcc:"
986 * - all apps icon
[all...]
H A DLauncher.java764 // Background was set to gradient in onPause(), restore to black if in all apps.
809 // Resets the previous all apps icon press state
1333 // apps is nice and speedy.
2093 * enters all apps mode.
2125 // We may give them the option of disabling apps this way.
2474 // Only disable it if we are in all apps
2533 * - Home from all apps
2536 * - Back from all apps
2542 * - Launch app from all apps and quit
2546 * apps, an
3693 bindAllApplications(final ArrayList<ApplicationInfo> apps) argument
3725 bindAppsAdded(final ArrayList<ApplicationInfo> apps) argument
3745 bindAppsUpdated(final ArrayList<ApplicationInfo> apps) argument
[all...]
H A DWorkspace.java157 // in all apps or customize mode)
344 // Disable multitouch across the workspace/all apps/customize tray
3004 * It may have come from Launcher (e.g. from all apps or customize), or it may have
3120 // Came from all apps -- make a copy
3642 // has been removed and we want to remove all components (widgets, shortcuts, apps) that
3780 // Clean up new-apps animation list
3818 void updateShortcuts(ArrayList<ApplicationInfo> apps) { argument
3834 final int appCount = apps.size();
3836 ApplicationInfo app = apps.get(k);
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
H A DTagCanon.java17 package com.android.apps.tagcanon;
19 import com.android.apps.tag.MockNdefMessages;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAllAppsList.java31 * Stores the list of all applications for the all apps view.
36 /** The list off all apps. */
39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
106 * Remove the apps for the given apk identified by packageName.
181 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0);
182 return apps != null ? apps : new ArrayList<ResolveInfo>();
186 * Returns whether <em>apps</e
188 findActivity(List<ResolveInfo> apps, ComponentName component) argument
202 findActivity(ArrayList<AppInfo> apps, ComponentName component) argument
[all...]
H A DHotseat.java213 Log.d(TAG, "Adding to 'more apps': " + info.intent);
221 void addAppsToAllAppsFolder(ArrayList<AppInfo> apps) { argument
233 for (AppInfo a: apps) {
H A DLauncherModel.java74 // true = use a "More Apps" folder for non-workspace apps on upgrade
75 // false = strew non-workspace apps across the workspace on upgrade
170 public void bindAllApplications(ArrayList<AppInfo> apps); argument
175 public void bindAppsUpdated(ArrayList<AppInfo> apps); argument
266 // Lock on the app so that we don't try and get the items while apps are being added
521 // From all apps
1189 // apps on the external sd card need to be reloaded
1207 // If we have changed locale we need to clear out the labels in all apps/workspace.
1211 // and we would need to clear out the labels in all apps/workspace. Same handling as
1215 Log.d(TAG, "Reload apps o
[all...]
H A DLauncher.java937 // Background was set to gradient in onPause(), restore to black if in all apps.
985 // Resets the previous all apps icon press state
1644 // apps is nice and speedy.
1843 // Reset the apps customize page
2466 * enters all apps mode.
2526 * - open all apps
2547 // We may give them the option of disabling apps this way.
2939 * - Home from all apps
2942 * - Back from all apps
2948 * - Launch app from all apps an
4141 bindAllApplications(final ArrayList<AppInfo> apps) argument
4168 bindAppsUpdated(final ArrayList<AppInfo> apps) argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsCategory.java87 * Helper class to look for interesting changes to the installed apps
139 @Override public void deliverResult(List<AppOpEntry> apps) { argument
143 if (apps != null) {
144 onReleaseResources(apps);
147 List<AppOpEntry> oldApps = apps;
148 mApps = apps;
153 super.deliverResult(apps);
205 @Override public void onCanceled(List<AppOpEntry> apps) { argument
206 super.onCanceled(apps);
208 // At this point we can release the resources associated with 'apps'
240 onReleaseResources(List<AppOpEntry> apps) argument
[all...]
H A DApplicationsState.java48 public void onRebuildComplete(ArrayList<AppEntry> apps); argument
434 // Only the owner can see all apps.
566 List<ApplicationInfo> apps;
568 apps = new ArrayList<ApplicationInfo>(mApplications);
573 for (int i=0; i<apps.size(); i++) {
574 ApplicationInfo info = apps.get(i);
H A DInstalledAppDetails.java299 // Always let apps move to internal storage from sdcard.
327 // by not allowing disabling of apps signed with the
609 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
681 // Get list of "home" apps and trace through any meta-data references
821 // If this app is running under a shared user ID with other apps,
H A DManageApplications.java115 // For apps with no preference and the default value set
217 public TabInfo(ManageApplications owner, ApplicationsState apps, argument
221 mApplicationsState = apps;
700 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
710 mBaseEntries = apps;
848 // Select the all-apps list, with the default sorting
1131 List<ApplicationInfo> apps = pm.getInstalledApplications(
1133 for (int i=0; i<apps.size(); i++) {
1134 ApplicationInfo app = apps.get(i);

Completed in 320 milliseconds

12