Searched defs:delete (Results 76 - 84 of 84) sorted by relevance

1234

/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java228 public SpannableStringBuilder delete(int start, int end) { method in class:SpannableStringBuilder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java104 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:ContextFixture.FakeContentProvider
/frameworks/base/core/java/android/content/
H A DContentResolver.java142 * Indicates that the sync adapter should proceed with the delete operations,
149 * Indicates that the sync adapter should not proceed with the delete operations,
1622 * @param url The URL of the row to delete.
1627 public final int delete(@RequiresPermission.Write @NonNull Uri url, @Nullable String where, method in class:ContentResolver
1636 int rowsDeleted = provider.delete(mPackageName, url, where, selectionArgs);
1638 maybeLogUpdateToEventLog(durationMillis, url, "delete", where);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1197 // Tell the provider to not delete the file.
1198 // If the file is truly gone the delete is unnecessary, and we want to avoid
1249 // do not delete missing playlists, since they may have been
1251 // The user can delete them in the media player instead.
1257 deleter.delete(rowId);
1318 (new File(fileToDelete)).delete();
1344 public void delete(long id) throws RemoteException { method in class:MediaScanner.MediaBulkDeleter
1359 int numrows = mProvider.delete(mBaseUri,
1898 // delete members of existing playlist
1900 mMediaProvider.delete(membersUr
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java130 * is removed the settings it added are deleted. Apps cannot delete system
530 public int delete(Uri uri, String where, String[] whereArgs) { method in class:SettingsProvider
532 Slog.v(LOG_TAG, "delete() for user: " + UserHandle.getCallingUserId());
1414 cacheFile.delete();
1647 throw new IllegalArgumentException("You cannot delete system defined"
/frameworks/rs/
H A DrsAllocation.cpp54 void Allocation::operator delete(void* ptr) {
94 delete a;
119 delete a;
158 delete mGrallocConsumer;
415 delete[] offsetsPadded;
416 delete[] offsetsUnpadded;
417 delete[] sizeUnpadded;
438 delete[] dst;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java904 * <code>[1, 2],[2, 1]</code>, it will first delete items B,C and the new adapter will be
905 * A D E. Then it will delete 2,1 which means it will delete E.
1003 * Similar to other methods but negative count means delete and position count means add.
1097 delete(tuple);
1111 private void delete(int[] tuple) { method in class:BaseRecyclerViewInstrumentationTest.TestAdapter.AddRemoveRunnable
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1654 mRunningInstalls.delete(msg.arg1);
2043 // We delete after a gc for applications on sdcard.
2691 //delete tmp files
3064 // If this is a system upgrade scenario, delete the contents of the package cache dir.
9561 * deleted, update the internal records and delete the generated oat files.
9765 codePath.delete();
10029 // delete the package and for updated system apps keep the data as
11123 // Make sure we don't accidentally delete its data.
14063 // the caller may not have been able to delete all of this
14064 // packages files and can not delete an
16115 doPostDeleteLI(boolean delete) argument
16375 doPostDeleteLI(boolean delete) argument
16666 doPostDeleteLI(boolean delete) argument
16816 doPostDeleteLI(boolean delete) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2572 milliseconds

1234