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.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/Settings/src/com/android/settings/applications/
H A DManageApplications.java533 private final ApplicationsState.Session mSession; field in class:ManageApplications.ApplicationsAdapter
568 mSession = state.newSession(this);
578 mSession.resume();
589 mSession.pause();
647 = mSession.rebuild(filterObj, comparatorObj);
H A DInstalledAppDetails.java111 private ApplicationsState.Session mSession; field in class:InstalledAppDetails
408 mSession = mState.newSession(this);
420 mSession.resume();
568 mSession.resume();
577 mSession.pause();

Completed in 266 milliseconds