Searched refs:remove (Results 276 - 300 of 449) sorted by relevance

<<1112131415161718

/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java764 HistoricalRecord prunedRecord = mHistoricalRecords.remove(0);
1075 HistoricalRecord record = historicalRecords.remove(0);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java477 * Note that this also calls the Download manager's remove, which cleans up the file from cache.
479 * @param requestId The id of the download to remove
497 mDownloadManager.remove(requestId);
881 * Helper to remove all downloads that are registered with the DL Manager.
903 mDownloadManager.remove(id);
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java467 // WARNING: this will call back into us to do the remove. Don't hold any locks.
517 final StatusBarNotification n = mNotifications.remove(key);
554 mDisableRecords.remove(i);
H A DClipboardService.java136 mClipboards.remove(userId);
/frameworks/base/services/java/com/android/server/display/
H A DDisplayManagerService.java402 mCallbacks.remove(pid);
617 if (!mDisplayDevices.remove(device)) {
618 Slog.w(TAG, "Attempted to remove non-existent display device: "
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java570 mPendingInstalls.remove(0);
636 mPendingInstalls.remove(0);
844 mPendingVerification.remove(verificationId);
886 mPendingVerification.remove(verificationId);
1209 psit.remove();
1250 * previously-updated app, remove them completely.
1378 Slog.w(TAG, "Unable to remove old code file: " + ps.codePath);
1383 Slog.w(TAG, "Unable to remove old code file: " + ps.resourcePath);
2218 mSettings.mPermissions.remove(name);
2285 if (gp.grantedPermissions.remove(permissionNam
[all...]
H A DInstaller.java228 public int remove(String name, int userId) { method in class:Installer
229 StringBuilder builder = new StringBuilder("remove");
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java178 public void remove(IWindow window) { method in class:Session
468 mService.mSessions.remove(this);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java384 sProjectBitmapCache.remove(projectKey);
385 sProject9PatchCache.remove(projectKey);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp314 void remove(EGLint attribute) { function in class:android::EGLAttributeVector
350 attribs.remove(EGL_FRAMEBUFFER_TARGET_ANDROID);
358 attribs.remove(EGL_RECORDABLE_ANDROID);
367 attribs.remove(EGL_RED_SIZE);
368 attribs.remove(EGL_GREEN_SIZE);
369 attribs.remove(EGL_BLUE_SIZE);
1115 ALOGW("trying to remove the main display");
1123 // recreating the DisplayDevice, so we just remove it
1490 // remove where there are opaque FB layers. however, on some
1630 ssize_t index = mCurrentState.layersSortedByZ.remove(layerBas
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java626 iter.remove();
639 sent.remove(0);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java503 mAllLoaderManagers.remove(lm.mWho);
841 mAllLoaderManagers.remove(who);
/frameworks/av/media/libstagefright/
H A DMetaData.cpp47 bool MetaData::remove(uint32_t key) { function in class:android::MetaData
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java828 sIconCache.remove(name);
856 it.remove();
867 it.remove();
942 sStringCache.remove(name);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java244 mViews.remove(appWidgetId);
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java184 mLegacyListenersMap.remove(listener);
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java678 * to replace or remove an already-set value sanitizer.
690 mSanitizers.remove(parameter);
/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java181 mActivities.remove(activityState);
/frameworks/base/core/java/android/util/
H A DJsonReader.java568 return stack.remove(stack.size() - 1);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java49 // TODO: remove this
417 inputSubtypesSet.remove(subtype);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java293 mUpdatingPackages.remove(pkg);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java84 // TODO: remove "tcp" from network methods, since we measure total stats.
460 mUnpluggables.remove(this);
578 mUnpluggables.remove(this);
961 mTimerPool.remove(this);
1031 mTimerPool.remove(this);
1158 itr.remove();
1679 u.mPids.remove(pid);
2301 mMobileIfaces.remove(iface);
2766 it.remove();
2778 it.remove();
[all...]
/frameworks/base/services/java/com/android/server/usb/
H A DUsbService.java98 mSettingsByUser.remove(userId);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java105 mListeners.remove(entry.getKey());
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_layout_tests.py128 os.remove(diff_result)

Completed in 591 milliseconds

<<1112131415161718