/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinatorTest.kt | 367 verify(headsUpManager, never()).showNotification(entry) in <lambda>() 373 verify(headsUpManager).showNotification(entry) in <lambda>() 386 verify(headsUpManager, never()).showNotification(entry) in <lambda>() 403 verify(headsUpManager).showNotification(entry) in <lambda>() 420 verify(headsUpManager, never()).showNotification(any()) in <lambda>() 457 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>() 458 verify(headsUpManager).showNotification(groupSibling1) in <lambda>() 479 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>() 480 verify(headsUpManager).showNotification(groupChild1) in <lambda>() 504 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | BaseHeadsUpManagerTest.java | 158 bhum.showNotification(entry); in testHasNotifications_headsUpManagerMapNotEmpty_true() 215 alm.showNotification(entry); in testShowNotification_addsEntry() 227 alm.showNotification(entry); in testShowNotification_autoDismisses() 238 alm.showNotification(entry); in testRemoveNotification_removeDeferred() 251 alm.showNotification(entry); in testRemoveNotification_forceRemove() 265 alm.showNotification(entry); in testReleaseAllImmediately() 278 alm.showNotification(entry); in testCanRemoveImmediately_notShownLongEnough() 305 hum.showNotification(notifEntry); in testShouldHeadsUpBecomePinned_hasFSI_notUnpinned_true() 321 hum.showNotification(notifEntry); in testShouldHeadsUpBecomePinned_wasUnpinned_false() 345 hum.showNotification(entry); in testShowNotification_autoDismissesIncludingTouchAcceptanceDelay() [all …]
|
D | HeadsUpManagerPhoneTest.java | 178 hmp.showNotification(entry); in testSnooze() 189 hmp.showNotification(entry); in testSwipedOutNotification() 205 hmp.showNotification(entry); in testCanRemoveImmediately_swipedOut() 222 hmp.showNotification(earlierEntry); in testCanRemoveImmediately_notTopEntry() 223 hmp.showNotification(laterEntry); in testCanRemoveImmediately_notTopEntry() 234 hmp.showNotification(entry); in testExtendHeadsUp()
|
/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/services/core/java/com/android/server/devicestate/ |
D | DeviceStateNotificationController.java | 113 showNotification( in showStateActiveNotificationIfNeeded() 137 showNotification( in showThermalCriticalNotificationIfNeeded() 161 showNotification( in showPowerSaveNotificationIfNeeded() 199 private void showNotification( in showNotification() method in DeviceStateNotificationController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
D | TaskSwitcherNotificationCoordinator.kt | 58 is Showing -> showNotification(uiState) in <lambda>() 86 private fun showNotification(uiState: Showing) { in <lambda>() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | ShowInstallAppNotificationReceiver.java | 42 InstallCarrierAppUtils.showNotification(context, pkgName); in onReceive()
|
D | InstallCarrierAppUtils.java | 53 static void showNotification(Context context, String pkgName) { in showNotification() method in InstallCarrierAppUtils
|
D | UiccProfile.java | 1411 InstallCarrierAppUtils.showNotification(mContext, pkgName); in showCarrierAppNotificationsIfPossible()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.kt | 175 fun showNotification(entry: NotificationEntry) in addHeadsUpPhoneListener() method 238 override fun showNotification(entry: NotificationEntry) {} in onHeadsUpAnimatingAwayStateChanged() method in com.android.systemui.statusbar.policy.HeadsUpManagerEmptyImpl
|
D | BaseHeadsUpManager.java | 167 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() method in BaseHeadsUpManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | BiometricNotificationService.java | 198 () -> showNotification(ACTION_SHOW_FACE_REENROLL_DIALOG, title, content, name, in queueFaceReenrollNotification() 211 () -> showNotification(ACTION_SHOW_FINGERPRINT_REENROLL_DIALOG, title, content, in queueFingerprintReenrollNotification() 216 private void showNotification(String action, CharSequence title, CharSequence content, in showNotification() method in BiometricNotificationService
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1443 boolean showNotification) { in addCompletedDownload() argument 1445 length, showNotification, false, null, null); in addCompletedDownload() 1489 boolean showNotification, Uri uri, Uri referer) { in addCompletedDownload() argument 1491 length, showNotification, false, uri, referer); in addCompletedDownload() 1514 boolean showNotification, boolean allowWrite) { in addCompletedDownload() argument 1516 length, showNotification, allowWrite, null, null); in addCompletedDownload() 1539 boolean showNotification, boolean allowWrite, Uri uri, Uri referer) { in addCompletedDownload() argument 1572 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ? in addCompletedDownload()
|
/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 | 936 mMtpNotificationManager.showNotification(device); in resolveActivity()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayManagerShellCommand.java | 62 return showNotification(); in onCommand() 279 private int showNotification() { in showNotification() method in DisplayManagerShellCommand
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
D | TaskSwitcherNotificationCoordinatorTest.kt | 77 fun showNotification() { in showNotification() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuViewLayer.java | 598 showNotification(); in hideMenuAndShowNotification() 601 private void showNotification() { in showNotification() method in MenuViewLayer
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 1872 String packageName, boolean showNotification, int userId) { 1873 this(context, target, packageName, showNotification, userId, 1878 String packageName, boolean showNotification, int userId, 1883 if (showNotification) {
|
D | PackageInstallerSession.java | 5460 boolean showNotification, int userId, String basePackageName, int returnCode, 5462 if (INSTALL_SUCCEEDED == returnCode && showNotification) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinator.kt | 101 mHeadsUpManager.showNotification(entry) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 2595 final boolean showNotification = mIsSystemServicesReady in showZenUpgradeNotification() 2608 if (showNotification) { in showZenUpgradeNotification()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |