Home
last modified time | relevance | path

Searched defs:entry (Results 51 – 75 of 1908) sorted by relevance

12345678910>>...77

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A 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()
H A DNotificationRowContentBinder.java44 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()
H A DOnUserInteractionCallback.java37 NotificationEntry entry, in onDismiss()
45 void onImportanceChanged(NotificationEntry entry); in onImportanceChanged()
53 NotificationEntry getGroupSummaryToDismiss(NotificationEntry entry); in getGroupSummaryToDismiss()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A 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()
H A DNotificationRowContentBinder.java44 void bindContent( in bindContent()
59 boolean cancelBind( in cancelBind()
70 void unbindContent( in unbindContent()
139 void handleInflationException(NotificationEntry entry, Exception e); in handleInflationException()
146 void onAsyncInflationFinished(NotificationEntry entry); in onAsyncInflationFinished()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java127 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 …]
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp271 auto& entry = fstab[i]; in TEST() local
504 auto entry = fstab.begin(); in TEST() local
577 auto entry = fstab.begin(); in TEST() local
601 auto entry = fstab.begin(); in TEST() local
641 auto entry = fstab.begin(); in TEST() local
667 auto entry = fstab.begin(); in TEST() local
697 auto entry = fstab.begin(); in TEST() local
741 auto entry = fstab.begin(); in TEST() local
764 auto entry = fstab.begin(); in TEST() local
791 auto entry = fstab.begin(); in TEST() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProvider.java122 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 DNotificationInterruptStateProviderImpl.java174 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 …]
H A DNotificationInterruptSuppressor.java39 default boolean suppressAwakeHeadsUp(NotificationEntry entry) { in suppressAwakeHeadsUp()
50 default boolean suppressAwakeInterruptions(NotificationEntry entry) { in suppressAwakeInterruptions()
61 default boolean suppressInterruptions(NotificationEntry entry) { in suppressInterruptions()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java71 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 DResEntryWriter.h36 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/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp267 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 …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java128 Map.Entry<IBinder, AdvertiserInfo> entry = null; in findAdvertiser() local
146 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(regId); in onAdvertisingSetStarted() local
174 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in onAdvertisingEnabled() local
218 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in onOwnAddressRead() local
229 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in getOwnAddress() local
268 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in enableAdvertisingSet() local
277 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in setAdvertisingData() local
288 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in setScanResponseData() local
299 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in setAdvertisingParameters() local
309 Map.Entry<IBinder, AdvertiserInfo> entry = findAdvertiser(advertiserId); in setPeriodicAdvertisingParameters() local
[all …]
/aosp12/frameworks/base/tools/aapt/tests/
H A 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
/aosp14/frameworks/base/tools/aapt/tests/
H A 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
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DMergedCarrierEntryTest.java78 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testGetConnectedState_wifiInfoMatches_returnsConnected() local
93 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testConnect_disablesNonCarrierMergedWifi() local
107 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testDisconnect_enablesNonCarrierMergedWifiAndTriggersScan() local
119 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testCanConnect_cellIsDefaultRoute_returnsFalse() local
133 final MergedCarrierEntry entry = new MergedCarrierEntry(mTestHandler, mMockWifiManager, in testGetSsid_connected_returnsSanitizedWifiInfoSsid() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinatorTest.kt76 val entry = fakeNotification(1, false) regex
94 val entry = fakeNotification(1, true) regex
112 val entry = fakeNotification(1, false) regex
130 val entry = fakeNotification(1, false) regex
148 val entry = fakeNotification(1, true) regex
166 val entry = fakeNotification(1, true) regex
186 val entry = fakeNotification(2, true) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java131 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()
H A DNotificationInterruptSuppressor.java39 default boolean suppressAwakeHeadsUp(NotificationEntry entry) { in suppressAwakeHeadsUp()
50 default boolean suppressAwakeInterruptions(NotificationEntry entry) { in suppressAwakeInterruptions()
61 default boolean suppressInterruptions(NotificationEntry entry) { in suppressInterruptions()
H A DNotificationInterruptStateProvider.java37 boolean shouldHeadsUp(NotificationEntry entry); in shouldHeadsUp()
45 boolean shouldBubbleUp(NotificationEntry entry); in shouldBubbleUp()
53 boolean shouldLaunchFullScreenIntentWhenAdded(NotificationEntry entry); in shouldLaunchFullScreenIntentWhenAdded()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
H A DExternalSources.java74 ApplicationsState.AppEntry entry) { in bindPreference()
98 private EnforcedAdmin checkIfRestrictionEnforcedByAdmin(ApplicationsState.AppEntry entry) { in checkIfRestrictionEnforcedByAdmin()
111 private boolean canChange(ApplicationsState.AppEntry entry) { in canChange()
119 private CharSequence getPreferenceSummary(ApplicationsState.AppEntry entry) { in getPreferenceSummary()
129 private void setCanInstallApps(ApplicationsState.AppEntry entry, boolean newState) { in setCanInstallApps()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h123 void log(const std::string& entry) { record(Level::LOG, entry); } in log()
126 void log(const LogEntry& entry) { log(entry.toString()); } in log()
138 void info(const std::string& entry) { record(Level::INFO, entry); } in info()
141 void info(const LogEntry& entry) { info(entry.toString()); } in info()
153 void warn(const std::string& entry) { record(Level::WARN, entry); } in warn()
156 void warn(const LogEntry& entry) { warn(entry.toString()); } in warn()
168 void error(const std::string& entry) { record(Level::ERROR, entry); } in error()
171 void error(const LogEntry& entry) { error(entry.toString()); } in error()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactRecipientEntryUtils.java80 public static String getDisplayNameForContactList(final RecipientEntry entry) { in getDisplayNameForContactList()
91 public static String formatDestination(final RecipientEntry entry) { in formatDestination()
98 public static boolean isAvatarAndNumberOnlyContact(final RecipientEntry entry) { in isAvatarAndNumberOnlyContact()
105 public static boolean isSendToDestinationContact(final RecipientEntry entry) { in isSendToDestinationContact()
/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEntry.h33 struct entry { struct
39 // entry tail representation (after data) argument
164 explicit AbstractEntry(const uint8_t *entry) : mEntry(entry) {} in AbstractEntry()

12345678910>>...77