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

/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/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.java97 private BluetoothOppObexSession mSession; field in class:BluetoothOppTransfer
114 mSession = session;
130 * Receives events from mConnectThread & mSession back in the main thread.
211 mSession.stop();
233 mSession.stop();
431 if (mSession != null) {
432 if (V) Log.v(TAG, "Stop mSession");
433 mSession.stop();
459 mSession = new BluetoothOppObexClientSession(mContext, mTransport);
464 * 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/Settings/src/com/android/settings/applications/
H A DManageApplications.java519 private final ApplicationsState.Session mSession; field in class:ManageApplications.ApplicationsAdapter
554 mSession = state.newSession(this);
564 mSession.resume();
575 mSession.pause();
630 = mSession.rebuild(filterObj, comparatorObj);
H A DInstalledAppDetails.java100 private ApplicationsState.Session mSession; field in class:InstalledAppDetails
365 mSession = mState.newSession(this);
441 mSession.resume();
450 mSession.pause();

Completed in 153 milliseconds