/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleBackupHelperTest.java | 138 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_widgetId_twoDigits() local 145 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_valid() local 152 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_validWithSlashes() local 159 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_peopleTileKey_negativeNumber() local 166 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri() local 173 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri_valid() local 180 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_contactUri_invalidPackageName() local 187 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown_unexpectedValueForPeopleTileKey() local 194 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown_unexpectedValueForContactUri() local 201 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>( in testGetKeyType_unknown() local [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImplTest.java | 194 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUpAwake() local 205 NotificationEntry entry = new NotificationEntryBuilder() in testShouldNotHeadsUp_suppressedForGroups() local 293 NotificationEntry entry = createNotification(IMPORTANCE_LOW); in testShouldNotHeadsUpWhenDozing_lessImportant() local 301 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp() local 329 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUp_filtered() local 341 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUp_suppressPeek() local 367 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUp_deviceNotInUse() local 386 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUp_headsUpSuppressed() local 397 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUpAwake_awakeInterruptsSuppressed() local 432 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp_oldWhen_whenNow() local [all …]
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | StringPool.h | 41 struct entry { struct 42 entry() : offset(0) { } in entry() argument 43 explicit entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry() function 44 entry(const entry& o) : value(o.value), offset(o.offset), in entry() argument 57 int compare(const entry& o) const; argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
H A D | HighPriorityProvider.java | 69 public boolean isHighPriority(@Nullable ListEntry entry) { in isHighPriority() 82 public boolean isExplicitlyHighPriority(@Nullable ListEntry entry) { in isExplicitlyHighPriority() 86 private boolean isHighPriority(@Nullable ListEntry entry, boolean allowImplicit) { in isHighPriority() 104 public boolean isHighPriorityConversation(@NonNull ListEntry entry) { in isHighPriorityConversation() 121 private boolean isNotificationEntryWithAtLeastOneImportantChild(@NonNull ListEntry entry) { in isNotificationEntryWithAtLeastOneImportantChild() 132 private boolean hasHighPriorityChild(ListEntry entry, boolean allowImplicit) { in hasHighPriorityChild() 149 private boolean hasHighPriorityCharacteristics(NotificationEntry entry) { in hasHighPriorityCharacteristics() 156 private boolean isMessagingStyle(NotificationEntry entry) { in isMessagingStyle() 160 private boolean isPeopleNotification(NotificationEntry entry) { in isPeopleNotification() 165 private boolean hasUserSetImportance(NotificationEntry entry) { in hasUserSetImportance()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | GroupMembershipManagerImpl.java | 35 public boolean isGroupSummary(NotificationEntry entry) { in isGroupSummary() 40 public NotificationEntry getGroupSummary(NotificationEntry entry) { in getGroupSummary() 49 public boolean isChildInGroup(NotificationEntry entry) { in isChildInGroup() 54 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() 64 public List<NotificationEntry> getChildren(ListEntry entry) { in getChildren() 77 private boolean isEntryTopLevel(NotificationEntry entry) { in isEntryTopLevel()
|
H A D | GroupMembershipManager.java | 34 boolean isGroupSummary(NotificationEntry entry); in isGroupSummary() 40 NotificationEntry getGroupSummary(NotificationEntry entry); in getGroupSummary() 49 default NotificationEntry getLogicalGroupSummary(NotificationEntry entry) { in getLogicalGroupSummary() 56 boolean isChildInGroup(NotificationEntry entry); in isChildInGroup() 61 boolean isOnlyChildInGroup(NotificationEntry entry); in isOnlyChildInGroup()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | DismissibilityCoordinatorTest.kt | 75 val entry = regex 89 val entry = regex 106 val entry = regex 123 val entry = regex 140 val entry = regex 193 val entry = regex 213 val entry = regex 233 val entry = regex 248 val entry = regex 263 val entry = regex [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | BindStage.java | 50 protected abstract void executeStage( in executeStage() 60 protected abstract void abortStage( in abortStage() 68 public final @NonNull Params getStageParams(@NonNull NotificationEntry entry) { in getStageParams() 90 public final @Nullable Params tryGetStageParams(@NonNull NotificationEntry entry) { in tryGetStageParams() 97 final void createStageParams(@NonNull NotificationEntry entry) { in createStageParams() 104 final void deleteStageParams(@NonNull NotificationEntry entry) { in deleteStageParams() 122 void onStageFinished(NotificationEntry entry); in onStageFinished()
|
H A D | NotifRemoteViewCache.java | 38 boolean hasCachedView(NotificationEntry entry, @InflationFlag int flag); in hasCachedView() 47 @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag); in getCachedView() 57 NotificationEntry entry, in putCachedView() 67 void removeCachedView(NotificationEntry entry, @InflationFlag int flag); in removeCachedView() 74 void clearCache(NotificationEntry entry); in clearCache()
|
H A D | NotifInflationErrorManager.java | 50 public void setInflationError(NotificationEntry entry, Exception e) { in setInflationError() 60 public void clearInflationError(NotificationEntry entry) { in clearInflationError() 72 public boolean hasInflationError(@NonNull NotificationEntry entry) { in hasInflationError() 93 void onNotifInflationError(NotificationEntry entry, Exception e); in onNotifInflationError() 98 default void onNotifInflationErrorCleared(NotificationEntry entry) {} in onNotifInflationErrorCleared()
|
H A D | NotifBindPipeline.java | 112 public void manageRow( in manageRow() 128 private void onBindRequested( in onBindRequested() 157 private void requestPipelineRun(NotificationEntry entry) { in requestPipelineRun() 180 private void startPipeline(NotificationEntry entry) { in startPipeline() 193 private void onPipelineComplete(NotificationEntry entry) { in onPipelineComplete() 230 private @NonNull BindEntry getBindEntry(NotificationEntry entry) { in getBindEntry() 242 void onBindFinished(NotificationEntry entry); in onBindFinished() 263 NotificationEntry entry = (NotificationEntry) msg.obj; in handleMessage() local
|
H A D | NotifRemoteViewCacheImpl.java | 47 public boolean hasCachedView(NotificationEntry entry, @InflationFlag int flag) { in hasCachedView() 52 public @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag) { in getCachedView() 62 NotificationEntry entry, in putCachedView() 78 public void removeCachedView(NotificationEntry entry, @InflationFlag int flag) { in removeCachedView() 87 public void clearCache(NotificationEntry entry) { in clearCache()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifInflaterImpl.java | 61 public void inflateViews(@NonNull NotificationEntry entry, @NonNull Params params, in inflateViews() 68 public void rebindViews(@NonNull NotificationEntry entry, @NonNull Params params, in rebindViews() 75 private void inflateViewsImpl(@NonNull NotificationEntry entry, @NonNull Params params, in inflateViewsImpl() 89 public boolean abortInflation(NotificationEntry entry) { in abortInflation() 98 public void releaseViews(@NonNull NotificationEntry entry) { in releaseViews() 114 public void onAsyncInflationFinished(NotificationEntry entry) { in wrapInflationCallback()
|
H A D | NotifCollection.java | 343 NotificationEntry entry, in dismissNotification() 368 NotificationEntry entry = entries.get(i); in dismissAllNotifications() local 393 NotificationEntry entry = entries.get(i); in locallyDismissNotifications() local 516 mNotificationSet.put(sbn.getKey(), entry); in postNotification() local 601 private boolean isDismissable(NotificationEntry entry) { in isDismissable() 611 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup() 702 @NonNull NotificationEntry entry) { in onEndLifetimeExtension() 744 private boolean isLifetimeExtended(NotificationEntry entry) { in isLifetimeExtended() 771 private void cancelLocalDismissal(NotificationEntry entry) { in cancelLocalDismissal() 789 NotificationEntry entry, in onEndDismissInterception() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionListener.java | 38 default void onEntryBind(NotificationEntry entry, StatusBarNotification sbn) { in onEntryBind() 49 default void onEntryInit(@NonNull NotificationEntry entry) { in onEntryInit() 55 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() 65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() 73 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() 81 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() 93 default void onEntryCleanUp(@NonNull NotificationEntry entry) { in onEntryCleanUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryListener.java | 38 default void onPendingEntryAdded(NotificationEntry entry) { in onPendingEntryAdded() 44 default void onNotificationAdded(@NonNull NotificationEntry entry) { in onNotificationAdded() 54 default void onPreEntryUpdated(NotificationEntry entry) { in onPreEntryUpdated() 60 default void onPostEntryUpdated(@NonNull NotificationEntry entry) { in onPostEntryUpdated() 66 default void onEntryInflated(NotificationEntry entry) { in onEntryInflated() 75 default void onEntryReinflated(NotificationEntry entry) { in onEntryReinflated() 94 default void onEntryRemoved( in onEntryRemoved()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManagerTest.kt | 92 val entry = notificationEntry(true, true, true) regex 102 val entry = notificationEntry(false, true, true) regex 112 val entry = notificationEntry(false, false, true) regex 122 val entry = notificationEntry(false, false, false) regex 132 val entry = notificationEntry(true, true, true) regex 141 val entry = notificationEntry(true, false, false) regex 154 val entry = notificationEntry(true, false, false) regex 204 val entry = builder.build() regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenterTest.java | 142 NotificationEntry entry = new NotificationEntryBuilder() in testNoSuppressHeadsUp_default() local 155 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_disabledStatusBar() local 172 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_disabledNotificationShade() local 192 NotificationEntry entry = new NotificationEntryBuilder() in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard() local 207 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressInterruptions_vrMode() local 222 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressInterruptions_statusBarAlertsDisabled() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputController.java | 127 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() 154 public void removeRemoteInput(NotificationEntry entry, Object token) { in removeRemoteInput() 221 private void apply(NotificationEntry entry) { in apply() 234 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() 288 public void remoteInputSent(NotificationEntry entry) { in remoteInputSent() 303 NotificationEntry entry = mOpen.get(i).first.get(); in closeRemoteInputs() local 310 NotificationEntry entry = list.get(i); in closeRemoteInputs() local 321 public void lockScrollTo(NotificationEntry entry) { in lockScrollTo() 360 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() 370 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProvider.java | 122 boolean shouldHeadsUp(NotificationEntry entry); in shouldHeadsUp() 135 boolean checkHeadsUp(NotificationEntry entry, boolean log); in checkHeadsUp() 143 boolean shouldBubbleUp(NotificationEntry entry); in shouldBubbleUp() 151 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded() 165 FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry); in getFullScreenIntentDecision() 173 void logFullScreenIntentDecision(NotificationEntry entry, FullScreenIntentDecision decision); in logFullScreenIntentDecision()
|
H A D | NotificationInterruptStateProviderImpl.java | 174 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp() 202 public boolean shouldHeadsUp(NotificationEntry entry) { in shouldHeadsUp() 207 public boolean checkHeadsUp(NotificationEntry entry, boolean log) { in checkHeadsUp() 220 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded() 246 public FullScreenIntentDecision getFullScreenIntentDecision(@NonNull NotificationEntry entry) { in getFullScreenIntentDecision() 344 public void logFullScreenIntentDecision(NotificationEntry entry, in logFullScreenIntentDecision() 383 private boolean shouldHeadsUpWhenAwake(NotificationEntry entry, boolean log) { in shouldHeadsUpWhenAwake() 470 private boolean shouldHeadsUpWhenDozing(NotificationEntry entry, boolean log) { in shouldHeadsUpWhenDozing() 517 private boolean canAlertCommon(NotificationEntry entry, boolean log) { in canAlertCommon() 543 private boolean canAlertHeadsUpCommon(NotificationEntry entry, boolean log) { in canAlertHeadsUpCommon() [all …]
|
/aosp14/system/core/fs_mgr/tests/ |
H A D | fs_mgr_test.cpp | 267 auto& entry = fstab[i]; in TEST() local 496 auto entry = fstab.begin(); in TEST() local 568 auto entry = fstab.begin(); in TEST() local 591 auto entry = fstab.begin(); in TEST() local 631 auto entry = fstab.begin(); in TEST() local 657 auto entry = fstab.begin(); in TEST() local 687 auto entry = fstab.begin(); in TEST() local 734 auto entry = fstab.begin(); in TEST() local 755 auto entry = fstab.begin(); in TEST() local 783 auto entry = fstab.begin(); in TEST() local [all …]
|
/aosp14/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 highImportanceConversation() local 122 final NotificationEntry entry = new NotificationEntryBuilder() in lowImportanceConversation() local 159 final NotificationEntry entry = new NotificationEntryBuilder() in messagingStyle() local 177 final NotificationEntry entry = new NotificationEntryBuilder() in lowImportanceForeground() local 200 final NotificationEntry entry = new NotificationEntryBuilder() in userChangeTrumpsHighPriorityCharacteristics() local
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | ResEntryWriter.h | 36 const ResourceTableEntryView* entry; member 47 ResTable_entry entry; member 92 int32_t Write(const FlatEntry* entry) { in Write() 128 int32_t WriteItem(const FlatEntry* entry) override { in WriteItem() 133 int32_t WriteMap(const FlatEntry* entry) override { in WriteMap() 152 int32_t WriteItem(const FlatEntry* entry) override { in WriteItem() 168 int32_t WriteMap(const FlatEntry* entry) override { in WriteMap()
|
/aosp14/frameworks/base/tools/aapt/tests/ |
H A D | AaptGroupEntry_test.cpp | 25 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName, in TestParse() 33 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input, in TestParse() 39 AaptGroupEntry entry; in TEST() local 46 AaptGroupEntry entry; in TEST() local
|