/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | NotificationGroupManagerLegacy.java | 117 public boolean isGroupExpanded(NotificationEntry entry) { in isGroupExpanded() 293 private void onEntryBecomingChild(NotificationEntry entry) { in onEntryBecomingChild() 489 result.put(sbn.getKey(), entry); in getImportantConversations() local 564 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() 608 public boolean isChildInGroup(NotificationEntry entry) { in isChildInGroup() 627 public boolean isGroupSummary(NotificationEntry entry) { in isGroupSummary() 691 public void updateSuppression(NotificationEntry entry) { in updateSuppression() 770 private boolean shouldIsolate(NotificationEntry entry) { in shouldIsolate() 799 private void isolateNotification(NotificationEntry entry) { in isolateNotification() 822 public void updateIsolation(NotificationEntry entry) { in updateIsolation() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | OnHeadsUpChangedListener.java | 37 default void onHeadsUpPinned(NotificationEntry entry) {} in onHeadsUpPinned() 42 default void onHeadsUpUnPinned(NotificationEntry entry) {} in onHeadsUpUnPinned() 50 default void onHeadsUpStateChanged(@NonNull NotificationEntry entry, boolean isHeadsUp) {} in onHeadsUpStateChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | OnHeadsUpChangedListener.java | 37 default void onHeadsUpPinned(NotificationEntry entry) {} in onHeadsUpPinned() 42 default void onHeadsUpUnPinned(NotificationEntry entry) {} in onHeadsUpUnPinned() 50 default void onHeadsUpStateChanged(@NonNull NotificationEntry entry, boolean isHeadsUp) {} in onHeadsUpStateChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SensitiveContentCoordinatorTest.kt | 97 val entry = fakeNotification(1, false) regex 115 val entry = fakeNotification(1, true) regex 133 val entry = fakeNotification(1, false) regex 151 val entry = fakeNotification(1, false) regex 169 val entry = fakeNotification(1, true) regex 187 val entry = fakeNotification(1, true) regex 207 val entry = fakeNotification(2, true) regex 229 val entry = fakeNotification(2, true) regex
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMGOT.cpp | 40 ARMGOTEntry* entry = new ARMGOTEntry(0, NULL); in createGOT() local 46 ARMGOTEntry* entry = new ARMGOTEntry(0, NULL); in createGOTPLT() local 66 ARMGOTEntry* entry = *it; in finalizeSectionSize() local 80 ARMGOTEntry* entry = *it; in finalizeSectionSize() local 102 SectionData::iterator entry(m_pGOTPLTFront); in applyGOTPLT() local
|
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64GOT.cpp | 43 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOT() local 49 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOTPLT() local 69 AArch64GOTEntry* entry = *it; in finalizeSectionSize() local 83 AArch64GOTEntry* entry = *it; in finalizeSectionSize() local 105 SectionData::iterator entry(m_pGOTPLTFront); in applyGOTPLT() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | HighPriorityProviderTest.java | 71 final NotificationEntry entry = new NotificationEntryBuilder() in highImportance() local 87 final NotificationEntry entry = new NotificationEntryBuilder() in peopleNotification() local 105 final NotificationEntry entry = new NotificationEntryBuilder() in messagingStyle() local 122 final NotificationEntry entry = new NotificationEntryBuilder() in lowImportanceForeground() local 145 final NotificationEntry entry = new NotificationEntryBuilder() in userChangeTrumpsHighPriorityCharacteristics() local
|
/aosp12/system/bt/gd/security/channel/ |
H A D | security_manager_channel.cc | 44 auto entry = link_map_.find(address); in Connect() local 56 auto entry = link_map_.find(address); in Release() local 66 auto entry = link_map_.find(address); in Disconnect() local 106 auto entry = link_map_.find(address); in OnLinkDisconnected() local 119 auto entry = link_map_.find(remote); in OnAuthenticationComplete() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManagerTest.java | 147 protected void verifyAlertingAtTime(AlertingNotificationManager anm, NotificationEntry entry, in verifyAlertingAtTime() 184 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_addsEntry() local 196 final NotificationEntry entry = createEntry(/* id = */ 0); in testShowNotification_autoDismisses() local 209 final NotificationEntry entry = createEntry(/* id = */ 0); in testRemoveNotification_removeDeferred() local 224 final NotificationEntry entry = createEntry(/* id = */ 0); in testRemoveNotification_forceRemove() local 240 final NotificationEntry entry = createEntry(i); in testReleaseAllImmediately() local 253 final NotificationEntry entry = createEntry(/* id = */ 0); in testCanRemoveImmediately_notShownLongEnough() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 211 final NotificationEntry entry = mCollection.getEntry(notif1.key); in testIsOnlyChildInGroup() local 249 NotificationEntry entry = mCollectionListener.getEntry(notif.key); in testCancelNonExistingNotification() local 337 NotificationEntry entry = mCollectionListener.getEntry(notif.key); in testEventDispatchedWhenNotifRemoved() local 1783 public void onEntryInit(NotificationEntry entry) { in onEntryInit() 1787 public void onEntryAdded(NotificationEntry entry) { in onEntryAdded() 1788 mLastSeenEntries.put(entry.getKey(), entry); in onEntryAdded() local 1792 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() 1793 mLastSeenEntries.put(entry.getKey(), entry); in onEntryUpdated() local 1806 public void onEntryCleanUp(NotificationEntry entry) { in onEntryCleanUp() 1848 public boolean maybeExtendLifetime( in maybeExtendLifetime() [all …]
|
/aosp14/system/core/init/ |
H A D | mount_handler.cpp | 61 auto entry = GetEntryForMountPoint(&fstab, "/"); in ParseMount() local 97 for (const auto& entry : std::filesystem::directory_iterator("/sys/block", ec)) { in GetRootDisk() local 106 void SetMountProperty(const MountHandlerEntry& entry, bool add) { in SetMountProperty() 189 auto entry = ParseMount(buf_string); in MountHandlerFunction() local 198 for (auto& entry : untouched) { in MountHandlerFunction() local 202 for (auto& entry : touched) { in MountHandlerFunction() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifDismissInterceptor.java | 45 boolean shouldInterceptDismissal(NotificationEntry entry); in shouldInterceptDismissal() 54 void cancelDismissInterception(NotificationEntry entry); in cancelDismissInterception() 65 NotificationEntry entry, in onEndDismissInterception()
|
H A D | NotifLifetimeExtender.java | 48 boolean shouldExtendLifetime(@NonNull NotificationEntry entry, @CancellationReason int reason); in shouldExtendLifetime() 56 void cancelLifetimeExtension(@NonNull NotificationEntry entry); in cancelLifetimeExtension() 66 @NonNull NotificationEntry entry); in onEndLifetimeExtension()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifDismissInterceptor.java | 45 boolean shouldInterceptDismissal(NotificationEntry entry); in shouldInterceptDismissal() 54 void cancelDismissInterception(NotificationEntry entry); in cancelDismissInterception() 65 NotificationEntry entry, in onEndDismissInterception()
|
H A D | NotifLifetimeExtender.java | 48 boolean maybeExtendLifetime(@NonNull NotificationEntry entry, @CancellationReason int reason); in maybeExtendLifetime() 56 void cancelLifetimeExtension(@NonNull NotificationEntry entry); in cancelLifetimeExtension() 66 @NonNull NotificationEntry entry); in onEndLifetimeExtension()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 418 void onEntryAdded(NotificationEntry entry) { in onEntryAdded() 424 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() 428 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() 437 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in onRankingUpdate() local 454 NotificationEntry entry, in getDismissedByUserStats() 470 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() 495 cb.removeNotification(entry, getDismissedByUserStats(entry, true), in handleDismissalInterception() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AlertingNotificationManager.java | 63 public void showNotification(@NonNull NotificationEntry entry) { in showNotification() 142 AlertEntry entry = mAlertEntries.get(key); in getEntry() local 182 protected final void addAlertEntry(@NonNull NotificationEntry entry) { in addAlertEntry() 206 NotificationEntry entry = alertEntry.mEntry; in removeAlertEntry() local 260 public boolean shouldExtendLifetime(NotificationEntry entry) { in shouldExtendLifetime() 265 public void setShouldManageLifetime(NotificationEntry entry, boolean shouldExtend) { in setShouldManageLifetime() 285 public void setEntry(@NonNull final NotificationEntry entry) { in setEntry() 289 public void setEntry(@NonNull final NotificationEntry entry, in setEntry()
|
H A D | NotificationRemoteInputManager.java | 584 void onPerformRemoveNotification(NotificationEntry entry, final String key) { in onPerformRemoveNotification() 595 public void cleanUpRemoteInputForUserRemoval(NotificationEntry entry) { in cleanUpRemoteInputForUserRemoval() 616 public boolean shouldKeepForRemoteInputHistory(NotificationEntry entry) { in shouldKeepForRemoteInputHistory() 639 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory() 678 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() 789 void onRemoteInputSent(@NonNull NotificationEntry entry); in onRemoteInputSent() 856 public void onRemoteInputSent(@NonNull NotificationEntry entry) { in onRemoteInputSent() 893 public void releaseNotificationIfKeptForRemoteInputHistory( in releaseNotificationIfKeptForRemoteInputHistory() 944 public void setShouldManageLifetime(NotificationEntry entry, in setShouldManageLifetime() 985 public void setShouldManageLifetime(NotificationEntry entry, in setShouldManageLifetime() [all …]
|
H A D | RemoteInputNotificationRebuilder.java | 56 public StatusBarNotification rebuildForSendingSmartReply(NotificationEntry entry, in rebuildForSendingSmartReply() 70 NotificationEntry entry) { in rebuildForCanceledSmartReplies() 81 public StatusBarNotification rebuildForRemoteInputReply(NotificationEntry entry) { in rebuildForRemoteInputReply() 97 StatusBarNotification rebuildWithRemoteInputInserted(NotificationEntry entry, in rebuildWithRemoteInputInserted()
|
/aosp12/system/libziparchive/ |
H A D | zip_archive_stream_entry.cc | 41 bool ZipArchiveStreamEntry::Init(const ZipEntry& entry) { in Init() 67 bool ZipArchiveStreamEntryUncompressed::Init(const ZipEntry& entry) { in Init() 149 bool ZipArchiveStreamEntryCompressed::Init(const ZipEntry& entry) { in Init() 280 bool ZipArchiveStreamEntryRawCompressed::Init(const ZipEntry& entry) { in Init() 294 const ZipEntry& entry) { in Create() 310 const ZipEntry& entry) { in CreateRaw()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilder.java | 56 public StatusBarNotification rebuildForSendingSmartReply(NotificationEntry entry, in rebuildForSendingSmartReply() 70 NotificationEntry entry) { in rebuildForCanceledSmartReplies() 81 public StatusBarNotification rebuildForRemoteInputReply(NotificationEntry entry) { in rebuildForRemoteInputReply() 97 StatusBarNotification rebuildWithRemoteInputInserted(NotificationEntry entry, in rebuildWithRemoteInputInserted()
|
/aosp12/system/core/init/ |
H A D | mount_handler.cpp | 56 auto entry = GetEntryForMountPoint(&fstab, "/"); in ParseMount() local 70 void SetMountProperty(const MountHandlerEntry& entry, bool add) { in SetMountProperty() 137 auto entry = ParseMount(buf_string); in MountHandlerFunction() local 146 for (auto& entry : untouched) { in MountHandlerFunction() local 150 for (auto& entry : touched) { in MountHandlerFunction() local
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_remount.cpp | 63 bool remountable_partition(const android::fs_mgr::FstabEntry& entry) { in remountable_partition() 72 const std::string system_mount_point(const android::fs_mgr::FstabEntry& entry) { in system_mount_point() 78 const android::fs_mgr::FstabEntry& entry) { in is_wrapped() 81 [&mount_point](const auto& entry) { in is_wrapped() 210 if (auto entry = GetEntryForMountPoint(&mounts, "/")) { in do_remount() local 242 for (auto const& entry : fstab) { in do_remount() local 257 auto find_part = [&partition](const auto& entry) { in do_remount() 299 auto& entry = *it; in do_remount() local 406 for (auto& entry : partitions) { in do_remount() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenterTest.java | 142 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_disabledStatusBar() local 159 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_disabledNotificationShade() local 177 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressInterruptions_vrMode() local 192 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressInterruptions_statusBarAlertsDisabled() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | GroupExpansionManagerImpl.java | 70 public boolean isGroupExpanded(NotificationEntry entry) { in isGroupExpanded() 75 public void setGroupExpanded(NotificationEntry entry, boolean expanded) { in setGroupExpanded() 87 public boolean toggleGroupExpansion(NotificationEntry entry) { in toggleGroupExpansion() 108 private void sendOnGroupExpandedChange(NotificationEntry entry, boolean expanded) { in sendOnGroupExpandedChange()
|