Searched refs:removed (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Nfc/nxp/jni/
H A DAndroid.mk37 # the NXP stack in M, code will be removed in the
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllAppsList.java40 /** The list of apps that have been removed since the last notify() call. */
41 public ArrayList<ApplicationInfo> removed = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
72 removed.clear();
107 removed.add(info);
124 // Find disabled/removed activities and remove them from data and add them
125 // to the removed list.
132 removed.add(applicationInfo);
164 removed.add(applicationInfo);
H A DLauncherModel.java364 // Items are added/removed from the corresponding FolderInfo elsewhere, such
2086 if (mBgAllAppsList.removed.size() > 0) {
2087 removedApps.addAll(mBgAllAppsList.removed);
2088 mBgAllAppsList.removed.clear();
2119 // If a package has been removed, or an app has been removed as a result of
2120 // an update (for example), make the removed callback.
2649 ApplicationInfo.dumpApplicationInfoList(TAG, "mAllAppsList.removed", mBgAllAppsList.removed);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAllAppsList.java43 /** The list of apps that have been removed since the last notify() call. */
44 public ArrayList<AppInfo> removed = new ArrayList<AppInfo>(); field in class:AllAppsList
81 removed.clear();
115 removed.add(info);
139 // Find disabled/removed activities and remove them from data and add them
140 // to the removed list.
147 removed.add(applicationInfo);
173 removed.add(applicationInfo);
H A DFolderPagedView.java339 boolean removed = false;
342 removed = true;
344 if (removed) {
H A DLauncherModel.java200 ArrayList<ShortcutInfo> removed, UserHandleCompat user);
765 // Items are added/removed from the corresponding FolderInfo elsewhere, such
1895 "Invalid component removed: " + cn, true);
1934 "Unrestored package removed: " + cn, true);
1940 "Unrestored package removed: " + cn, true);
1968 "Invalid package removed: " + cn, true);
2197 "Unrestored widget removed: " + component, true);
3027 if (mBgAllAppsList.removed.size() > 0) {
3028 removedApps.addAll(mBgAllAppsList.removed);
3029 mBgAllAppsList.removed
199 bindShortcutsChanged(ArrayList<ShortcutInfo> updated, ArrayList<ShortcutInfo> removed, UserHandleCompat user) argument
[all...]
H A DLauncher.java638 * ensure the custom content page is added or removed if necessary.
665 // that is subsequently removed from the workspace in startBinding().
907 // it's possible that the add screen was removed because it was
2460 // view has detached (it's possible for this to happen if the view is removed mid touch).
4186 final ArrayList<ShortcutInfo> removed, final UserHandleCompat user) {
4189 bindShortcutsChanged(updated, removed, user);
4200 if (!removed.isEmpty()) {
4202 for (ShortcutInfo si : removed) {
4237 * @param reason if non-zero, the icons are not permanently removed, rather marked as disabled.
4185 bindShortcutsChanged(final ArrayList<ShortcutInfo> updated, final ArrayList<ShortcutInfo> removed, final UserHandleCompat user) argument
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DNinePatchTexture.java107 // will less likely to be removed when cache is full. Only
147 NinePatchInstance removed = mInstanceCache.put(key, instance);
148 if (removed != null) {
149 removed.recycle(canvas);
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DPoolableImageCache.java221 * cache, it should be removed from the pool.
313 // being removed from the cache.
317 final ImageResource removed = remove(imageToUse.getKey());
318 Assert.isTrue(removed == imageToUse);
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DUtilsTests.java484 boolean removed = false;
489 removed = true;
493 if (!removed) {
500 // removed by going through the spans returned by linkify.
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DDraftMessageData.java478 boolean removed = false;
485 removed = true;
489 if (removed) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java114 int removed = 0;
119 removed++;
124 if (removed < participants.size()) {
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java1150 int removed = 0;
1156 removed += mService.removeTrack(trackid);
1159 if (removed > 0) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java675 boolean removed = false;
690 removed = true;
702 if (!withinTimeWindow || removed) {
736 * removed, without having to iterate through the whole cursor
1726 // True if an updated item should be removed locally (from ConversationCursor)
1731 // the current cursor position (i.e. it removed or added items locally)
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 164 milliseconds