Home
last modified time | relevance | path

Searched refs:startSession (Results 1 – 25 of 32) sorted by relevance

12

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java52 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerComponentName); in answerCall()
75 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerComponentName); in deflectCall()
98 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerComponentName); in rejectCall()
131 Log.startSession("ICA.pDT", mOwnerComponentName); in playDtmfTone()
154 Log.startSession("ICA.sDT", mOwnerComponentName); in stopDtmfTone()
177 Log.startSession("ICA.pDC", mOwnerComponentName); in postDialContinue()
200 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerComponentName); in disconnectCall()
223 Log.startSession(LogUtils.Sessions.ICA_HOLD_CALL, mOwnerComponentName); in holdCall()
245 Log.startSession(LogUtils.Sessions.ICA_UNHOLD_CALL, mOwnerComponentName); in unholdCall()
268 Log.startSession("ICA.pAS", mOwnerComponentName); in phoneAccountSelected()
[all …]
DTelecomServiceImpl.java113 Log.startSession("TSI.gDOPA");
140 Log.startSession("TSI.gUSOPA");
160 Log.startSession("TSI.sUSOPA");
184 Log.startSession("TSI.gCCPA");
209 Log.startSession("TSI.gSMPA");
235 Log.startSession("TSI.gPASS");
269 Log.startSession("TSI.gPAFP");
288 Log.startSession("TSI.gPA");
309 Log.startSession("TSI.gAPAC");
338 Log.startSession("TSI.gAPA");
[all …]
DConnectionServiceWrapper.java75 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE); in handleCreateConnectionComplete()
103 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE); in setActive()
126 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING); in setRinging()
149 Log.startSession(sessionInfo, "CSW.rCCT"); in resetConnectionTime()
170 Log.startSession(sessionInfo, "CSW.sVP"); in setVideoProvider()
191 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DIALING); in setDialing()
214 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_PULLING); in setPulling()
236 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DISCONNECTED); in setDisconnected()
260 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ON_HOLD); in setOnHold()
284 Log.startSession(sessionInfo, "CSW.SRR"); in setRingbackRequested()
[all …]
DTelecomBroadcastIntentProcessor.java140 Log.startSession("TBIP.aAFM"); in processIntent()
151 Log.startSession("TBIP.aRFM"); in processIntent()
163 Log.startSession("TBIP.aPWC"); in processIntent()
172 Log.startSession("TBIP.aCC"); in processIntent()
181 Log.startSession("TBIP.aPRC"); in processIntent()
191 Log.startSession("TBIP.aPUC"); in processIntent()
201 Log.startSession("TBIP.aCRC"); in processIntent()
DBluetoothPhoneServiceImpl.java100 Log.startSession("BPSI.aC");
122 Log.startSession("BPSI.hC");
143 Log.startSession("BPSI.sD");
167 Log.startSession("BPSI.gNO");
190 Log.startSession("BPSI.gSN");
218 Log.startSession("BPSI.lCC");
243 Log.startSession("BPSI.qPS");
260 Log.startSession("BPSI.pC");
DTelecomSystem.java125 Log.startSession("TSSwR.oR");
142 Log.startSession("TSStR.oR");
158 Log.startSession("TSBCR.oR");
210 Log.startSession("TS.init"); in TelecomSystem()
DServiceBinder.java123 Log.startSession("SDR.bD"); in binderDied()
147 Log.startSession("SBC.oSC"); in onServiceConnected()
185 Log.startSession("SBC.oSD"); in onServiceDisconnected()
DWiredHeadsetManager.java44 Log.startSession("WHC.oADA"); in onAudioDevicesAdded()
54 Log.startSession("WHC.oADR"); in onAudioDevicesRemoved()
DDefaultDialerCache.java70 Log.startSession("DDC.oR");
116 Log.startSession("DDC.oC");
DDockManager.java44 Log.startSession("DM.oR"); in onReceive()
DTtyManager.java116 Log.startSession("TBR.oR"); in onReceive()
DHeadsetMediaButton.java53 Log.startSession("HMB.oMBE");
DSystemStateHelper.java49 Log.startSession("SSP.oR");
DCallRecordingTonePlayer.java51 Log.startSession("CRTP.oRCC");
DVideoProviderProxy.java156 Log.startSession("VPP.rSMR"); in receiveSessionModifyRequest()
DInCallController.java171 Log.startSession("ICSBC.oSC");
188 Log.startSession("ICSBC.oSD");
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java87 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartSession()
106 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartInvisibleChildSession()
108 mTestSessionManager.startSession(TEST_CHILD_NAME, null); in testStartInvisibleChildSession()
130 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSession()
155 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndInvisibleChildSession()
157 mTestSessionManager.startSession(TEST_CHILD_NAME, null); in testEndInvisibleChildSession()
179 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCreateSubsession()
202 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCancelSubsession()
223 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testContinueSubsession()
247 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSubsession()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java64 Log.startSession("CSCR.oSC"); in onServiceConnected()
79 Log.startSession("CSCR.oSD"); in onServiceDisconnected()
93 Log.startSession("CSCR.aC"); in allowCall()
124 Log.startSession("CSCR.dC"); in disallowCall()
157 Log.startSession("CSCR.sC"); in silenceCall()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java130 Log.startSession("CRSC.oSC"); in onServiceConnected()
145 Log.startSession("CRSC.oSD"); in onServiceDisconnected()
159 Log.startSession("CRA.cC"); in cancelCall()
176 Log.startSession("CRA.pCU"); in placeCallUnmodified()
193 Log.startSession("CRA.rC"); in redirectCall()
/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSession.java182 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull byte[] placeholder, in startSession() method
196 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Bitmap placeholder, in startSession() method
209 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Uri uri, in startSession() method
DCaptureSessionImpl.java219 public synchronized void startSession(@Nullable ImageLifecycleListener listener, in startSession() method in CaptureSessionImpl
240 public synchronized void startSession(@Nullable ImageLifecycleListener listener, in startSession() method in CaptureSessionImpl
265 public synchronized void startSession(@Nullable ImageLifecycleListener listener, in startSession() method in CaptureSessionImpl
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentSession.java130 …public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder, in startSession() method in CaptureIntentSession
136 …public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder, in startSession() method in CaptureIntentSession
142 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri, in startSession() method in CaptureIntentSession
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java43 Log.startSession("BMSL.oSC");
66 Log.startSession("BMSL.oSD");
DBluetoothStateReceiver.java55 Log.startSession("BSR.oR"); in onReceive()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallActivity.java61 Log.startSession("UCA.oC"); in onCreate()

12