Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 86) sorted by relevance

1234

/packages/apps/Mms/src/com/android/mms/data/
DWorkingMessage.java377 public void removeAttachment(boolean notify) { in removeAttachment() argument
386 updateState(HAS_ATTACHMENT, false, notify); in removeAttachment()
387 if (notify) { in removeAttachment()
691 public void setSubject(CharSequence s, boolean notify) { in setSubject() argument
693 updateState(HAS_SUBJECT, (s != null), notify); in setSubject()
755 private void removeSubjectIfEmpty(boolean notify) { in removeSubjectIfEmpty() argument
757 setSubject(null, notify); in removeSubjectIfEmpty()
765 private void prepareForSave(boolean notify) { in prepareForSave() argument
808 public Uri saveAsMms(boolean notify) { in saveAsMms() argument
822 updateState(FORCE_MMS, true, notify); in saveAsMms()
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java286 boolean notify = true; in insert()
318 notify = false; in insert()
322 notify = false; in insert()
326 notify = false; in insert()
330 notify = false; in insert()
526 if (notify) { in insert()
560 boolean notify = false; in delete()
568 notify = true; in delete()
577 notify = true; in delete()
622 if ((deletedRows > 0) && notify) { in delete()
[all …]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java92 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onImportProcessed()
114 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onImportParsed()
135 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in onImportFinished()
153 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in onImportCanceled()
167 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); in onExportProcessed()
182 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification); in onCancelRequest()
DExportProcessor.java242 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doProgressNotification()
252 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doCancelNotification()
263 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, in doFinishNotification()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java159 mNotificationManager.notify(R.id.ingest_notification_scanning, in setClientActivity()
234 mNotificationManager.notify(R.id.ingest_notification_importing, in onImportProgress()
251 mNotificationManager.notify(R.id.ingest_notification_importing, in onImportFinish()
268 mNotificationManager.notify(R.id.ingest_notification_scanning, in onObjectIndexed()
289 mNotificationManager.notify(R.id.ingest_notification_scanning, in onIndexingFinished()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DPolicyServiceProxy.java78 final String securityKey, final boolean notify) throws RemoteException { in setAccountPolicy2() argument
82 mService.setAccountPolicy2(accountId, policy, securityKey, notify); in setAccountPolicy2()
157 String securityKey, boolean notify) { in setAccountPolicy2() argument
160 notify); in setAccountPolicy2()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java100 nm.notify(instance.hashCode(), notification.build()); in showLowPriorityNotification()
134 nm.notify(instance.hashCode(), notification.build()); in showHighPriorityNotification()
168 nm.notify(instance.hashCode(), notification.build()); in showSnoozeNotification()
203 nm.notify(instance.hashCode(), notification.build()); in showMissedNotification()
263 nm.notify(instance.hashCode(), notification.build()); in showAlarmNotification()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DBootReminder.java169 final Notification.Builder notify = new Notification.Builder(context) in setNotification() local
178 notificationManager.notify(NOTIFY_ID, notify.build()); in setNotification()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java338 mNotificationMgr.notify(item.id, b.getNotification()); in updateActiveNotification()
416 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti); in updateCompletedNotification()
465 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti); in updateCompletedNotification()
513 mNotificationMgr.notify(id, n); in updateIncomingFileConfirmNotification()
/packages/apps/Gallery/src/com/android/camera/
DImageGetter.java139 ImageGetter.this.notify();
257 notify();
282 notify();
/packages/apps/Email/provider_src/com/android/email/
DSecurityPolicy.java598 boolean notify) { in setAccountPolicy() argument
634 if (notify) { in setAccountPolicy()
644 if (notify) { in setAccountPolicy()
655 if (notify) { in setAccountPolicy()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java168 public void notify(int id, NotificationWrapper nw) { in notify() method in AlertService.NotificationMgrWrapper
169 mNm.notify(id, nw.mNotification); in notify()
402 nm.notify(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, notification); in generateAlerts()
889 notificationMgr.notify(notificationId, notification); in postNotification()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherSettings.java120 static Uri getContentUri(long id, boolean notify) { in getContentUri() argument
123 LauncherProvider.PARAMETER_NOTIFY + "=" + notify); in getContentUri()
DLauncherModel.java405 mLoaderTask.notify(); in flushWorkerThread()
610 final int screen, final int cellX, final int cellY, final boolean notify) { in addItemToDatabase() argument
641 cr.insert(notify ? LauncherSettings.Favorites.CONTENT_URI : in addItemToDatabase()
1057 LoaderTask.this.notify(); in waitForIdle()
1185 this.notify(); in stopLocked()
2356 int cellX, int cellY, boolean notify) { in addShortcut() argument
2361 addItemToDatabase(context, info, container, screen, cellX, cellY, notify); in addShortcut()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherSettings.java156 static Uri getContentUri(long id, boolean notify) { in getContentUri() argument
159 LauncherProvider.PARAMETER_NOTIFY + "=" + notify); in getContentUri()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java212 boolean notify = false; in onDataReload()
219 notify = true; in onDataReload()
224 if (notify) { in onDataReload()
/packages/apps/Email/provider_src/com/android/email/service/
DPolicyService.java76 boolean notify) {
78 mSecurityPolicy.setAccountPolicy(accountId, policy, securityKey, notify);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java552 mAuth.notify(); in notifyAuthKeyInput()
559 mAuth.notify(); in notifyAuthCancelled()
799 nm.notify(NOTIFICATION_ID_AUTH, notification); in createPbapNotification()
/packages/apps/Exchange/src/com/android/exchange/service/
DAbstractSyncAdapterService.java75 mConnection.notify(); in onCreate()
136 nm.notify("AuthError", 0, notification); in showAuthNotification()
/packages/apps/Email/src/com/android/email/preferences/
DEmailPreferenceMigrator.java153 final boolean notify = (ecAccount.getFlags() in migrate()
155 folderPreferences.setNotificationsEnabled(notify); in migrate()
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java82 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context)); in updateNotification()
83 getNotificationManager(context).notify( in updateNotification()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java621 verify(mNotifManager, never()).notify(anyString(), anyInt(), isA(Notification.class)); in testNotificationNever()
633 verify(mNotifManager, atLeastOnce()).notify(anyString(), anyInt(), isA(Notification.class)); in testNotificationVisible()
645 verify(mNotifManager, atLeastOnce()).notify(anyString(), anyInt(), isA(Notification.class)); in testNotificationVisibleComplete()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DBlockingGLTextureView.java386 mLock.notify(); in exec()
432 mLock.notify(); in run()
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java386 mLock.notify(); in exec()
432 mLock.notify(); in run()
/packages/apps/Browser/src/com/android/browser/
DBreadCrumbView.java218 private void pop(boolean notify) { in pop() argument
236 if (notify) { in pop()

1234