Home
last modified time | relevance | path

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

123

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java57 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerPackageAbbreviation); in answerCall()
80 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerPackageAbbreviation); in deflectCall()
103 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageAbbreviation); in rejectCall()
137 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageAbbreviation); in rejectCallWithReason()
161 Log.startSession(LogUtils.Sessions.ICA_TRANSFER_CALL, mOwnerPackageAbbreviation); in transferCall()
185 Log.startSession(LogUtils.Sessions.ICA_CONSULTATIVE_TRANSFER, in consultativeTransfer()
211 Log.startSession("ICA.pDT", mOwnerPackageAbbreviation); in playDtmfTone()
234 Log.startSession("ICA.sDT", mOwnerPackageAbbreviation); in stopDtmfTone()
257 Log.startSession("ICA.pDC", mOwnerPackageAbbreviation); in postDialContinue()
280 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerPackageAbbreviation); in disconnectCall()
[all …]
DTelecomServiceImpl.java197 Log.startSession("TSI.aC", Log.getPackageAbbreviation(callingPackage));
296 Log.startSession("TSI.gDOPA", Log.getPackageAbbreviation(callingPackage));
328 Log.startSession("TSI.gUSOPA", Log.getPackageAbbreviation(callingPackage));
348 Log.startSession("TSI.sUSOPA");
375 Log.startSession("TSI.gCCPA", Log.getPackageAbbreviation(callingPackage));
434 Log.startSession("TSI.gSMPA", Log.getPackageAbbreviation(callingPackage));
461 Log.startSession("TSI.gOSMPA", Log.getPackageAbbreviation(callingPackage));
496 Log.startSession("TSI.gPASS", Log.getPackageAbbreviation(callingPackage));
549 Log.startSession("TSI.gPAFP");
566 Log.startSession("TSI.gPA", Log.getPackageAbbreviation(callingPackage));
[all …]
DTelecomBroadcastIntentProcessor.java182 Log.startSession("TBIP.aAFM"); in processIntent()
193 Log.startSession("TBIP.aRFM"); in processIntent()
205 Log.startSession("TBIP.aPWC"); in processIntent()
214 Log.startSession("TBIP.aCC"); in processIntent()
223 Log.startSession("TBIP.aPRC"); in processIntent()
232 Log.startSession("TBIP.aPUC"); in processIntent()
241 Log.startSession("TBIP.aCRC"); in processIntent()
250 Log.startSession("TBIP.aHC", "streamingDialog"); in processIntent()
260 Log.startSession("TBIP.aSS", "streamingDialog"); in processIntent()
DTransactionalServiceWrapper.java191 Log.startSession("TSW.sA");
204 Log.startSession("TSW.a");
217 Log.startSession("TSW.sI");
231 Log.startSession("TSW.d");
244 Log.startSession("TSW.sMS");
258 Log.startSession("TSW.sCS");
271 Log.startSession("TSW.rVS");
355 Log.startSession("TSW.rCEC");
371 Log.startSession("TSW.sE");
421 Log.startSession("TSW.oSA"); in onSetActive()
[all …]
DCallDiagnosticServiceAdapter.java58 Log.startSession("CDSA.dDM", mOwnerPackageAbbreviation); in displayDiagnosticMessage()
77 Log.startSession("CDSA.cDM", mOwnerPackageAbbreviation); in clearDiagnosticMessage()
97 Log.startSession("CDSA.sDTDM", mOwnerPackageAbbreviation); in sendDeviceToDeviceMessage()
117 Log.startSession("CDSA.oDM", mOwnerPackageAbbreviation); in overrideDisconnectMessage()
DConnectionServiceWrapper.java124 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE, in handleCreateConnectionComplete()
168 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE, in handleCreateConferenceComplete()
211 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE, in setActive()
235 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING, mPackageAbbreviation); in setRinging()
258 Log.startSession(sessionInfo, "CSW.rCCT", mPackageAbbreviation); in resetConnectionTime()
279 Log.startSession(sessionInfo, "CSW.sVP", mPackageAbbreviation); in setVideoProvider()
300 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DIALING, mPackageAbbreviation); in setDialing()
323 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_PULLING, mPackageAbbreviation); in setPulling()
345 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DISCONNECTED, in setDisconnected()
370 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ON_HOLD, mPackageAbbreviation); in setOnHold()
[all …]
DServiceBinder.java124 Log.startSession("SDR.bD", in binderDied()
149 Log.startSession("SBC.oSC", Log.getPackageAbbreviation(componentName)); in onServiceConnected()
186 Log.startSession("SBC.oSD", Log.getPackageAbbreviation(componentName)); in onServiceDisconnected()
204 Log.startSession("SBC.oNB"); in onNullBinding()
DWiredHeadsetManager.java44 Log.startSession("WHC.oADA"); in onAudioDevicesAdded()
54 Log.startSession("WHC.oADR"); in onAudioDevicesRemoved()
DCallDiagnosticServiceController.java177 Log.startSession("CDSC.oSC", Log.getPackageAbbreviation(name)); in onServiceConnected()
192 Log.startSession("CDSC.oSD", Log.getPackageAbbreviation(name)); in onServiceDisconnected()
206 Log.startSession("CDSC.oBD", Log.getPackageAbbreviation(name)); in onBindingDied()
220 Log.startSession("CDSC.oNB", Log.getPackageAbbreviation(name)); in onNullBinding()
DTelecomSystem.java148 Log.startSession("TSSwR.oR");
165 Log.startSession("TSStR.oR");
181 Log.startSession("TSBCR.oR");
243 Log.startSession("TS.init"); in TelecomSystem()
DSystemStateHelper.java78 Log.startSession("SSH.oR");
123 Log.startSession("SSH.oPSC"); in onProjectionStateChanged()
DStreamingCallAdapter.java50 Log.startSession(LogUtils.Sessions.CSA_SET_STATE, mOwnerPackageAbbreviation); in setStreamingState()
DDefaultDialerCache.java72 Log.startSession("DDC.oR");
118 Log.startSession("DDC.oC");
DDockManager.java49 Log.startSession("DM.oR"); in onReceive()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java88 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartSession()
107 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartInvisibleChildSession()
109 mTestSessionManager.startSession(TEST_CHILD_NAME, null); in testStartInvisibleChildSession()
131 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSession()
156 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndInvisibleChildSession()
158 mTestSessionManager.startSession(TEST_CHILD_NAME, null); in testEndInvisibleChildSession()
180 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCreateSubsession()
203 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCancelSubsession()
224 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testContinueSubsession()
248 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSubsession()
[all …]
DSessionTest.java58 Log.startSession("testParent"); in testRecursion_printFullSessionTree()
89 Log.startSession("testParent"); in testRecursion_getFullMethodPath()
120 Log.startSession("testParent"); in testRecursion_getFullMethodPathTruncated()
152 Log.startSession("testParent"); in testRecursion_toString()
184 Log.startSession("testParent"); in testRecursion_toString_childCircDep()
214 Log.startSession("testParent"); in testRecursion_getInfo()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/garagemode/
DGarageModeRecorderTest.java119 mGarageModeRecorder.startSession(); in testStartSession()
126 mGarageModeRecorder.startSession(); in testStartSessionCalledTwice()
127 mGarageModeRecorder.startSession(); in testStartSessionCalledTwice()
135 mGarageModeRecorder.startSession(); in testFinishSession()
144 mGarageModeRecorder.startSession(); in testCancelSession()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java141 Log.startSession("CRSC.oSC"); in onServiceConnected()
156 Log.startSession("CRSC.oSD"); in onServiceDisconnected()
169 Log.startSession("CRSC.oNB"); in onNullBinding()
183 Log.startSession("CRSC.oBD"); in onBindingDied()
197 Log.startSession("CRA.cC"); in cancelCall()
214 Log.startSession("CRA.pCU"); in placeCallUnmodified()
231 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/callfiltering/
DCallScreeningServiceFilter.java89 Log.startSession("NCSSF.aC"); in allowCall()
117 Log.startSession("NCSSF.dC"); in disallowCall()
149 Log.startSession("NCSSF.sC"); in silenceCall()
184 Log.startSession("NCSSF.sCF"); in screenCallFurther()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/domain/interactor/
DUndoInteractor.kt57 fun startSession() { in <lambda>() method
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallActivity.java63 Log.startSession("UCA.oC"); in onCreate()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/undo/domain/interactor/
DUndoInteractorTest.kt63 underTest.startSession() in start session - update - and undo all()

123