Home
last modified time | relevance | path

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

12345678910>>...28

/frameworks/libs/binary_translation/kernel_api/tools/
Dkernel_syscalls.json4 "entry": "sys_llseek", string
8 "entry": "sys_llseek", string
14 "entry": "sys_select", string
18 "entry": "sys_select", string
24 "entry": "sys_ni_syscall", string
29 "entry": "sys_ni_syscall", string
34 "entry": "sys_ni_syscall", string
41 "entry": "sys_accept", string
45 "entry": "sys_accept", string
49 "entry": "sys_accept", string
[all …]
/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/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DHotspotNetworkEntryTest.java130 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testConnectionInfoMatches_matchesSsidAndSecurity() local
146 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testOnNetworkCapabilitiesChanged_matchingSsidAndSecurity_becomesConnected() local
169 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testOnNetworkLost_matchingNetwork_becomesDisconnected() local
189 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetTitle_usesDeviceName() local
198 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetSummary_usesHotspotNetworkData() local
207 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetAlternateSummary_usesHotspotNetworkData() local
216 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetSummary_connectionStatusEnabling_returnsConnectingString() local
233 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetSummary_connectionStatusFailure_resetsConnectingString() local
252 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetSummary_connectionSuccess_resetsConnectingString() local
269 final HotspotNetworkEntry entry = new HotspotNetworkEntry( in testGetSsid_usesHotspotNetworkData() local
[all …]
DStandardWifiEntryTest.java173 final StandardWifiEntry entry = new StandardWifiEntry( in testConstructor_scanResults_setsBestLevel() local
217 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateScanResultInfo_mismatchedSsids_throwsException() local
237 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateScanResultInfo_notifiesListener() local
255 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateScanResultInfo_updatesLevel() local
274 final StandardWifiEntry entry = new StandardWifiEntry( in testConstructor_wifiConfig_setsTitle() local
288 final StandardWifiEntry entry = new StandardWifiEntry( in testConstructor_wifiConfig_setsSecurity() local
302 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_mismatchedSsids_throwsException() local
323 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_mismatchedSecurity_throwsException() local
343 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_unsavedToSaved() local
366 final StandardWifiEntry entry = new StandardWifiEntry( in testUpdateConfig_savedToUnsaved() local
[all …]
DPasspointWifiEntryTest.java129 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testGetMeteredChoice_afterSetMeteredChoice_getCorrectValue() local
153 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testGetSummary_connectedWifiNetwork_showsConnected() local
177 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testGetSummary_connectedButNotDefault_doesNotShowConnected() local
192 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testGetSecurityTypes_connectedWifiNetwork_showsCurrentSecurityType() local
231 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue() local
274 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testGetMacAddress_wifiInfoAvailable_usesWifiInfoMacAddress() local
285 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testIsAutoJoinEnabled_nullConfigs_returnsFalse() local
296 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testCanSignIn_captivePortalCapability_returnsTrue() local
311 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testUpdateNetworkCapabilities_userConnect_autoOpenCaptivePortalOnce() local
352 PasspointWifiEntry entry = new PasspointWifiEntry(mMockInjector, mTestHandler, in testDisconnect_noScansOrWifiConfig_disconnectIsSuccessful() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java182 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testDefaultSuppressorDoesNotSuppress() local
194 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUpAwake() local
205 NotificationEntry entry = new NotificationEntryBuilder() in testShouldNotHeadsUp_suppressedForGroups() local
225 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing() local
237 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldHeadsUpWhenDozing_hiddenOnLockscreen() local
254 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_pulseDisabled() local
267 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_notDozing() local
279 NotificationEntry entry = createNotification(IMPORTANCE_DEFAULT); in testShouldNotHeadsUpWhenDozing_suppressingAmbient() local
293 NotificationEntry entry = createNotification(IMPORTANCE_LOW); in testShouldNotHeadsUpWhenDozing_lessImportant() local
301 NotificationEntry entry = createNotification(IMPORTANCE_HIGH); in testShouldHeadsUp() 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() function
57 int compare(const entry& o) const; argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DDismissibilityCoordinatorTest.kt63 val entry = NotificationEntryBuilder().setTag("entry").build() in testNotif() constant
75 val entry = in testProviderCleared() constant
89 val entry = in testNonDismissableEntry() constant
106 val entry = in testOngoingNotifWhenPhoneIsLocked() constant
123 val entry = in testOngoingNotifWhenPhoneIsUnLocked() constant
140 val entry = in testOngoingNondismissNotifWhenPhoneIsUnLocked() constant
193 val entry = in testNonDismissableEntryInGroup() constant
213 val entry = in testOngoingEntryInGroupWhenPhoneIsLocked() constant
233 val entry = in testOngoingEntryInGroupWhenPhoneIsUnLocked() constant
248 val entry = in testNonDismissableEntryInGroupWithoutSummary() constant
[all …]
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
/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/provider/
DHighPriorityProvider.java69 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()
/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
/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/
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.java283 NotificationEntry entry = entriesToDismiss.get(i).first; in dismissNotifications() local
343 NotificationEntry entry, in dismissNotification()
368 NotificationEntry entry = entries.get(i); in dismissAllNotifications() local
393 NotificationEntry entry = entries.get(i); in locallyDismissNotifications() local
472 final NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in onNotificationRemoved() local
509 NotificationEntry entry = mNotificationSet.get(sbn.getKey()); in postNotification() local
516 mNotificationSet.put(sbn.getKey(), entry); in postNotification() local
548 private boolean tryRemoveNotification(NotificationEntry entry) { in tryRemoveNotification()
601 private boolean isDismissable(NotificationEntry entry) { in isDismissable()
611 public boolean isOnlyChildInGroup(NotificationEntry entry) { in isOnlyChildInGroup()
[all …]
DNotifInflaterImpl.java61 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()
/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/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java142 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

12345678910>>...28