/packages/apps/Dialer/java/com/android/dialer/enrichedcall/extensions/ |
StateExtension.java | 21 import com.android.dialer.enrichedcall.Session; 22 import com.android.dialer.enrichedcall.Session.State; 30 if (callComposerState == Session.STATE_NONE) { 33 if (callComposerState == Session.STATE_STARTING) { 36 if (callComposerState == Session.STATE_STARTED) { 39 if (callComposerState == Session.STATE_START_FAILED) { 42 if (callComposerState == Session.STATE_MESSAGE_SENT) { 45 if (callComposerState == Session.STATE_MESSAGE_FAILED) { 48 if (callComposerState == Session.STATE_CLOSED) {
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
Session.aidl | 22 parcelable Session.Info
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue5614.dir/ |
x.go | 5 var S *rethinkgo.Session
|
/prebuilts/go/linux-x86/test/fixedbugs/issue5614.dir/ |
x.go | 5 var S *rethinkgo.Session
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
IConnectionService.aidl | 24 import android.telecom.Logging.Session; 38 in Session.Info sessionInfo); 41 in Session.Info sessionInfo); 49 in Session.Info sessionInfo); 51 void createConnectionComplete(String callId, in Session.Info sessionInfo); 54 in ConnectionRequest request, boolean isIncoming, in Session.Info sessionInfo); 56 void abort(String callId, in Session.Info sessionInfo); 58 void answerVideo(String callId, int videoState, in Session.Info sessionInfo); 60 void answer(String callId, in Session.Info sessionInfo); 62 void deflect(String callId, in Uri address, in Session.Info sessionInfo) [all...] |
IConnectionServiceAdapter.aidl | 24 import android.telecom.Logging.Session; 45 in Session.Info sessionInfo); 47 void setActive(String callId, in Session.Info sessionInfo); 49 void setRinging(String callId, in Session.Info sessionInfo); 51 void setDialing(String callId, in Session.Info sessionInfo); 53 void setPulling(String callId, in Session.Info sessionInfo); 56 in Session.Info sessionInfo); 58 void setOnHold(String callId, in Session.Info sessionInfo); 60 void setRingbackRequested(String callId, boolean ringing, in Session.Info sessionInfo); 63 in Session.Info sessionInfo) [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandHandler.java | 18 import org.mockftpserver.core.session.Session;
30 * Handle the specified command for the session. This method is declared to throw
36 * @param session - the session on which the Command was submitted
40 public void handleCommand(Command command, Session session) throws Exception;
|
ConnectCommandHandler.java | 18 import org.mockftpserver.core.session.Session;
42 * @see AbstractTrackingCommandHandler#handleCommand(Command, org.mockftpserver.core.session.Session, InvocationRecord)
44 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
45 sendReply(session);
|
UnsupportedCommandHandler.java | 18 import org.mockftpserver.core.session.Session;
42 * @see org.mockftpserver.core.command.AbstractTrackingCommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
44 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
46 sendReply(session, command.getName());
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandHandler.java | 18 import org.mockftpserver.core.session.Session;
30 * Handle the specified command for the session. This method is declared to throw
36 * @param session - the session on which the Command was submitted
40 public void handleCommand(Command command, Session session) throws Exception;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerSessionFactory.java | 19 import android.service.textservice.SpellCheckerService.Session; 22 public static Session newInstance(AndroidSpellCheckerService service) {
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/ |
TcgStorageOpalUtil.c | 21 Creates a session with OPAL_UID_ADMIN_SP as OPAL_ADMIN_SP_PSID_AUTHORITY, then reverts device using Admin SP Revert method.
23 @param[in] Session, The session info for one opal device.
31 OPAL_SESSION *Session,
39 NULL_CHECK(Session);
43 Session,
51 Ret = OpalPsidRevert(Session);
54 // If revert was successful, session was already ended by TPer, so only end session on failure
56 OpalEndSession(Session);
[all...] |
/external/llvm/lib/DebugInfo/PDB/ |
PDB.cpp | 28 std::unique_ptr<IPDBSession> &Session) { 31 return RawSession::createFromPdb(Path, Session); 34 return DIASession::createFromPdb(Path, Session); 41 std::unique_ptr<IPDBSession> &Session) { 44 return RawSession::createFromExe(Path, Session); 47 return DIASession::createFromExe(Path, Session);
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
FrameServerImpl.java | 33 * {@link FrameServer.Session}. 36 public class Session implements FrameServer.Session { 40 private Session() { 76 private final FrameServer.Session mCaptureSession; 80 * @param captureSession The underlying session to manage access to. Note 81 * that this will never close the session. 83 public FrameServerImpl(FrameServer.Session captureSession) { 90 public Session createExclusiveSession() throws InterruptedException { 92 "FrameServer.Session on the same thread.") [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
TestCommandHandler.groovy | 19 import org.mockftpserver.core.session.Session
31 protected void handle(Command command, Session session) {
|
TestCommandHandlerNotServerConfigurationAware.groovy | 20 import org.mockftpserver.core.session.Session
31 public void handleCommand(Command command, Session session) {
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDB.h | 24 std::unique_ptr<IPDBSession> &Session); 27 std::unique_ptr<IPDBSession> &Session);
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
AborCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
34 protected void handle(Command command, Session session) {
35 verifyLoggedIn(session);
36 sendReply(session, ReplyCodes.ABOR_OK, "abor");
|
AlloCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
34 protected void handle(Command command, Session session) {
35 verifyLoggedIn(session);
36 sendReply(session, ReplyCodes.ALLO_OK, "allo");
|
ModeCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
34 protected void handle(Command command, Session session) {
35 verifyLoggedIn(session);
36 sendReply(session, ReplyCodes.MODE_OK, "mode");
|
NoopCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
33 protected void handle(Command command, Session session) {
34 sendReply(session, ReplyCodes.NOOP_OK, "noop");
|
QuitCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
23 * CommandHandler for the QUIT command. Return a reply code of 221 and close the current session.
30 protected void handle(Command command, Session session) {
31 sendReply(session, ReplyCodes.QUIT_OK, "quit");
32 session.close();
|
RestCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
34 protected void handle(Command command, Session session) {
35 verifyLoggedIn(session);
36 sendReply(session, ReplyCodes.REST_OK, "rest");
|
SiteCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
33 protected void handle(Command command, Session session) {
34 verifyLoggedIn(session);
35 sendReply(session, ReplyCodes.SITE_OK, "site");
|
SmntCommandHandler.java | 20 import org.mockftpserver.core.session.Session;
34 protected void handle(Command command, Session session) {
35 verifyLoggedIn(session);
36 sendReply(session, ReplyCodes.SMNT_OK, "smnt");
|