Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 25 of 54) sorted by relevance

123

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java19 import android.telecom.Logging.Session;
39 private long mfullSessionCompleteTime = Session.UNDEFINED;
57 mfullSessionCompleteTime = Session.UNDEFINED; in tearDown()
73 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession()
95 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartInvisibleChildSession()
113 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSession()
139 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession()
145 Session testParentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession()
161 Session testSession = mTestSessionManager.createSubsession(); in testCreateSubsession()
164 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testCreateSubsession()
[all …]
DConnectionServiceFixture.java42 import android.telecom.Logging.Session;
202 Session.Info info) throws RemoteException { in addConnectionServiceAdapter()
212 Session.Info info) throws RemoteException { in removeConnectionServiceAdapter()
223 Session.Info info) throws RemoteException { in createConnection()
247 public void createConnectionComplete(String id, Session.Info info) throws RemoteException { in createConnectionComplete()
254 Session.Info sessionInfo) throws RemoteException { in createConnectionFailed()
265 public void abort(String callId, Session.Info info) throws RemoteException { } in abort()
269 Session.Info info) throws RemoteException { } in answerVideo()
272 public void answer(String callId, Session.Info info) throws RemoteException { } in answer()
275 public void reject(String callId, Session.Info info) throws RemoteException { in reject()
[all …]
DCallerInfoLookupHelperTest.java25 import android.telecom.Logging.Session;
119 ArgumentCaptor<Session> logSessionCaptor = ArgumentCaptor.forClass(Session.class); in testSimpleLookup()
156 ArgumentCaptor<Session> logSessionCaptor = ArgumentCaptor.forClass(Session.class); in testLookupWithTwoListeners()
194 ArgumentCaptor<Session> logSessionCaptor = ArgumentCaptor.forClass(Session.class); in testListenerAddedAfterCallerInfoBeforePhoto()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java36 import android.telecom.Logging.Session;
72 ParcelableConnection connection, Session.Info sessionInfo) { in handleCreateConnectionComplete()
97 public void setActive(String callId, Session.Info sessionInfo) { in setActive()
117 public void setRinging(String callId, Session.Info sessionInfo) { in setRinging()
138 Session.Info sessionInfo) { in setVideoProvider()
156 public void setDialing(String callId, Session.Info sessionInfo) { in setDialing()
176 public void setPulling(String callId, Session.Info sessionInfo) { in setPulling()
195 Session.Info sessionInfo) { in setDisconnected()
216 public void setOnHold(String callId, Session.Info sessionInfo) { in setOnHold()
237 Session.Info sessionInfo) { in setRingbackRequested()
[all …]
DCallerInfoLookupHelper.java28 import android.telecom.Logging.Session;
123 Session continuedSession = Log.createSubsession(); in startLookup()
144 Log.continueSession((Session) cookie, "CILH.oQC"); in makeCallerInfoQueryListener()
177 Session continuedSession = Log.createSubsession();
194 Log.continueSession((Session) cookie, "CLIH.oILC");
DDtmfLocalTonePlayer.java28 import android.telecom.Logging.Session;
89 if (msg.obj instanceof Session) { in handleMessage()
90 Log.continueSession((Session) msg.obj, "DLTP.TH"); in handleMessage()
DCallAudioModeStateMachine.java23 import android.telecom.Logging.Session;
38 public Session session;
42 Session session) { in MessageArgs()
DInCallTonePlayer.java25 import android.telecom.Logging.Session;
111 private Session mSession;
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DFrameServerImpl.java36 public class Session implements FrameServer.Session { class in FrameServerImpl
40 private Session() { in Session() method in FrameServerImpl.Session
76 private final FrameServer.Session mCaptureSession;
83 public FrameServerImpl(FrameServer.Session captureSession) { in FrameServerImpl()
90 public Session createExclusiveSession() throws InterruptedException { in createExclusiveSession()
94 return new Session(); in createExclusiveSession()
99 public Session tryCreateExclusiveSession() { in tryCreateExclusiveSession()
104 return new Session(); in tryCreateExclusiveSession()
DObservableFrameServer.java51 private class SessionImpl implements Session {
53 private final Session mDelegate;
55 private SessionImpl(Session delegate) { in SessionImpl()
85 public Session createExclusiveSession() throws InterruptedException { in createExclusiveSession()
91 Session session = mDelegate.createExclusiveSession(); in createExclusiveSession()
104 public Session tryCreateExclusiveSession() { in tryCreateExclusiveSession()
105 Session session = mDelegate.tryCreateExclusiveSession(); in tryCreateExclusiveSession()
DFrameServer.java39 public interface Session extends SafeCloseable { interface
75 public Session createExclusiveSession() throws InterruptedException; in createExclusiveSession()
82 public Session tryCreateExclusiveSession(); in tryCreateExclusiveSession()
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/stub/
DEnrichedCallManagerStub.java27 import com.android.dialer.enrichedcall.Session;
56 return Session.NO_SESSION_ID; in startCallComposerSession()
77 public Session getSession( in getSession()
84 public Session getSession(long sessionId) { in getSession()
144 return Session.NO_SESSION_ID; in startVideoShareSession()
154 return Session.NO_SESSION_ID; in getVideoShareInviteSessionId()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DPackageInstallerImpl.java52 private final Map<String, PackageInstaller.Session> mOpenSessionMap;
73 mOpenSessionMap = new HashMap<String, PackageInstaller.Session>(); in PackageInstallerImpl()
112 PackageInstaller.Session session = null; in install()
162 private PackageInstaller.Session getSession(String packageName) { in getSession()
164 PackageInstaller.Session session = mOpenSessionMap.get(packageName); in getSession()
237 PackageInstaller.Session session = mOpenSessionMap.remove(packageName); in closeSession()
DInstallTask.java45 private PackageInstaller.Session mSession;
54 PackageInstallerImpl.InstallListener callback, PackageInstaller.Session session, in InstallTask()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DConvergedImageCaptureCommand.java119 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
140 private void waitForAFConvergence(FrameServer.Session session) throws CameraAccessException, in waitForAFConvergence()
163 private void waitForAEConvergence(FrameServer.Session session) throws CameraAccessException, in waitForAEConvergence()
186 private void captureBurst(FrameServer.Session session, ImageStream imageStream, Updatable<Void> in captureBurst()
228 private void resetRepeating(FrameServer.Session session) throws InterruptedException, in resetRepeating()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java62 import com.android.dialer.enrichedcall.Session;
106 private Long sessionId = Session.NO_SESSION_ID;
177 sessionId = savedInstanceState.getLong(SESSION_ID_KEY, Session.NO_SESSION_ID); in onCreate()
203 if (sessionId == Session.NO_SESSION_ID) { in onResume()
213 if (sessionId == Session.NO_SESSION_ID) { in onResume()
232 Session session = getEnrichedCallManager().getSession(sessionId); in refreshUiForCallComposerState()
342 Session session = getEnrichedCallManager().getSession(sessionId); in sessionReady()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DAsyncBlockCheckFilter.java22 import android.telecom.Logging.Session;
37 private Session mBackgroundTaskSubsession;
38 private Session mPostExecuteSubsession;
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DInstallInstalling.java324 PackageInstaller.Session> {
328 protected PackageInstaller.Session doInBackground(Void... params) { in doInBackground()
329 PackageInstaller.Session session; in doInBackground()
384 protected void onPostExecute(PackageInstaller.Session session) { in onPostExecute()
/packages/apps/Dialer/java/com/android/dialer/enrichedcall/
DEnrichedCallManager.java181 Session getSession(@NonNull String uniqueCallId, @NonNull String number, @Nullable Filter filter); in getSession()
186 Session getSession(long sessionId); in getSession()
322 boolean test(Session session); in test()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Dbluetooth.proto17 // Session information that gets logged for every BT connection.
20 // Session information that gets logged for every Pair event.
110 // Session information that gets logged for A2DP session.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSessionFactory.java19 import android.service.textservice.SpellCheckerService.Session;
22 public static Session newInstance(AndroidSpellCheckerService service) { in newInstance()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateBaseBridge.java24 import com.android.settingslib.applications.ApplicationsState.Session;
34 protected final Session mAppSession;
DPremiumSmsAccess.java41 import com.android.settingslib.applications.ApplicationsState.Session;
49 private Session mSession;
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateBaseBridge.java24 import com.android.settingslib.applications.ApplicationsState.Session;
34 protected final Session mAppSession;
/packages/apps/Settings/src/com/android/settings/datausage/
DDataSaverSummary.java33 import com.android.settingslib.applications.ApplicationsState.Session;
47 private Session mSession;

123