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

/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 DDragController.java329 public void onAppsRemoved(ArrayList<ApplicationInfo> apps, Context context) { argument
335 for (ApplicationInfo info : apps) {
H A DLauncherModel.java73 private int mBatchSize; // 0 is all apps at once
135 public void bindAllApplications(ArrayList<ApplicationInfo> apps); argument
136 public void bindAppsAdded(ArrayList<ApplicationInfo> apps); argument
137 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps); argument
138 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent); argument
203 // From all apps
628 // First, schedule to add these apps back in.
638 // If we have changed locale we need to clear out the labels in all apps/workspace.
642 // and we would need to clear out the labels in all apps/workspace. Same handling as
646 Log.d(TAG, "Reload apps o
[all...]
H A DLauncher.java692 // Resets the previous all apps icon press state
907 // Get the all apps button
1224 // apps is nice and speedy. Usually the first call to preDraw doesn't correspond to
1893 * enters all apps mode.
1925 // We may give them the option of disabling apps this way.
2269 // Only disable it if we are in all apps
2322 * - Home from all apps
2325 * - Back from all apps
2331 * - Launch app from all apps and quit
2335 * apps, an
3416 bindAllApplications(final ArrayList<ApplicationInfo> apps) argument
3441 bindAppsAdded(ArrayList<ApplicationInfo> apps) argument
3454 bindAppsUpdated(ArrayList<ApplicationInfo> apps) argument
3470 bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent) argument
[all...]
H A DWorkspace.java160 // in all apps or customize mode)
340 // Disable multitouch across the workspace/all apps/customize tray
2977 * It may have come from Launcher (e.g. from all apps or customize), or it may have
3081 // Came from all apps -- make a copy
3575 void removeItems(final ArrayList<ApplicationInfo> apps) { argument
3579 final int appCount = apps.size();
3581 packageNames.add(apps.get(i).componentName.getPackageName());
3704 void updateShortcuts(ArrayList<ApplicationInfo> apps) { argument
3720 final int appCount = apps.size();
3722 ApplicationInfo app = apps
[all...]
/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/Settings/src/com/android/settings/applications/
H A DApplicationsState.java47 public void onRebuildComplete(ArrayList<AppEntry> apps); argument
523 List<ApplicationInfo> apps;
525 apps = new ArrayList<ApplicationInfo>(mApplications);
530 for (int i=0; i<apps.size(); i++) {
531 ApplicationInfo info = apps.get(i);
H A DInstalledAppDetails.java267 // Always let apps move to internal storage from sdcard.
303 // by not allowing disabling of apps signed with the
467 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
597 // If this app is running under a shared user ID with other apps,
H A DManageApplications.java111 // For apps with no preference and the default value set
212 public TabInfo(ManageApplications owner, ApplicationsState apps, argument
216 mApplicationsState = apps;
680 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
690 mBaseEntries = apps;
827 // Select the all-apps list, with the default sorting
1089 List<ApplicationInfo> apps = pm.getInstalledApplications(
1091 for (int i=0; i<apps.size(); i++) {
1092 ApplicationInfo app = apps.get(i);
1110 // We should have cleared all of the preferred apps abov
[all...]

Completed in 168 milliseconds