Searched refs: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/canon/
H A DAndroid.mk5 ../tests/src/com/android/apps/tag/MockNdefMessages.java \
/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 DMimeRecord.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 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 DSmartPoster.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.message.NdefMessageParser;
H A DVCardRecord.java17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
/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/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.java77 private int mBatchSize; // 0 is all apps at once
158 public void bindAllApplications(ArrayList<ApplicationInfo> apps); argument
159 public void bindAppsAdded(ArrayList<ApplicationInfo> apps); argument
160 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps); argument
261 // From all apps
820 // First, schedule to add these apps back in.
830 // If we have changed locale we need to clear out the labels in all apps/workspace.
834 // and we would need to clear out the labels in all apps/workspace. Same handling as
838 Log.d(TAG, "Reload apps on config change. curr_mcc:"
971 * - all apps icon
[all...]
H A DLauncher.java749 // Background was set to gradient in onPause(), restore to black if in all apps.
794 // Resets the previous all apps icon press state
1317 // apps is nice and speedy.
2075 * enters all apps mode.
2107 // We may give them the option of disabling apps this way.
2456 // Only disable it if we are in all apps
2515 * - Home from all apps
2518 * - Back from all apps
2524 * - Launch app from all apps and quit
2528 * apps, an
3675 bindAllApplications(final ArrayList<ApplicationInfo> apps) argument
3707 bindAppsAdded(final ArrayList<ApplicationInfo> apps) argument
3727 bindAppsUpdated(final ArrayList<ApplicationInfo> apps) argument
[all...]
H A DWorkspace.java158 // in all apps or customize mode)
345 // Disable multitouch across the workspace/all apps/customize tray
3005 * It may have come from Launcher (e.g. from all apps or customize), or it may have
3121 // Came from all apps -- make a copy
3643 // has been removed and we want to remove all components (widgets, shortcuts, apps) that
3781 // Clean up new-apps animation list
3819 void updateShortcuts(ArrayList<ApplicationInfo> apps) { argument
3835 final int appCount = apps.size();
3837 ApplicationInfo app = apps.get(k);
/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 DAppOpsState.java499 List<PackageInfo> apps;
501 apps = new ArrayList<PackageInfo>();
504 apps.add(pi);
510 apps = mPm.getPackagesHoldingPermissions(permsArray, 0);
512 for (int i=0; i<apps.size(); i++) {
513 PackageInfo appInfo = apps.get(i);
H A DManageApplications.java113 // For apps with no preference and the default value set
215 public TabInfo(ManageApplications owner, ApplicationsState apps, argument
219 mApplicationsState = apps;
697 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
707 mBaseEntries = apps;
845 // Select the all-apps list, with the default sorting
1126 List<ApplicationInfo> apps = pm.getInstalledApplications(
1128 for (int i=0; i<apps.size(); i++) {
1129 ApplicationInfo app = apps.get(i);
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);
/packages/apps/Calendar/
H A Dmkprojectfile5 sed -e "s,SRC_ROOT_DIR,$PWD," <<- EOF > packages/apps/Calendar/.project
/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/deviceinfo/
H A DStorageMeasurement.java103 * Total apps disk usage.
106 * all apps (regardless of install status for current user), and
107 * internal disk used by the current user's apps. When the device
109 * used by the current user's apps.
112 * usage by all apps on that volume.
117 * Total cache disk usage by apps.
431 // Measure total emulated storage of all users; internal apps data
439 // Measure all apps for all users
442 final List<ApplicationInfo> apps = pm.getInstalledApplications(
446 final int count = users.size() * apps
[all...]
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java152 // onPause() might come in too late, causing apps to disappear after broadcasts
365 // Enable selected apps
377 // Blacklist all other apps, system or downloaded
434 * Add system apps that match an intent to the list, excluding any packages in the exclude list.
435 * @param visibleApps list of apps to append the new list to
653 // If this is the first time for a new profile, install/uninstall default apps for profile
680 private boolean appInfoListHasPackage(List<ApplicationInfo> apps, String packageName) { argument
681 for (ApplicationInfo info : apps) {

Completed in 222 milliseconds

12