Searched refs:MAINLINE_LAST_ORDERED_ID (Results 1 – 3 of 3) sorted by relevance
20 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()
92 MAINLINE_LAST_ORDERED_ID // Update this when adding new mainline module ids154 int MAINLINE_LAST_ORDERED_ID = MAINLINE_SDK_SANDBOX_ORDER_ID; field171 return id >= MAINLINE_FIRST_ORDERED_ID && id <= MAINLINE_LAST_ORDERED_ID; in isValidMainlineOrderId()
102 import static com.android.server.wm.ActivityInterceptorCallback.MAINLINE_LAST_ORDERED_ID;7287 + MAINLINE_LAST_ORDERED_ID + "]"); in registerActivityStartInterceptor()