Home
last modified time | relevance | path

Searched refs:SHOW_IMMEDIATELY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java59 ShowResult.SHOW_IMMEDIATELY,
67 int SHOW_IMMEDIATELY = 0; field
368 return ShowResult.SHOW_IMMEDIATELY; in requestShow()
DImeInsetsSourceConsumer.java158 return ShowResult.SHOW_IMMEDIATELY; in requestShow()
DInsetsController.java1591 case ShowResult.SHOW_IMMEDIATELY: in collectSourceControls()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceConsumerTest.java22 import static android.view.InsetsSourceConsumer.ShowResult.SHOW_IMMEDIATELY;
229 return SHOW_IMMEDIATELY; in testWontUpdateImeLeashVisibility_whenAnimation()
DInsetsControllerTest.java28 import static android.view.InsetsSourceConsumer.ShowResult.SHOW_IMMEDIATELY;
149 return SHOW_IMMEDIATELY; in setup()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java76 SHOW_IMMEDIATELY, enumConstant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java24 import static android.app.ActivityManagerInternal.ServiceNotificationPolicy.SHOW_IMMEDIATELY;
1649 any(), anyString(), anyInt(), anyString(), anyInt())).thenReturn(SHOW_IMMEDIATELY); in testEnqueuedBlockedNotifications_appBlockedChannelForegroundService()
1673 any(), anyString(), anyInt(), anyString(), anyInt())).thenReturn(SHOW_IMMEDIATELY); in testEnqueuedBlockedNotifications_userBlockedChannelForegroundService()
1754 any(), anyString(), anyInt(), anyString(), anyInt())).thenReturn(SHOW_IMMEDIATELY); in testEnqueuedBlockedNotifications_blockedAppForegroundService()
2079 any(), anyString(), anyInt(), anyString(), anyInt())).thenReturn(SHOW_IMMEDIATELY); in testEnqueueNotificationWithTag_FgsAddsFlags_dismissalAllowed()
2526 any(), anyString(), anyInt(), anyString(), anyInt())).thenReturn(SHOW_IMMEDIATELY); in testCancelAllNotifications_IgnoreForegroundService()
2561 .thenReturn(SHOW_IMMEDIATELY); in testCancelAllNotifications_IgnoreOtherPackages()
2651 .thenReturn(SHOW_IMMEDIATELY); in testRemoveForegroundServiceFlag_ImmediatelyAfterEnqueue()
2781 .thenReturn(SHOW_IMMEDIATELY); in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild()
2808 .thenReturn(SHOW_IMMEDIATELY); in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java3053 return ServiceNotificationPolicy.SHOW_IMMEDIATELY; in applyForegroundServiceNotificationLocked()