Home
last modified time | relevance | path

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

12345678910>>...18

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInterruptionStateProviderTest.java214 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testCanAlertCommon_true() local
226 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testCanAlertCommon_false_filteredOut() local
245 NotificationEntry entry = new NotificationEntry(sbn); in testCanAlertCommon_false_suppressedForGroups() local
258 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing_true() local
270 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing_false_pulseDisabled() local
282 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing_false_notDozing() local
294 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing_false_suppressingAmbient() local
308 NotificationEntry entry = createNotification(IMPORTANCE_LOW); in testShouldHeadsUpWhenDozing_false_lessImportant() local
319 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp_true() local
334 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp_false_noHunsAllowed() 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() argument
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.java37 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 …]
DVCardExporterTests.java101 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/
DNotificationEntryListener.java37 default void onPendingEntryAdded(NotificationEntry entry) { in onPendingEntryAdded()
44 default void onBeforeNotificationAdded(NotificationEntry entry) { in onBeforeNotificationAdded()
50 default void onNotificationAdded(@NonNull NotificationEntry entry) { in onNotificationAdded()
60 default void onPreEntryUpdated(NotificationEntry entry) { in onPreEntryUpdated()
66 default void onPostEntryUpdated(@NonNull NotificationEntry entry) { in onPostEntryUpdated()
72 default void onEntryInflated(NotificationEntry entry, @InflationFlag int inflatedFlags) { in onEntryInflated()
81 default void onEntryReinflated(NotificationEntry entry) { in onEntryReinflated()
101 NotificationEntry entry, in onEntryRemoved()
DNotificationInterruptionStateProvider.java167 public boolean shouldBubbleUp(NotificationEntry entry) { in shouldBubbleUp()
211 public boolean shouldHeadsUp(NotificationEntry entry) { in shouldHeadsUp()
219 private boolean shouldHeadsUpWhenAwake(NotificationEntry entry) { in shouldHeadsUpWhenAwake()
292 private boolean shouldHeadsUpWhenDozing(NotificationEntry entry) { in shouldHeadsUpWhenDozing()
339 public boolean canAlertCommon(NotificationEntry entry) { in canAlertCommon()
366 public boolean canAlertAwakeCommon(NotificationEntry entry) { in canAlertAwakeCommon()
426 public boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry) { in shouldLaunchFullScreenIntentWhenAdded()
442 boolean canHeadsUp(NotificationEntry entry, StatusBarNotification sbn); in canHeadsUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java104 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput()
125 public void removeRemoteInput(NotificationEntry entry, Object token) { in removeRemoteInput()
176 private void apply(NotificationEntry entry) { in apply()
188 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive()
238 public void remoteInputSent(NotificationEntry entry) { in remoteInputSent()
253 NotificationEntry entry = mOpen.get(i).first.get(); in closeRemoteInputs() local
260 NotificationEntry entry = list.get(i); in closeRemoteInputs() local
271 public void lockScrollTo(NotificationEntry entry) { in lockScrollTo()
278 default void onRemoteInputSent(NotificationEntry entry) {} in onRemoteInputSent()
285 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive()
[all …]
DNotificationRemoteInputManager.java343 mSmartReplyController.setCallback((entry, reply) -> { in setUpWithCallback() argument
476 void onPerformRemoveNotification(NotificationEntry entry, final String key) { in onPerformRemoveNotification()
487 NotificationEntry entry = mEntriesKeptForRemoteInputActive.valueAt(i); in onPanelCollapsed() local
500 public boolean shouldKeepForRemoteInputHistory(NotificationEntry entry) { in shouldKeepForRemoteInputHistory()
507 public boolean shouldKeepForSmartReplyHistory(NotificationEntry entry) { in shouldKeepForSmartReplyHistory()
524 NotificationEntry entry) { in rebuildNotificationForCanceledSmartReplies()
530 StatusBarNotification rebuildNotificationWithRemoteInput(NotificationEntry entry, in rebuildNotificationWithRemoteInput()
610 public boolean shouldExtendLifetime(@NonNull NotificationEntry entry) { in shouldExtendLifetime()
615 public void setShouldManageLifetime(NotificationEntry entry, in setShouldManageLifetime()
656 public boolean shouldExtendLifetime(@NonNull NotificationEntry entry) { in shouldExtendLifetime()
[all …]
DAlertingNotificationManager.java63 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()
205 NotificationEntry entry = alertEntry.mEntry; in removeAlertEntry() local
253 public boolean shouldExtendLifetime(NotificationEntry entry) { in shouldExtendLifetime()
258 public void setShouldManageLifetime(NotificationEntry entry, boolean shouldExtend) { in setShouldManageLifetime()
278 public void setEntry(@NonNull final NotificationEntry entry) { in setEntry()
282 public void setEntry(@NonNull final NotificationEntry entry, in setEntry()
DSmartReplyController.java58 public void smartReplySent(NotificationEntry entry, int replyIndex, CharSequence reply, in smartReplySent()
74 NotificationEntry entry, int actionIndex, Notification.Action action, in smartActionClicked()
101 public void smartSuggestionsAdded(final NotificationEntry entry, int replyCount, in smartSuggestionsAdded()
111 public void stopSending(final NotificationEntry entry) { in stopSending()
127 void onSmartReplySent(NotificationEntry entry, CharSequence reply); in onSmartReplySent()
/frameworks/base/tools/aapt/tests/
DAaptGroupEntry_test.cpp25 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
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java175 Entry entry; in getEntry() local
189 final Entry entry = getEntry(displayInfo); in getOrCreateEntry() local
198 private Entry updateIdentifierForEntry(Entry entry, DisplayInfo displayInfo) { in updateIdentifierForEntry()
206 final Entry entry = getOrCreateEntry(displayInfo); in setOverscanLocked() local
216 final Entry entry = getOrCreateEntry(displayInfo); in setUserRotation() local
231 final Entry entry = getOrCreateEntry(displayInfo); in setForcedSize() local
246 final Entry entry = getOrCreateEntry(displayInfo); in setForcedDensity() local
259 final Entry entry = getOrCreateEntry(displayInfo); in setForcedScalingMode() local
267 final Entry entry = getOrCreateEntry(displayInfo); in setFixedToUserRotation() local
272 private int getWindowingModeLocked(Entry entry, int displayId) { in getWindowingModeLocked()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java102 final NotificationEntry entry = buildEntry(); in testCleanUpViewStateOnEntryRemoved() local
119 final NotificationEntry entry = buildEntry(); in testAppOps_appOpAddedToForegroundNotif() local
154 final NotificationEntry entry = buildEntry(); in testAppOps_addNotificationWithExistingAppOps() local
179 final NotificationEntry entry = buildEntry(); in testAdd_addNotificationWithNoExistingAppOps() local
198 final NotificationEntry entry = buildEntry(); in testAdd_addNonForegroundNotificationWithExistingAppOps() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DOnHeadsUpChangedListener.java37 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()
DHeadsUpManager.java115 protected boolean shouldHeadsUpBecomePinned(@NonNull NotificationEntry entry) { in shouldHeadsUpBecomePinned()
119 protected boolean hasFullScreenIntent(@NonNull NotificationEntry entry) { in hasFullScreenIntent()
128 NotificationEntry entry = headsUpEntry.mEntry; in setEntryPinned() local
148 NotificationEntry entry = alertEntry.mEntry; in onAlertEntryAdded() local
158 NotificationEntry entry = alertEntry.mEntry; in onAlertEntryRemoved() local
208 AlertEntry entry = getHeadsUpEntry(key); in snooze() local
286 AlertEntry entry = getHeadsUpEntry(key); in hasPinnedNotificationInternal() local
300 HeadsUpEntry entry = getHeadsUpEntry(key); in unpinAll() local
343 public void setExpanded(@NonNull NotificationEntry entry, boolean expanded) { in setExpanded()
/frameworks/av/media/libnblog/include/media/nblog/
DEntry.h33 struct entry { struct
39 // entry tail representation (after data) argument
164 explicit AbstractEntry(const uint8_t *entry) : mEntry(entry) {} in AbstractEntry()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp40 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
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp43 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java107 public boolean isAlertTransferPending(@NonNull NotificationEntry entry) { in isAlertTransferPending()
170 public void onHeadsUpStateChanged(NotificationEntry entry, boolean isHeadsUp) { in onHeadsUpStateChanged()
174 private void onAlertStateChanged(NotificationEntry entry, boolean isAlerting, in onAlertStateChanged()
268 private boolean isPendingNotificationInGroup(@NonNull NotificationEntry entry, in isPendingNotificationInGroup()
359 NotificationEntry entry = children.get(i); in checkShouldTransferBack() local
390 private void alertNotificationWhenPossible(@NonNull NotificationEntry entry, in alertNotificationWhenPossible()
406 private boolean onlySummaryAlerts(NotificationEntry entry) { in onlySummaryAlerts()
433 PendingAlertInfo(NotificationEntry entry) { in PendingAlertInfo()
/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp38 LayersTraceProto entry = traceWhenNotified(); in mainLoop() local
44 LayersTraceProto entry; in addFirstEntry() local
56 LayersTraceProto entry = traceLayersLocked(mWhere); in traceWhenNotified() local
61 bool SurfaceTracing::addTraceToBuffer(LayersTraceProto& entry) { in addTraceToBuffer()
109 auto entry = fileProto->add_entry(); in flush() local
163 LayersTraceProto entry; in traceLayersLocked() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceLifetimeExtender.java52 public boolean shouldExtendLifetime(@NonNull NotificationEntry entry) { in shouldExtendLifetime()
63 public boolean shouldExtendLifetimeForPendingNotification( in shouldExtendLifetimeForPendingNotification()
69 public void setShouldManageLifetime( in setShouldManageLifetime()
/frameworks/native/libs/renderengine/gl/
DImageManager.cpp69 QueueEntry entry = {QueueEntry::Operation::Insert, buffer, buffer->getId(), barrier}; in cacheAsync() local
85 QueueEntry entry = {QueueEntry::Operation::Delete, nullptr, bufferId, barrier}; in releaseAsync() local
89 void ImageManager::queueOperation(const QueueEntry&& entry) { in queueOperation()
106 QueueEntry entry; in threadMain() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySessionStorageTest.java71 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in remove_overwritesLskfHashMemory() local
83 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in remove_overwritesKeyClaimantMemory() local
134 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in destroy_overwritesLskfHashMemory() local
146 RecoverySessionStorage.Entry entry = new RecoverySessionStorage.Entry( in destroy_overwritesKeyClaimantMemory() local
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelWakelockReaderTest.java131 KernelWakelockStats.Entry entry = staleStats.get("Wakelock"); in testOneWakelock() local
165 KernelWakelockStats.Entry entry = staleStats.get("Wakelock"); in testDuplicateWakelocksAccumulate() local
215 KernelWakelockStats.Entry entry = staleStats.get("WakeLock"); in testOneWakeLockInfo() local
255 KernelWakelockStats.Entry entry = staleStats.get("WakeLock1"); in testWakeLockInfosBecomeStale() local
300 KernelWakelockStats.Entry entry = staleStats.get("Wakelock"); in testAggregateStatsNoNativeWakelocks() local
319 KernelWakelockStats.Entry entry = staleStats.get("WakeLock"); in testAggregateStatsNoKernelWakelocks() local
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp53 SectHashTableType::entry_type* entry = in add() local
97 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect); in get() local
102 SectHashTableType::iterator entry = m_pSectionSymbolMap->find(&pOutSect); in get() local

12345678910>>...18