| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| SnoozeHelperTest.java | 191 mSnoozeHelper.repost(r.getKey(), UserHandle.USER_SYSTEM); 192 verify(mCallback, never()).repost(UserHandle.USER_SYSTEM, r); 201 mSnoozeHelper.repost(r.getKey(), UserHandle.USER_SYSTEM); 202 verify(mCallback, times(1)).repost(UserHandle.USER_SYSTEM, r); 211 mSnoozeHelper.repost(r.getKey()); 212 verify(mCallback, times(1)).repost(UserHandle.USER_SYSTEM, r); 222 verify(mCallback, never()).repost(anyInt(), any(NotificationRecord.class)); 224 mSnoozeHelper.repost(r.getKey(), UserHandle.USER_SYSTEM); 225 verify(mCallback, times(1)).repost(UserHandle.USER_SYSTEM, r); 271 verify(mCallback, never()).repost(UserHandle.USER_SYSTEM, r) [all...] |
| /frameworks/base/services/core/java/com/android/server/notification/ |
| SnoozeHelper.java | 64 private static final String REPOST_SCHEME = "repost"; 129 * Snoozes a notification and schedules an alarm to repost at that time. 240 protected void repost(String key) { method in class:SnoozeHelper 243 repost(key, userId); method 247 protected void repost(String key, int userId) { method in class:SnoozeHelper 266 mCallback.repost(userId, record); 300 mCallback.repost(userId, record); 369 void repost(int userId, NotificationRecord r); method in interface:SnoozeHelper.Callback 379 repost(intent.getStringExtra(EXTRA_KEY), intent.getIntExtra(EXTRA_USER_ID,
|
| NotificationManagerService.java | [all...] |
| /packages/apps/Messaging/src/com/android/messaging/receiver/ |
| BootAndPackageReplacedReceiver.java | 37 // Repost unseen notifications
|
| /packages/apps/Email/provider_src/com/android/email/activity/setup/ |
| AccountSecurity.java | 374 * instead of setting a password) we simply repost the security notification, and exit. 383 LogUtils.d(TAG, "Not active admin: repost notification"); 393 LogUtils.d(TAG, "No HostAuth: repost notification"); 438 LogUtils.d(TAG, "Password needed; repost notification"); 458 LogUtils.d(TAG, "Encryption needed; repost notification"); 502 * we repost the notification and finish() the activity. 558 LogUtils.d(TAG, "User declines; repost notification");
|
| /external/autotest/client/cros/cellular/wardmodem/ |
| task_loop.py | 303 A wrapper to repost an executed task, and return False. 305 We need this to be able to repost the task at arbitrary intervals.
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| AsyncRingtonePlayer.java | 162 // Repost event to restart ringer in {@link RESTART_RINGER_MILLIS}.
|
| Timeouts.java | 74 * NEW_OUTGOING_CALL broadcast. This timeout allows apps which repost the call using a gateway
|
| /external/libxml2/doc/ |
| bugs.html | 25 it is LOST ! Repost it and fix the problem triggering the error. Also please 59 your question remains unanswered after a week, repost it, making sure you
|
| xml.html | 552 it is LOST ! Repost it and fix the problem triggering the error. Also please 596 your question remains unanswered after a week, repost it, making sure you [all...] |
| /external/apache-http/android/src/android/net/http/ |
| RequestHandle.java | 196 /* Only repost content on a 307. If 307, reset the body
|
| /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
| Platform.asl | 426 // 1) Video Repost - Linux supports S3 without
428 // Repost will be required.
|
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
| AudioTest.java | 318 // Repost doBeep to some far away time to blink again even if nothing arrives from
|
| ScreenResponseFragment.java | 259 // Repost doBlink to some far away time to blink again even if nothing arrives from
|
| /packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
| MissedCallNotifier.java | 225 // Do not repost active notifications to prevent erasing post call notes.
|
| /frameworks/av/media/libstagefright/filters/ |
| MediaFilter.cpp | 524 // buffer is stale (taken before a flush/shutdown) - repost it
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| NotificationUtils.java | 339 * Get all notifications for all accounts, cancel them, and repost. 350 * Get all notifications for all accounts, optionally cancel them, and repost. [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
| NotificationListenerVerifierActivity.java | [all...] |
| /frameworks/base/services/core/java/com/android/server/content/ |
| SyncManager.java | [all...] |
| /frameworks/support/compat/src/main/java/androidx/core/app/ |
| NotificationCompat.java | [all...] |
| /frameworks/base/services/ |
| art-profile | [all...] |