Searched refs:apps (Results 1 - 25 of 85) sorted by relevance

1234

/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;
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
H A DDeleteNonRequiredAppsTaskTest.java282 // Now, we set a wrong value to mTestContext.getFilesDir. So it should not find the system apps
300 private void setRequiredAppsManagedDevice(String... apps) { argument
302 apps);
305 private void setVendorRequiredAppsManagedDevice(String... apps) { argument
307 apps);
310 private void setDisallowedAppsManagedDevice(String... apps) { argument
312 apps);
315 private void setVendorDisallowedAppsManagedDevice(String... apps) { argument
318 apps);
321 private void setRequiredAppsManagedProfile(String... apps) { argument
326 setVendorRequiredAppsManagedProfile(String... apps) argument
331 setDisallowedAppsManagedProfile(String... apps) argument
336 setVendorDisallowedAppsManagedProfile(String... apps) argument
342 setRequiredAppsManagedUser(String... apps) argument
347 setVendorRequiredAppsManagedUser(String... apps) argument
352 setDisallowedAppsManagedUser(String... apps) argument
357 setVendorDisallowedAppsManagedUser(String... apps) argument
417 setSystemAppsWithLauncher(String... apps) argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStatePowerBridge.java39 ArrayList<AppEntry> apps = mAppSession.getAllApps();
40 final int N = apps.size();
42 AppEntry app = apps.get(i);
H A DAppStateSmsPremBridge.java43 ArrayList<AppEntry> apps = mAppSession.getAllApps();
44 final int N = apps.size();
46 AppEntry app = apps.get(i);
H A DAppStateBaseBridge.java84 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
140 ArrayList<AppEntry> apps = mAppSession.getAllApps();
141 final int N = apps.size();
145 AppEntry app = apps.get(i);
H A DManageDomainUrls.java102 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
135 rebuildAppList(mDomainAppList, apps);
150 final ArrayList<AppEntry> apps = mSession.rebuild(
152 if (apps != null) {
153 onRebuildComplete(apps);
157 private void rebuildAppList(PreferenceGroup group, ArrayList<AppEntry> apps) { argument
159 final int N = apps.size();
161 AppEntry entry = apps.get(i);
H A DAppOpsCategory.java95 * Helper class to look for interesting changes to the installed apps
151 @Override public void deliverResult(List<AppOpEntry> apps) { argument
155 if (apps != null) {
156 onReleaseResources(apps);
159 List<AppOpEntry> oldApps = apps;
160 mApps = apps;
165 super.deliverResult(apps);
217 @Override public void onCanceled(List<AppOpEntry> apps) { argument
218 super.onCanceled(apps);
220 // At this point we can release the resources associated with 'apps'
252 onReleaseResources(List<AppOpEntry> apps) argument
[all...]
H A DPremiumSmsAccess.java91 private void updatePrefs(ArrayList<AppEntry> apps) { argument
92 if (apps == null) return;
99 for (int i = 0; i < apps.size(); i++) {
101 new PremiumSmsPreference(apps.get(i), getPrefContext());
105 if (apps.size() != 0) {
127 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
128 updatePrefs(apps);
/packages/apps/Settings/src/com/android/settings/datausage/
H A DAppStateDataUsageBridge.java36 ArrayList<AppEntry> apps = mAppSession.getAllApps();
37 final int N = apps.size();
39 AppEntry app = apps.get(i);
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DAppDeletionType.java33 * AppDeletionType provides a list of apps which have not been used for a while on the system.
34 * It also provides the functionality to clear out these apps.
84 ArraySet<String> apps = new ArraySet<>();
91 apps.add(packageName);
95 PackageDeletionTask task = new PackageDeletionTask(activity.getPackageManager(), apps,
122 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) { argument
123 if (apps == null) {
126 mAppEntries = apps;
175 * Set a package to be checked for deletion, if the apps are cleared.
214 * Returns a number of eligible, clearable apps
250 onAppRebuild(List<ApplicationsState.AppEntry> apps) argument
[all...]
H A DAppStateBaseBridge.java84 public void onRebuildComplete(ArrayList<AppEntry> apps) { argument
140 ArrayList<AppEntry> apps = mAppSession.getAllApps();
141 final int N = apps.size();
145 AppEntry app = apps.get(i);
/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/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppsFragment.java17 package com.android.tv.settings.device.apps;
94 // should only be showing the apps on the internal storage or all apps.
115 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
116 updateAppList(mSystemPreferenceGroup, apps);
128 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {
129 updateAppList(mDownloadedPreferenceGroup, apps);
186 ArrayList<ApplicationsState.AppEntry> apps =
188 if (apps != null) {
189 updateAppList(mSystemPreferenceGroup, apps);
[all...]
H A DAppInfo.java17 package com.android.tv.settings.device.apps;
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java76 // Don't merge the predicted apps
88 * In addition, we will try and not merge sections that identify apps from different scripts.
108 // Don't merge the predicted apps
113 // Continue merging if the number of hanging apps on the final row is less than some
134 * The all apps view container.
200 * Sets the current set of predicted apps.
202 public void setPredictedApps(List<ComponentKey> apps) { argument
203 mApps.setPredictedApps(apps);
207 * Sets the current set of apps.
209 public void setApps(List<AppInfo> apps) { argument
216 addApps(List<AppInfo> apps) argument
224 updateApps(List<AppInfo> apps) argument
232 removeApps(List<AppInfo> apps) argument
713 onSearchResult(String query, ArrayList<ComponentKey> apps) argument
[all...]
H A DAllAppsSearchBarController.java58 * Sets the references to the apps model and the search result callback.
61 AlphabeticalAppsList apps, ExtendedEditText input,
63 mApps = apps;
181 .appendQueryParameter("c", "apps")
201 * @param apps sorted list of matching components or null if in case of failure.
203 void onSearchResult(String query, ArrayList<ComponentKey> apps); argument
60 initialize( AlphabeticalAppsList apps, ExtendedEditText input, Launcher launcher, Callbacks cb) argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllAppsList.java29 * 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, argument
178 for (LauncherActivityInfo info : apps) {
188 * Returns whether <em>apps</e
191 findActivity(ArrayList<ApplicationInfo> apps, ComponentName component, UserHandle user) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAllAppsList.java34 * 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, argument
204 for (LauncherActivityInfoCompat info : apps) {
225 findActivity(ArrayList<AppInfo> apps, ComponentName component, UserHandleCompat user) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DManagedProfileHeuristic.java91 public void processUserApps(List<LauncherActivityInfoCompat> apps) { argument
93 new ManagedProfilePackageHandler().processUserApps(apps, mUser);
103 List<LauncherActivityInstallInfo> apps, UserHandleCompat user, boolean userAppsExisted) {
107 int count = apps.size();
112 LauncherActivityInstallInfo info = apps.get(i);
121 // getting filled with the managed user apps, when it start with a fresh DB (or after
102 onLauncherAppsAdded( List<LauncherActivityInstallInfo> apps, UserHandleCompat user, boolean userAppsExisted) argument

Completed in 444 milliseconds

1234