Home
last modified time | relevance | path

Searched refs:MAINLINE_LAST_ORDERED_ID (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityInterceptorCallbackRegistryTest.java20 import static com.android.server.wm.ActivityInterceptorCallback.MAINLINE_LAST_ORDERED_ID;
61 () -> registry.registerActivityInterceptorCallback(MAINLINE_LAST_ORDERED_ID + 1, in registerActivityInterceptorCallbackFailIfNotSystemId()
70 () -> mRegistry.registerActivityInterceptorCallback(MAINLINE_LAST_ORDERED_ID + 1, in registerActivityInterceptorCallbackFailIfIdNotInRange()
107 () -> registry.unregisterActivityInterceptorCallback(MAINLINE_LAST_ORDERED_ID + 1) in unregisterActivityInterceptorCallbackFailIfNotSystemId()
116 MAINLINE_LAST_ORDERED_ID + 1)); in unRegisterActivityInterceptorCallbackFailIfIdNotInRange()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityInterceptorCallback.java92 MAINLINE_LAST_ORDERED_ID // Update this when adding new mainline module ids
154 int MAINLINE_LAST_ORDERED_ID = MAINLINE_SDK_SANDBOX_ORDER_ID; field
171 return id >= MAINLINE_FIRST_ORDERED_ID && id <= MAINLINE_LAST_ORDERED_ID; in isValidMainlineOrderId()
DActivityTaskManagerService.java102 import static com.android.server.wm.ActivityInterceptorCallback.MAINLINE_LAST_ORDERED_ID;
7287 + MAINLINE_LAST_ORDERED_ID + "]"); in registerActivityStartInterceptor()