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

12

/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java51 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerComponentName);
74 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerComponentName);
97 Log.startSession("ICA.pDT", mOwnerComponentName);
120 Log.startSession("ICA.sDT", mOwnerComponentName);
143 Log.startSession("ICA.pDC", mOwnerComponentName);
166 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerComponentName);
189 Log.startSession(LogUtils.Sessions.ICA_HOLD_CALL, mOwnerComponentName);
211 Log.startSession(LogUtils.Sessions.ICA_UNHOLD_CALL, mOwnerComponentName);
234 Log.startSession("ICA.pAS", mOwnerComponentName);
256 Log.startSession(LogUtil
[all...]
H A DTelecomBroadcastIntentProcessor.java118 Log.startSession("TBIP.aAFM");
129 Log.startSession("TBIP.aRFM");
141 Log.startSession("TBIP.aPWC");
150 Log.startSession("TBIP.aCC");
H A DTelecomServiceImpl.java87 Log.startSession("TSI.gDOPA");
114 Log.startSession("TSI.gUSOPA");
130 Log.startSession("TSI.sUSOPA");
154 Log.startSession("TSI.gCCPA");
179 Log.startSession("TSI.gSMPA");
205 Log.startSession("TSI.gPASS");
233 Log.startSession("TSI.gPAFP");
252 Log.startSession("TSI.gPA");
274 Log.startSession("TSI.gAPAC");
292 Log.startSession("TS
[all...]
H A DWiredHeadsetManager.java44 Log.startSession("WHC.oADA");
54 Log.startSession("WHC.oADR");
H A DConnectionServiceWrapper.java73 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE);
98 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE);
118 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING);
139 Log.startSession(sessionInfo, "CSW.sVP");
157 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DIALING);
177 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_PULLING);
196 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DISCONNECTED);
217 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ON_HOLD);
238 Log.startSession(sessionInfo, "CSW.SRR");
258 Log.startSession(sessionInf
[all...]
H A DBluetoothPhoneServiceImpl.java97 Log.startSession("BPSI.aC");
119 Log.startSession("BPSI.hC");
140 Log.startSession("BPSI.sD");
164 Log.startSession("BPSI.gNO");
187 Log.startSession("BPSI.gSN");
215 Log.startSession("BPSI.lCC");
240 Log.startSession("BPSI.qPS");
257 Log.startSession("BPSI.pC");
H A DDockManager.java44 Log.startSession("DM.oR");
H A DSystemStateProvider.java43 Log.startSession("SSP.oR");
H A DTelecomSystem.java122 Log.startSession("TSSwR.oR");
139 Log.startSession("TSStR.oR");
155 Log.startSession("TSBCR.oR");
201 Log.startSession("TS.init");
H A DBluetoothManager.java56 Log.startSession("BMSL.oSC");
73 Log.startSession("BMSL.oSD");
90 Log.startSession("BM.oR");
H A DTtyManager.java116 Log.startSession("TBR.oR");
H A DDefaultDialerCache.java68 Log.startSession("DDC.oR");
114 Log.startSession("DDC.oC");
H A DServiceBinder.java120 Log.startSession("SBC.oSC");
148 Log.startSession("SBC.oSD");
H A DNewOutgoingCallIntentBroadcaster.java105 Log.startSession("NOCBIR.oR");
H A DVideoProviderProxy.java146 Log.startSession("VPP.rSMR");
H A DCallLogManager.java460 Log.startSession("CLM.oCD");
/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSession.java182 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull byte[] placeholder, method in interface:CaptureSession
196 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Bitmap placeholder, method in interface:CaptureSession
209 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Uri uri, method in interface:CaptureSession
264 * stored. This is only available after startSession has been called and
271 * available after startSession has been called.
H A DCaptureSessionImpl.java219 public synchronized void startSession(@Nullable ImageLifecycleListener listener, method in class:CaptureSessionImpl
240 public synchronized void startSession(@Nullable ImageLifecycleListener listener, method in class:CaptureSessionImpl
265 public synchronized void startSession(@Nullable ImageLifecycleListener listener, method in class:CaptureSessionImpl
351 "Cannot call finish without calling startSession first.");
433 "Cannot call finish without calling startSession first.");
/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DPrimaryCallReceiver.java20 Log.startSession("PCR.oR");
H A DUserCallActivity.java55 Log.startSession("UCA.oC");
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSessionManagerTest.java71 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
89 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
91 mTestSessionManager.startSession(TEST_CHILD_NAME, null);
112 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
136 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
138 mTestSessionManager.startSession(TEST_CHILD_NAME, null);
159 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
181 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
201 mTestSessionManager.startSession(TEST_PARENT_NAME, null);
224 mTestSessionManager.startSession(TEST_PARENT_NAM
[all...]
H A DAnalyticsTests.java253 Log.startSession(LogUtils.Sessions.CSW_ADD_CONFERENCE_CALL);
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSession.java128 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder, method in class:CaptureIntentSession
134 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder, method in class:CaptureIntentSession
140 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri, method in class:CaptureIntentSession
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
H A DBluetoothDeviceManager.java45 Log.startSession("BMSL.oSC");
64 Log.startSession("BMSL.oSD");
86 Log.startSession("BM.oR");
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallScreeningServiceFilter.java54 Log.startSession("CSCR.oSC");
69 Log.startSession("CSCR.oSD");
83 Log.startSession("CSCR.aC");
112 Log.startSession("CSCR.dC");

Completed in 469 milliseconds

12