Searched refs:mSession (Results 1 - 15 of 15) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DHeadsetMediaButton.java55 private final MediaSession mSession; field in class:HeadsetMediaButton
62 mSession = new MediaSession(context, HeadsetMediaButton.class.getSimpleName());
63 mSession.setCallback(mSessionCallback);
64 mSession.setFlags(MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY
66 mSession.setPlaybackToLocal(AUDIO_ATTRIBUTES);
89 if (!mSession.isActive()) {
90 mSession.setActive(true);
98 if (mSession.isActive()) {
99 mSession.setActive(false);
/packages/apps/Browser/src/com/android/browser/
H A DPreloader.java41 private volatile PreloaderSession mSession; field in class:Preloader
54 mSession = null;
60 if (mSession == null) {
62 mSession = new PreloaderSession(id);
64 mSession.getWebView());
65 return mSession;
66 } else if (mSession.mId.equals(id)) {
68 return mSession;
71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId +
78 if (mSession !
[all...]
/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingTask.java34 public final CaptureSession mSession; field in class:ProcessingTask.ProcessingResult
42 mSession = session;
/packages/apps/Settings/src/com/android/settings/net/
H A DSummaryForAllUidLoader.java32 private final INetworkStatsSession mSession; field in class:SummaryForAllUidLoader
45 mSession = session;
62 return mSession.getSummaryForAllUid(template, start, end, false);
H A DChartDataLoader.java44 private final INetworkStatsSession mSession; field in class:ChartDataLoader
61 mSession = session;
89 data.network = mSession.getHistoryForNetwork(template, fields);
135 final NetworkStatsHistory history = mSession.getHistoryForUid(
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java95 private BluetoothOppObexSession mSession; field in class:BluetoothOppTransfer
112 mSession = session;
128 * Receives events from mConnectThread & mSession back in the main thread.
187 mSession.stop();
209 mSession.stop();
411 if (mSession != null) {
412 if (V) Log.v(TAG, "Stop mSession");
413 mSession.stop();
439 mSession = new BluetoothOppObexClientSession(mContext, mTransport);
444 * mSession instanc
[all...]
H A DBluetoothOppObexServerSession.java88 private ServerSession mSession; field in class:BluetoothOppObexServerSession
122 mSession = new ServerSession(mTransport, this, null);
148 if (mSession != null) {
150 mSession.close();
157 mSession = null;
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMClientService.java65 /** Lock object for {@link #mSession} and {@link #mServiceID}. */
69 private DMSession mSession; field in class:DMClientService
252 mSession = new DMSession(this);
266 ret = mSession.startPkg0AlertSession((byte[]) pkg.mobj);
276 ret = mSession.startFotaClientSession(
287 ret = mSession.fotaNotifyDMServer((FotaNotifyContext) pkg.mobj);
298 ret = mSession.startClientSession((String) pkg.mobj);
309 ret = mSession
318 mSession = null;
334 if (mSession !
[all...]
H A DDMHttpConnector.java76 private final DMSession mSession; field in class:DMHttpConnector
83 mSession = session;
171 HttpLog log = new HttpLog(mContext, mSession.getLogFileName());
253 HttpLog log = new HttpLog(mContext, mSession.getLogFileName());
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppsBrowseInfo.java48 private final ApplicationsState.Session mSession; field in class:AppsBrowseInfo
63 mSession = mApplicationsState.newSession(this);
159 mSession.resume();
H A DAppManagementActivity.java57 private ApplicationsState.Session mSession; field in class:AppManagementActivity
82 mSession = mApplicationsState.newSession(this);
83 mSession.resume();
/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java73 private FakePrinterDiscoverySession mSession; field in class:MyPrintService
96 if (mSession != null) {
97 mSession.cancellAddingFakePrinters();
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java224 private final CaptureSession mSession; field in class:OneCameraZslImpl.ImageCaptureTask
229 mSession = session;
253 mSession.startEmpty();
254 savePicture(image, mParams, mSession);
255 mParams.callback.onPictureTaken(mSession);
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java558 private final ApplicationsState.Session mSession; field in class:ManageApplications.ApplicationsAdapter
593 mSession = state.newSession(this);
603 mSession.resume();
614 mSession.pause();
619 mSession.release();
676 = mSession.rebuild(filterObj, comparatorObj);
H A DInstalledAppDetails.java112 private ApplicationsState.Session mSession; field in class:InstalledAppDetails
435 mSession = mState.newSession(this);
447 mSession.resume();
598 mSession.resume();
607 mSession.pause();
613 mSession.release();

Completed in 467 milliseconds