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

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); method in class:NotificationMgr
H A DAlertService.java168 public void notify(int id, NotificationWrapper nw) { method in class:AlertService.NotificationMgrWrapper
169 mNm.notify(id, nw.mNotification);
402 nm.notify(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, notification);
889 notificationMgr.notify(notificationId, notification);
/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.java394 mLoaderTask.notify();
592 final int screen, final int cellX, final int cellY, final boolean notify) {
622 cr.insert(notify ? LauncherSettings.Favorites.CONTENT_URI :
1032 LoaderTask.this.notify();
1172 this.notify();
1490 // Don't notify content observers
2335 int cellX, int cellY, boolean notify) {
2340 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);
591 addItemToDatabase(Context context, final ItemInfo item, final long container, final int screen, final int cellX, final int cellY, final boolean notify) argument
2334 addShortcut(Context context, Intent data, long container, int screen, int cellX, int cellY, boolean notify) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherSettings.java152 * @param notify True to send a notification is the content changes.
156 static Uri getContentUri(long id, boolean notify) { argument
159 LauncherProvider.PARAMETER_NOTIFY + "=" + notify);
H A DLauncherModel.java617 mLoaderTask.notify();
841 final long screenId, final int cellX, final int cellY, final boolean notify) {
864 cr.insert(notify ? LauncherSettings.Favorites.CONTENT_URI :
1322 LoaderTask.this.notify();
1458 this.notify();
1912 // Don't notify content observers
2896 int cellX, int cellY, boolean notify) {
2901 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);
840 addItemToDatabase(Context context, final ItemInfo item, final long container, final long screenId, final int cellX, final int cellY, final boolean notify) argument
2895 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.java218 private void pop(boolean notify) { argument
236 if (notify) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMailAppProvider.java268 private void addAccountImpl(Account account, Uri accountsQueryUri, boolean notify) { argument
273 if (notify) {
465 addAccountImpl(account, accountsQueryUri, false /* don't notify */);
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java379 public void notify(int id, NotificationWrapper nw) { method in class:AlertServiceTest.NotificationTestManager
388 // Catch updates of new state, notify time, and received time
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java377 public void removeAttachment(boolean notify) { argument
386 updateState(HAS_ATTACHMENT, false, notify);
387 if (notify) {
456 // If we were successful, update mAttachmentType and notify
691 public void setSubject(CharSequence s, boolean notify) { argument
693 updateState(HAS_SUBJECT, (s != null), notify);
755 private void removeSubjectIfEmpty(boolean notify) { argument
757 setSubject(null, notify);
765 private void prepareForSave(boolean notify) { argument
808 public Uri saveAsMms(boolean notify) { argument
1048 setHasEmail(boolean hasEmail, boolean notify) argument
1062 setHasMultipleRecipients(boolean hasMultipleRecipients, boolean notify) argument
1098 setLengthRequiresMms(boolean mmsRequired, boolean notify) argument
1131 updateState(int state, boolean on, boolean notify) argument
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java246 // notify all cursors backed by data on that volume.
282 // notify on media Uris as well as the files Uri
2981 boolean notify, ArrayList<Long> notifyRowIds) {
3202 if (rowId != -1 && notify) {
4101 // or playlists) we will notify a change on the entire volume to make
2980 insertFile(DatabaseHelper helper, Uri uri, ContentValues initialValues, int mediaType, boolean notify, ArrayList<Long> notifyRowIds) argument

Completed in 408 milliseconds