Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/evs/
H A DCarEvsService.java129 private static final int REQUEST_PRIORITY_HIGH = 2; field in CarEvsService
209 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE);
494 if (priority == REQUEST_PRIORITY_HIGH) { in handleTransitionToRequestedLocked()
512 if (priority == REQUEST_PRIORITY_HIGH) { in handleTransitionToRequestedLocked()
541 if (priority == REQUEST_PRIORITY_HIGH && !isSessionToken(token)) { in handleTransitionToActiveLocked()
685 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in requestActivityIfNecessaryLocked()
686 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_REQUESTED, in requestActivityIfNecessaryLocked()
703 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in handleActivityRequestTimeout()
1265 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_REQUESTED, in handlePropertyEventLocked()
1272 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE, in handlePropertyEventLocked()
[all …]
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeLocalRequestScheduler.java66 @VisibleForTesting static final int REQUEST_PRIORITY_HIGH = 1; field in IkeLocalRequestScheduler
78 REQUEST_PRIORITY_HIGH,
331 return REQUEST_PRIORITY_HIGH; in procedureTypeToPriority()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeLocalRequestSchedulerTest.java19 …port static com.android.internal.net.ipsec.test.ike.IkeLocalRequestScheduler.REQUEST_PRIORITY_HIGH;
137 createMockRequestArrayWithPriority(REQUEST_PRIORITY_HIGH); in testPriorityProcessOrder()
180 REQUEST_PRIORITY_HIGH, in testProcedureTypeToPriority()