Searched refs:REQUEST_PRIORITY_NORMAL (Results 1 – 4 of 4) sorted by relevance
20 …rt static com.android.internal.net.ipsec.test.ike.IkeLocalRequestScheduler.REQUEST_PRIORITY_NORMAL;91 when(mMockRequestArray[i].getPriority()).thenReturn(REQUEST_PRIORITY_NORMAL); in setUp()183 REQUEST_PRIORITY_NORMAL, in testProcedureTypeToPriority()
74 @VisibleForTesting static final int REQUEST_PRIORITY_NORMAL = 2; field in IkeLocalRequestScheduler83 REQUEST_PRIORITY_NORMAL,347 return REQUEST_PRIORITY_NORMAL; in procedureTypeToPriority()
23 import static com.android.car.evs.StateMachine.REQUEST_PRIORITY_NORMAL;577 return instance.requestStartActivity(REQUEST_PRIORITY_NORMAL); in startActivity()595 instance.requestStopActivity(REQUEST_PRIORITY_NORMAL); in stopActivity()
73 static final int REQUEST_PRIORITY_NORMAL = 1; field in StateMachine