Home
last modified time | relevance | path

Searched refs:userCbExecutor (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSession.java87 @NonNull Executor userCbExecutor, in IkeSession() argument
95 userCbExecutor, in IkeSession()
107 Executor userCbExecutor, in IkeSession() argument
116 userCbExecutor, in IkeSession()
129 Executor userCbExecutor, in IkeSession() argument
145 userCbExecutor, in IkeSession()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineFactory.java48 Executor userCbExecutor, in makeChildSessionStateMachine() argument
59 userCbExecutor, in makeChildSessionStateMachine()
84 Executor userCbExecutor, in makeChildSessionStateMachine() argument
103 Executor userCbExecutor, in makeChildSessionStateMachine() argument
116 userCbExecutor, in makeChildSessionStateMachine()
DAbstractSessionStateMachine.java87 protected AbstractSessionStateMachine(String name, Looper looper, Executor userCbExecutor) { in AbstractSessionStateMachine() argument
90 mUserCbExecutor = userCbExecutor; in AbstractSessionStateMachine()
DIkeSessionStateMachine.java484 Executor userCbExecutor, in IkeSessionStateMachine() argument
488 super(TAG, looper, userCbExecutor); in IkeSessionStateMachine()
580 Executor userCbExecutor, in IkeSessionStateMachine() argument
589 userCbExecutor, in IkeSessionStateMachine()
DChildSessionStateMachine.java249 Executor userCbExecutor, in ChildSessionStateMachine() argument
252 super(TAG, looper, userCbExecutor); in ChildSessionStateMachine()