/packages/apps/Mms/src/com/android/mms/data/ |
D | WorkingMessage.java | 377 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/ |
D | MmsProvider.java | 286 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/ |
D | NotificationImportExportListener.java | 92 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()
|
D | ExportProcessor.java | 242 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/ |
D | IngestService.java | 159 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/ |
D | PolicyServiceProxy.java | 78 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/ |
D | AlarmNotifications.java | 100 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/ |
D | BootReminder.java | 169 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/ |
D | BluetoothOppNotification.java | 338 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/ |
D | ImageGetter.java | 139 ImageGetter.this.notify(); 257 notify(); 282 notify();
|
/packages/apps/Email/provider_src/com/android/email/ |
D | SecurityPolicy.java | 598 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/ |
D | AlertService.java | 168 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/ |
D | LauncherSettings.java | 120 static Uri getContentUri(long id, boolean notify) { in getContentUri() argument 123 LauncherProvider.PARAMETER_NOTIFY + "=" + notify); in getContentUri()
|
D | LauncherModel.java | 405 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/ |
D | LauncherSettings.java | 156 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/ |
D | ContactEntryListAdapter.java | 212 boolean notify = false; in onDataReload() 219 notify = true; in onDataReload() 224 if (notify) { in onDataReload()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | PolicyService.java | 76 boolean notify) { 78 mSecurityPolicy.setAccountPolicy(accountId, policy, securityKey, notify);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 552 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/ |
D | AbstractSyncAdapterService.java | 75 mConnection.notify(); in onCreate() 136 nm.notify("AuthError", 0, notification); in showAuthNotification()
|
/packages/apps/Email/src/com/android/email/preferences/ |
D | EmailPreferenceMigrator.java | 153 final boolean notify = (ecAccount.getFlags() in migrate() 155 folderPreferences.setNotificationsEnabled(notify); in migrate()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 82 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/ |
D | PublicApiFunctionalTest.java | 621 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/ |
D | BlockingGLTextureView.java | 386 mLock.notify(); in exec() 432 mLock.notify(); in run()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 386 mLock.notify(); in exec() 432 mLock.notify(); in run()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BreadCrumbView.java | 218 private void pop(boolean notify) { in pop() argument 236 if (notify) { in pop()
|