/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | AlertingNotificationManagerTest.java | 147 mAlertingNotificationManager.showNotification(mEntry); in testShowNotification_addsEntry() 156 mAlertingNotificationManager.showNotification(mEntry); in testShowNotification_autoDismisses() 168 mAlertingNotificationManager.showNotification(mEntry); in testRemoveNotification_removeDeferred() 179 mAlertingNotificationManager.showNotification(mEntry); in testRemoveNotification_forceRemove() 196 mAlertingNotificationManager.showNotification(entry); in testReleaseAllImmediately() 206 mAlertingNotificationManager.showNotification(mEntry); in testCanRemoveImmediately_notShownLongEnough() 214 mAlertingNotificationManager.showNotification(mEntry); in testShouldExtendLifetime() 222 mAlertingNotificationManager.showNotification(mEntry); in testSetShouldManageLifetime_setShouldManage() 231 mAlertingNotificationManager.showNotification(mEntry); in testSetShouldManageLifetime_setShouldManageCallsRemoval()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpManagerPhoneTest.java | 107 mHeadsUpManager.showNotification(mEntry); in testSnooze() 116 mHeadsUpManager.showNotification(mEntry); in testSwipedOutNotification() 127 mHeadsUpManager.showNotification(mEntry); in testCanRemoveImmediately_swipedOut() 141 mHeadsUpManager.showNotification(mEntry); in testCanRemoveImmediately_notTopEntry() 142 mHeadsUpManager.showNotification(laterEntry); in testCanRemoveImmediately_notTopEntry() 151 mHeadsUpManager.showNotification(mEntry); in testExtendHeadsUp()
|
D | NotificationGroupAlertTransferHelperTest.java | 132 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChild() 154 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain() 178 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged() 198 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferDoesNotAlertChildIfUninflated() 215 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation() 243 mHeadsUpManager.showNotification(summaryEntry); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation() 270 mHeadsUpManager.showNotification(summaryEntry); in testCleanUpPendingAlertInfo() 289 mHeadsUpManager.showNotification(summaryEntry); in testUpdateGroupChangeDoesNotTransfer() 312 mHeadsUpManager.showNotification(summaryEntry); in testUpdateChildToSummaryDoesNotTransfer() 337 mHeadsUpManager.showNotification(summaryEntry); in testOverriddenSummaryHeadsUpTransfersToPriority() [all …]
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | LockdownVpnTracker.java | 185 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 190 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected); in handleStateChangedLocked() 215 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected); in handleStateChangedLocked() 223 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected); in handleStateChangedLocked() 284 private void showNotification(int titleRes, int iconRes) { in showNotification() method in LockdownVpnTracker
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpController.java | 112 mHeadsUpManager.showNotification(entry); in showAlertingView() 132 mHeadsUpViewBinder.bindHeadsUpView(entry, mHeadsUpManager::showNotification); in updateHunState()
|
D | BypassHeadsUpNotifier.kt | 95 headsUpManager.showNotification(it) in <lambda>()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | ShowInstallAppNotificationReceiver.java | 42 InstallCarrierAppUtils.showNotification(context, pkgName); in onReceive()
|
D | InstallCarrierAppUtils.java | 52 static void showNotification(Context context, String pkgName) { in showNotification() method in InstallCarrierAppUtils
|
D | UiccProfile.java | 1387 InstallCarrierAppUtils.showNotification(mContext, pkgName); in showCarrierAppNotificationsIfPossible()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1437 boolean showNotification) { in addCompletedDownload() argument 1439 length, showNotification, false, null, null); in addCompletedDownload() 1483 boolean showNotification, Uri uri, Uri referer) { in addCompletedDownload() argument 1485 length, showNotification, false, uri, referer); in addCompletedDownload() 1508 boolean showNotification, boolean allowWrite) { in addCompletedDownload() argument 1510 length, showNotification, allowWrite, null, null); in addCompletedDownload() 1533 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) { in addCompletedDownload() argument 1566 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ? in addCompletedDownload()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinatorTest.java | 194 verify(mHeadsUpManager).showNotification(mEntry); in testShowHUNOnInflationFinished() 208 verify(mHeadsUpManager, never()).showNotification(mEntry); in testNoHUNOnInflationFinished()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | MtpNotificationManager.java | 76 void showNotification(UsbDevice device) { in showNotification() method in MtpNotificationManager
|
D | UsbProfileGroupSettingsManager.java | 907 mMtpNotificationManager.showNotification(device); in resolveActivity()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerTest.java | 87 mHeadsUpManager.showNotification(mEntry); in testShowNotification_autoDismissesWithAccessibilityTimeout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinator.java | 101 mHeadsUpManager.showNotification(entry); in onHeadsUpViewBound()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | AlertingNotificationManager.java | 63 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() method in AlertingNotificationManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 613 mHeadsUpManager.showNotification(entry); in alertNotificationWhenPossible()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 1179 String packageName, boolean showNotification, int userId) { in PackageDeleteObserverAdapter() argument 1183 if (showNotification) { in PackageDeleteObserverAdapter()
|
D | PackageInstallerSession.java | 4376 boolean showNotification, int userId, String basePackageName, int returnCode, in sendOnPackageInstalled() argument 4378 if (INSTALL_SUCCEEDED == returnCode && showNotification) { in sendOnPackageInstalled()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 1439 final boolean showNotification = mIsBootComplete in showZenUpgradeNotification() 1452 if (showNotification) { in showZenUpgradeNotification()
|
/frameworks/base/services/ |
D | art-profile | 41316 PLcom/android/server/usb/MtpNotificationManager;->showNotification(Landroid/hardware/usb/UsbDevice;…
|