Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleBackupHelperTest.java132 Map.Entry<String, ?> entry = new AbstractMap.SimpleEntry<>(WIDGET_ID_STRING, "contact"); in testGetKeyType_widgetId() local
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
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java174 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testDefaultSuppressorDoesNotSuppress() local
186 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUpAwake() local
197 NotificationEntry entry = new NotificationEntryBuilder() in testShouldNotHeadsUp_suppressedForGroups() local
217 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing() local
230 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_pulseDisabled() local
243 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_notDozing() local
255 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_suppressingAmbient() local
269 NotificationEntry entry = createNotification(IMPORTANCE_LOW); in testShouldNotHeadsUpWhenDozing_lessImportant() local
277 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp() local
305 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldNotHeadsUp_filtered() local
[all …]
/frameworks/base/tools/aapt/
DStringPool.h41 struct entry { struct
42 entry() : offset(0) { } in entry() function
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
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java38 ContactEntry entry = mVerifier.addInputEntry(); in testNameUtf8Common() local
66 ContactEntry entry = mVerifier.addInputEntry(); in testNameShiftJis() local
88 ContactEntry entry = mVerifier.addInputEntry(); in testNameDoCoMo() local
114 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameCommon() local
166 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameForMobileV21_1() local
190 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneticNameForMobileV21_2() local
207 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAddressWithJapaneseCommon() local
256 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_1() local
284 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_2() local
309 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAdrressForDoCoMo_3() local
[all …]
DVCardExporterTests.java102 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameUsePrimaryCommon() local
162 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameUseSuperPrimaryCommon() local
232 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNamePhoneticNameCommon() local
297 final ContactEntry entry = mVerifier.addInputEntry(); in testStructuredNameComplicatedCommon() local
448 ContactEntry entry = mVerifier.addInputEntry(); in testPhoneVariousTypeSupport() local
555 ContactEntry entry = mVerifier.addInputEntry(); in testPhonePrefHandlingCommon() local
600 ContactEntry entry = mVerifier.addInputEntry(); in testMiscPhoneTypeHandling() local
699 ContactEntry entry = mVerifier.addInputEntry(); in testEmailVariousTypeSupportCommon() local
733 ContactEntry entry = mVerifier.addInputEntry(); in testEmailPrefHandlingCommon() local
892 ContactEntry entry = mVerifier.addInputEntry(); in testPostalAddressTypeHandlingCommon() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerImpl.java35 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()
DGroupMembershipManager.java34 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DBindStage.java50 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()
DNotifRemoteViewCache.java38 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()
DNotifInflationErrorManager.java50 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()
DNotifBindPipeline.java112 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
DNotifRemoteViewCacheImpl.java47 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java38 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java66 public boolean isHighPriority(ListEntry entry) { in isHighPriority()
82 private boolean hasHighPriorityChild(ListEntry entry) { in hasHighPriorityChild()
100 private boolean hasHighPriorityCharacteristics(NotificationEntry entry) { in hasHighPriorityCharacteristics()
107 private boolean isMessagingStyle(NotificationEntry entry) { in isMessagingStyle()
111 private boolean isPeopleNotification(NotificationEntry entry) { in isPeopleNotification()
116 private boolean hasUserSetImportance(NotificationEntry entry) { in hasUserSetImportance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java38 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt92 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/
DNotifCollection.java279 NotificationEntry entry = entriesToDismiss.get(i).first; in dismissNotifications() local
333 NotificationEntry entry, in dismissNotification()
357 NotificationEntry entry = entries.get(i); in dismissAllNotifications() local
381 NotificationEntry entry = entries.get(i); in locallyDismissNotifications() local
439 final NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in onNotificationRemoved() local
476 NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in postNotification() local
483 mNotificationSet.put(sbn.getKey(), entry); in postNotification() local
515 private boolean tryRemoveNotification(NotificationEntry entry) { in tryRemoveNotification()
568 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup()
603 currentEntriesWithoutRankings.put(entry.getKey(), entry); in applyRanking() local
[all …]
DNotifInflaterImpl.java55 public void rebindViews(@NonNull NotificationEntry entry, @NonNull Params params, in rebindViews()
65 public void inflateViews(@NonNull NotificationEntry entry, @NonNull Params params, in inflateViews()
78 public boolean abortInflation(NotificationEntry entry) { in abortInflation()
83 public void releaseViews(@NonNull NotificationEntry entry) { in releaseViews()
98 public void onAsyncInflationFinished(NotificationEntry entry) { in wrapInflationCallback()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java167 final StandardWifiEntry entry = new StandardWifiEntry( in testConstructor_scanResults_setsBestLevel() local
211 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateScanResultInfo_mismatchedSsids_throwsException() local
231 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateScanResultInfo_notifiesListener() local
249 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateScanResultInfo_updatesLevel() local
268 final StandardWifiEntry entry = new StandardWifiEntry( in testConstructor_wifiConfig_setsTitle() local
282 final StandardWifiEntry entry = new StandardWifiEntry( in testConstructor_wifiConfig_setsSecurity() local
296 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_mismatchedSsids_throwsException() local
317 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_mismatchedSecurity_throwsException() local
337 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_unsavedToSaved() local
360 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_savedToUnsaved() local
[all …]
DMergedCarrierEntryTest.java69 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testGetConnectedState_wifiInfoMatches_returnsConnected() local
84 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testConnect_disablesNonCarrierMergedWifi() local
98 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testDisconnect_enablesNonCarrierMergedWifiAndTriggersScan() local
110 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testCanConnect_cellIsDefaultRoute_returnsFalse() local
124 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testGetSsid_connected_returnsSanitizedWifiInfoSsid() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/fsi/
DFsiChromeRepoTest.kt121 val entry = Mockito.mock(NotificationEntry::class.java) in <lambda>() constant
133 val entry = createFsiEntry(fsi) in <lambda>() constant
147 val entry = createFsiEntry(fsi) in <lambda>() constant
161 val entry = createFsiEntry(fsi) in <lambda>() constant
175 val entry = createFsiEntry(fsi) in <lambda>() constant
190 val entry = createFsiEntry(fsi) in <lambda>() constant
204 val entry = createFsiEntry(fsi) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java151 NotificationEntry entry = new NotificationEntryBuilder() in testNoSuppressHeadsUp_default() local
164 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_disabledStatusBar() local
181 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_disabledNotificationShade() local
202 NotificationEntry entry = new NotificationEntryBuilder() in testNoSuppressHeadsUp_FSI_occludedKeygaurd() local
221 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressHeadsUp_FSI_nonOccludedKeygaurd() local
240 NotificationEntry entry = new NotificationEntryBuilder() in testNoSuppressHeadsUp_FSI_nonOccludedKeygaurd_withNewFlag() local
256 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressInterruptions_vrMode() local
271 NotificationEntry entry = new NotificationEntryBuilder() in testSuppressInterruptions_statusBarAlertsDisabled() local
/frameworks/libs/net/common/netd/libnetdutils/
DLogTest.cpp84 const LogEntry entry = functionName(); in TEST() local
89 const LogEntry entry = prettyFunctionName(); in TEST() local
94 const LogEntry entry = AAA().functionName(); in TEST() local
99 const LogEntry entry = AAA().prettyFunctionName(); in TEST() local
104 const LogEntry entry = AAA::BBB().functionName(); in TEST() local
109 const LogEntry entry = AAA::BBB().prettyFunctionName(); in TEST() local
114 const LogEntry entry = LogEntry() in TEST() local
123 const LogEntry entry = LogEntry() in TEST() local
133 const LogEntry entry = LogEntry().function("testFunc").arg(buf); in TEST() local
138 const LogEntry entry = LogEntry().function("testFunc").args("hello", 42, false); in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java114 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput()
138 public void removeRemoteInput(NotificationEntry entry, Object token) { in removeRemoteInput()
192 private void apply(NotificationEntry entry) { in apply()
204 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive()
258 public void remoteInputSent(NotificationEntry entry) { in remoteInputSent()
273 NotificationEntry entry = mOpen.get(i).first.get(); in closeRemoteInputs() local
280 NotificationEntry entry = list.get(i); in closeRemoteInputs() local
291 public void lockScrollTo(NotificationEntry entry) { in lockScrollTo()
328 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent()
338 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt97 val entry = fakeNotification(1, false) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction() constant
115 val entry = fakeNotification(1, true) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction() constant
133 val entry = fakeNotification(1, false) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs() constant
151 val entry = fakeNotification(1, false) in onBeforeRenderList_deviceLocked_userDisallowsPublicNotifs_notifDoesNotNeedRedaction() constant
169 val entry = fakeNotification(1, true) in onBeforeRenderList_deviceLocked_notifNeedsRedaction() constant
187 val entry = fakeNotification(1, true) in onBeforeRenderList_deviceDynamicallyUnlocked_notifNeedsRedaction() constant
207 val entry = fakeNotification(2, true) in onBeforeRenderList_deviceDynamicallyUnlocked_notifUserNeedsWorkChallenge() constant
229 val entry = fakeNotification(2, true) in onBeforeRenderList_deviceDynamicallyUnlocked_deviceBiometricBypassingLockScreen() constant

12345678910>>...25