Searched defs:notify (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java116 * @param notify True to send a notification is the content changes.
120 static Uri getContentUri(long id, boolean notify) { argument
123 LauncherProvider.PARAMETER_NOTIFY + "=" + notify);
H A DLauncherModel.java414 final int screen, final int cellX, final int cellY, final boolean notify) {
438 cr.insert(notify ? LauncherSettings.Favorites.CONTENT_URI :
788 LoaderTask.this.notify();
884 this.notify();
1182 // Don't notify content observers
1775 int cellX, int cellY, boolean notify) {
1780 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);
413 addItemToDatabase(Context context, final ItemInfo item, final long container, final int screen, final int cellX, final int cellY, final boolean notify) argument
1774 addShortcut(Context context, Intent data, long container, int screen, int cellX, int cellY, boolean notify) argument
/packages/apps/Browser/src/com/android/browser/
H A DBreadCrumbView.java216 private void pop(boolean notify) { argument
234 if (notify) {
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java351 public void removeAttachment(boolean notify) { argument
359 updateState(HAS_ATTACHMENT, false, notify);
360 if (notify) {
416 // If we were successful, update mAttachmentType and notify
627 public void setSubject(CharSequence s, boolean notify) { argument
629 updateState(HAS_SUBJECT, (s != null), notify);
691 private void removeSubjectIfEmpty(boolean notify) { argument
693 setSubject(null, notify);
701 private void prepareForSave(boolean notify) { argument
743 public Uri saveAsMms(boolean notify) { argument
976 setHasEmail(boolean hasEmail, boolean notify) argument
997 setLengthRequiresMms(boolean mmsRequired, boolean notify) argument
1028 updateState(int state, boolean on, boolean notify) argument
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java190 // notify all cursors backed by data on that volume.
222 // notify on media Uris as well as the files Uri
2600 boolean notify) {
2811 if (rowId != 0 && notify) {
3451 // or playlists) we will notify a change on the entire volume to make
2599 insertFile(DatabaseHelper database, Uri uri, ContentValues initialValues, int mediaType, boolean notify) argument

Completed in 904 milliseconds