Searched refs:startSession (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DLog.java185 public static void startSession(String shortMethodName) { method in class:Log
186 getSessionManager().startSession(shortMethodName, null);
189 public static void startSession(Session.Info info, String shortMethodName) { method in class:Log
190 getSessionManager().startSession(info, shortMethodName, null);
193 public static void startSession(String shortMethodName, String callerIdentification) { method in class:Log
194 getSessionManager().startSession(shortMethodName, callerIdentification);
197 public static void startSession(Session.Info info, String shortMethodName, method in class:Log
199 getSessionManager().startSession(info, shortMethodName, callerIdentification);
H A DConnectionService.java178 Log.startSession(sessionInfo, SESSION_ADD_CS_ADAPTER);
191 Log.startSession(sessionInfo, SESSION_REMOVE_CS_ADAPTER);
210 Log.startSession(sessionInfo, SESSION_CREATE_CONN);
227 Log.startSession(sessionInfo, SESSION_CREATE_CONN_COMPLETE);
245 Log.startSession(sessionInfo, SESSION_CREATE_CONN_FAILED);
261 Log.startSession(sessionInfo, SESSION_ABORT);
274 Log.startSession(sessionInfo, SESSION_ANSWER_VIDEO);
288 Log.startSession(sessionInfo, SESSION_ANSWER);
301 Log.startSession(sessionInfo, SESSION_REJECT);
314 Log.startSession(sessionInf
[all...]
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DIMMTelFeature.java57 int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) method in interface:IMMTelFeature
63 * {@link #startSession}.
109 * @param sessionId a session id which is obtained from {@link #startSession}
133 * @param sessionId a session id which is obtained from {@link #startSession}
143 * @param sessionId a session id which is obtained from {@link #startSession}
160 * @param sessionId a session id which is obtained from {@link #startSession}
166 * @param sessionId a session id which is obtained from {@link #startSession}
H A DMMTelFeature.java44 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) { method in class:MMTelFeature
/frameworks/base/core/java/android/view/autofill/
H A DIAutoFillManager.aidl35 int startSession(IBinder activityToken, in IBinder appCallback, in AutofillId autoFillId,
H A DAutofillManager.java814 mSessionId = mService.startSession(mContext.getActivityToken(),
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsServiceController.aidl42 int startSession(int slotId, int featureType, in PendingIntent incomingCallIntent,
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java120 * the {@link Session.Info} info passed into startSession. If info is null, a new Session is
123 public synchronized void startSession(Session.Info info, String shortMethodName, method in class:SessionManager
127 startSession(shortMethodName, callerIdentification);
137 public synchronized void startSession(String shortMethodName, method in class:SessionManager
142 // We have called startSession within an active session that has not ended... Register this
290 * Ends the current session/subsession. Must be called after a Log.startSession(...) and
314 // If this subsession was started from a parent session using Log.startSession, return the
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxy.java120 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) method in class:ImsServiceProxy
124 return getServiceInterface(mBinder).startSession(mSlotId, mSupportedFeature,
H A DImsServiceProxyCompat.java56 public int startSession(PendingIntent incomingCallIntent, IImsRegistrationListener listener) method in class:ImsServiceProxyCompat
H A DImsService.java123 public int startSession(int slotId, int featureType, PendingIntent incomingCallIntent,
125 enforceCallingOrSelfPermission(MODIFY_PHONE_STATE, "startSession");
129 return feature.startSession(incomingCallIntent, listener);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DRemotePlayer.java289 startSession(item);
423 private void startSession(final PlaylistItem item) { method in class:RemotePlayer
424 mClient.startSession(null, new SessionActionCallback() {
427 logStatus("startSession: succeeded", sessionId, sessionStatus, null, null);
433 logError("startSession: failed", error, code);
H A DSessionManager.java111 startSession();
214 public String startSession() { method in class:SessionManager
H A DSampleMediaRouteProvider.java513 String sid = mSessionManager.startSession();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DRemotePlayer.java289 startSession(item);
423 private void startSession(final PlaylistItem item) { method in class:RemotePlayer
424 mClient.startSession(null, new SessionActionCallback() {
427 logStatus("startSession: succeeded", sessionId, sessionStatus, null, null);
433 logError("startSession: failed", error, code);
H A DSessionManager.java111 startSession();
214 public String startSession() { method in class:SessionManager
H A DSampleMediaRouteProvider.java513 String sid = mSessionManager.startSession();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DTestImsServiceControllerAdapter.java61 public int startSession(int slotId, int featureType, PendingIntent incomingCallIntent, method in class:TestImsServiceControllerAdapter.ImsServiceControllerBinder
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java520 public int startSession(IBinder activityToken, IBinder appCallback, AutofillId autofillId, method in class:AutofillManagerService.AutoFillManagerServiceStub
602 return startSession(activityToken, appCallback, autoFillId, bounds, value, userId,
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java201 * {@link #play}, {@link #enqueue}, and {@link #startSession}.
554 public void startSession(Bundle extras, SessionActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java1479 result = mImsServiceProxy.startSession(incomingCallPendingIntent,

Completed in 507 milliseconds