| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
| D | NotificationInterruptStateProviderImplTest.java | 164 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testDefaultSuppressorDoesNotSuppress() local 176 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUpAwake() local 186 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpAwake_flteredOut() local 200 NotificationEntry entry = new NotificationEntryBuilder() in testShouldNotHeadsUp_suppressedForGroups() local 220 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing() local 233 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_pulseDisabled() local 246 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_notDozing() local 258 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_suppressingAmbient() local 272 NotificationEntry entry = createNotification(IMPORTANCE_LOW); in testShouldNotHeadsUpWhenDozing_lessImportant() local 280 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp() local [all …]
|
| /frameworks/base/tools/aapt/ |
| D | StringPool.h | 41 struct entry { struct 42 entry() : offset(0) { } in entry() function 43 explicit entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry() argument 44 entry(const entry& o) : value(o.value), offset(o.offset), in entry() function 57 int compare(const entry& o) const; argument
|
| /frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
| D | VCardJapanizationTests.java | 37 ContactEntry entry = mVerifier.addInputEntry(); in testNameUtf8Common() local 65 ContactEntry entry = mVerifier.addInputEntry(); in testNameShiftJis() local 87 ContactEntry entry = mVerifier.addInputEntry(); in testNameDoCoMo() local 113 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameCommon() local 165 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameForMobileV21_1() local 189 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameForMobileV21_2() local 206 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAddressWithJapaneseCommon() local 255 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_1() local 283 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_2() local 308 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_3() local [all …]
|
| D | VCardExporterTests.java | 101 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameUsePrimaryCommon() local 161 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameUseSuperPrimaryCommon() local 231 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNamePhoneticNameCommon() local 296 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameComplicatedCommon() local 447 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneVariousTypeSupport() local 554 ContactEntry entry = mVerifier.addInputEntry(); in testPhonePrefHandlingCommon() local 599 ContactEntry entry = mVerifier.addInputEntry(); in testMiscPhoneTypeHandling() local 698 ContactEntry entry = mVerifier.addInputEntry(); in testEmailVariousTypeSupportCommon() local 732 ContactEntry entry = mVerifier.addInputEntry(); in testEmailPrefHandlingCommon() local 890 ContactEntry entry = mVerifier.addInputEntry(); in testOrganizationCommon() local [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
| D | HighPriorityProvider.java | 67 public boolean isHighPriority(ListEntry entry) { in isHighPriority() 83 private boolean hasHighPriorityChild(ListEntry entry) { in hasHighPriorityChild() 106 private boolean hasHighPriorityCharacteristics(NotificationEntry entry) { in hasHighPriorityCharacteristics() 114 private boolean isImportantOngoing(NotificationEntry entry) { in isImportantOngoing() 119 private boolean isMessagingStyle(NotificationEntry entry) { in isMessagingStyle() 124 private boolean isPeopleNotification(NotificationEntry entry) { in isPeopleNotification() 129 private boolean hasUserSetImportance(NotificationEntry entry) { in hasUserSetImportance()
|
| /frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
| D | StandardWifiEntryTest.java | 173 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testConstructor_scanResults_setsBestLevel() local 211 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateScanResultInfo_mismatchedSsids_throwsException() local 230 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateScanResultInfo_notifiesListener() local 247 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateScanResultInfo_updatesLevel() local 264 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testConstructor_wifiConfig_setsTitle() local 276 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testConstructor_wifiConfig_setsSecurity() local 288 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateConfig_mismatchedSsids_throwsException() local 307 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateConfig_mismatchedSecurity_throwsException() local 325 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateConfig_unsavedToSaved() local 347 final StandardWifiEntry entry = new StandardWifiEntry(mMockContext, mTestHandler, in testUpdateConfig_savedToUnsaved() local [all …]
|
| D | PasspointWifiEntryTest.java | 129 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testGetMeteredChoice_afterSetMeteredChoice_getCorrectValue() local 160 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testGetSummary_connectedWifiNetwork_showsConnected() local 184 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue() local 215 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testGetSpeed_cacheUpdated_speedValueChanges() local 237 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testGetSpeed_connected_useWifiInfoRssiForSpeed() local 255 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testGetSpeed_newScanResults_speedValueChanges() local 287 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testGetMacAddress_wifiInfoAvailable_usesWifiInfoMacAddress() local 298 PasspointWifiEntry entry = new PasspointWifiEntry(mMockContext, mTestHandler, in testIsAutoJoinEnabled_nullConfigs_returnsFalse() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
| D | NotificationEntryListener.java | 36 default void onPendingEntryAdded(NotificationEntry entry) { in onPendingEntryAdded() 42 default void onNotificationAdded(@NonNull NotificationEntry entry) { in onNotificationAdded() 52 default void onPreEntryUpdated(NotificationEntry entry) { in onPreEntryUpdated() 58 default void onPostEntryUpdated(@NonNull NotificationEntry entry) { in onPostEntryUpdated() 64 default void onEntryInflated(NotificationEntry entry) { in onEntryInflated() 73 default void onEntryReinflated(NotificationEntry entry) { in onEntryReinflated() 92 default void onEntryRemoved( in onEntryRemoved()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
| D | NotifCollectionListener.java | 36 default void onEntryBind(NotificationEntry entry, StatusBarNotification sbn) { in onEntryBind() 47 default void onEntryInit(@NonNull NotificationEntry entry) { in onEntryInit() 53 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() 60 default void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() 68 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() 80 default void onEntryCleanUp(@NonNull NotificationEntry entry) { in onEntryCleanUp()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
| D | BindStage.java | 49 protected abstract void executeStage( in executeStage() 59 protected abstract void abortStage( in abortStage() 67 public final Params getStageParams(@NonNull NotificationEntry entry) { in getStageParams() 85 final void createStageParams(@NonNull NotificationEntry entry) { in createStageParams() 92 final void deleteStageParams(@NonNull NotificationEntry entry) { in deleteStageParams() 110 void onStageFinished(NotificationEntry entry); in onStageFinished()
|
| 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()
|
| 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()
|
| D | NotifBindPipeline.java | 112 public void manageRow( in manageRow() 127 private void onBindRequested( in onBindRequested() 156 private void requestPipelineRun(NotificationEntry entry) { in requestPipelineRun() 179 private void startPipeline(NotificationEntry entry) { in startPipeline() 192 private void onPipelineComplete(NotificationEntry entry) { in onPipelineComplete() 229 private @NonNull BindEntry getBindEntry(NotificationEntry entry) { in getBindEntry() 241 void onBindFinished(NotificationEntry entry); in onBindFinished() 262 NotificationEntry entry = (NotificationEntry) msg.obj; in handleMessage() local
|
| 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()
|
| D | NotificationRowContentBinder.java | 44 void bindContent( in bindContent() 58 void cancelBind( in cancelBind() 69 void unbindContent( in unbindContent() 138 void handleInflationException(NotificationEntry entry, Exception e); in handleInflationException() 145 void onAsyncInflationFinished(NotificationEntry entry); in onAsyncInflationFinished()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
| D | IconManagerTest.kt | 92 val entry = notificationEntry(true, true, true) in testCreateIcons_importantConversation_shortcutIcon() constant 102 val entry = notificationEntry(false, true, true) in testCreateIcons_importantConversation_messageIcon() constant 112 val entry = notificationEntry(false, false, true) in testCreateIcons_importantConversation_largeIcon() constant 122 val entry = notificationEntry(false, false, false) in testCreateIcons_importantConversation_smallIcon() constant 132 val entry = notificationEntry(true, true, true) in testCreateIcons_notImportantConversation() constant 141 val entry = notificationEntry(true, false, false) in testCreateIcons_sensitiveImportantConversation() constant 154 val entry = notificationEntry(true, false, false) in testUpdateIcons_sensitivityChange() constant 204 val entry = builder.build() in notificationEntry() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
| D | NotifCollection.java | 231 NotificationEntry entry = entriesToDismiss.get(i).first; in dismissNotifications() local 278 NotificationEntry entry, in dismissNotification() 301 NotificationEntry entry = entries.get(i); in dismissAllNotifications() local 325 NotificationEntry entry = entries.get(i); in locallyDismissNotifications() local 383 final NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in onNotificationRemoved() local 410 NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in postNotification() local 417 mNotificationSet.put(sbn.getKey(), entry); in postNotification() local 449 private boolean tryRemoveNotification(NotificationEntry entry) { in tryRemoveNotification() 522 private void onEndLifetimeExtension(NotifLifetimeExtender extender, NotificationEntry entry) { in onEndLifetimeExtension() 549 private void cancelLifetimeExtension(NotificationEntry entry) { in cancelLifetimeExtension() [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
| D | NotifInflater.java | 32 void rebindViews(NotificationEntry entry, InflationCallback callback); in rebindViews() 40 void inflateViews(NotificationEntry entry, InflationCallback callback); in inflateViews() 46 void abortInflation(NotificationEntry entry); in abortInflation() 52 void onInflationFinished(NotificationEntry entry); in onInflationFinished()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | RemoteInputController.java | 111 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() 132 public void removeRemoteInput(NotificationEntry entry, Object token) { in removeRemoteInput() 183 private void apply(NotificationEntry entry) { in apply() 195 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() 245 public void remoteInputSent(NotificationEntry entry) { in remoteInputSent() 260 NotificationEntry entry = mOpen.get(i).first.get(); in closeRemoteInputs() local 267 NotificationEntry entry = list.get(i); in closeRemoteInputs() local 278 public void lockScrollTo(NotificationEntry entry) { in lockScrollTo() 293 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent() 300 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() [all …]
|
| /frameworks/base/tools/aapt/tests/ |
| D | AaptGroupEntry_test.cpp | 26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName, in TestParse() 34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input, in TestParse() 40 AaptGroupEntry entry; in TEST() local 47 AaptGroupEntry entry; in TEST() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
| D | NotificationInterruptSuppressor.java | 39 default boolean suppressAwakeHeadsUp(NotificationEntry entry) { in suppressAwakeHeadsUp() 50 default boolean suppressAwakeInterruptions(NotificationEntry entry) { in suppressAwakeInterruptions() 61 default boolean suppressInterruptions(NotificationEntry entry) { in suppressInterruptions()
|
| D | NotificationInterruptStateProvider.java | 37 boolean shouldHeadsUp(NotificationEntry entry); in shouldHeadsUp() 45 boolean shouldBubbleUp(NotificationEntry entry); in shouldBubbleUp() 53 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded()
|
| D | NotificationInterruptStateProviderImpl.java | 131 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp() 164 public boolean shouldHeadsUp(NotificationEntry entry) { in shouldHeadsUp() 177 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded() 183 private boolean shouldHeadsUpWhenAwake(NotificationEntry entry) { in shouldHeadsUpWhenAwake() 265 private boolean shouldHeadsUpWhenDozing(NotificationEntry entry) { in shouldHeadsUpWhenDozing() 311 private boolean canAlertCommon(NotificationEntry entry) { in canAlertCommon() 355 private boolean canAlertAwakeCommon(NotificationEntry entry) { in canAlertAwakeCommon()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | DisplayWindowSettings.java | 164 Entry entry; in getEntry() local 178 final Entry entry = getEntry(displayInfo); in getOrCreateEntry() local 187 private Entry updateIdentifierForEntry(Entry entry, DisplayInfo displayInfo) { in updateIdentifierForEntry() 196 final Entry entry = getOrCreateEntry(displayInfo); in setUserRotation() local 211 final Entry entry = getOrCreateEntry(displayInfo); in setForcedSize() local 226 final Entry entry = getOrCreateEntry(displayInfo); in setForcedDensity() local 239 final Entry entry = getOrCreateEntry(displayInfo); in setForcedScalingMode() local 246 final Entry entry = getOrCreateEntry(displayInfo); in setFixedToUserRotation() local 251 private int getWindowingModeLocked(Entry entry, DisplayContent dc) { in getWindowingModeLocked() 272 final Entry entry = getEntry(displayInfo); in getWindowingModeLocked() local [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| 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()
|