Searched refs:mSession (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Browser/src/com/android/browser/ |
D | Preloader.java | 41 private volatile PreloaderSession mSession; field in Preloader 54 mSession = null; in Preloader() 60 if (mSession == null) { in getSession() 62 mSession = new PreloaderSession(id); in getSession() 64 mSession.getWebView()); in getSession() 65 return mSession; in getSession() 66 } else if (mSession.mId.equals(id)) { in getSession() 68 return mSession; in getSession() 71 if (LOGD_ENABLED) Log.d(LOGTAG, "Existing session in progress : " + mSession.mId + in getSession() 78 if (mSession != null && mSession.mId.equals(id)) { in takeSession() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 95 private BluetoothOppObexSession mSession; field in BluetoothOppTransfer 112 mSession = session; in BluetoothOppTransfer() 187 mSession.stop(); in handleMessage() 209 mSession.stop(); in handleMessage() 411 if (mSession != null) { in stop() 413 mSession.stop(); in stop() 439 mSession = new BluetoothOppObexClientSession(mContext, mTransport); in startObexSession() 446 if (mSession == null) { in startObexSession() 453 if (V) Log.v(TAG, "Transfer has Server session" + mSession.toString()); in startObexSession() 456 mSession.start(mSessionHandler, mBatch.getNumShares()); in startObexSession() [all …]
|
D | BluetoothOppObexServerSession.java | 88 private ServerSession mSession; field in BluetoothOppObexServerSession 122 mSession = new ServerSession(mTransport, this, null); in preStart() 148 if (mSession != null) { in stop() 150 mSession.close(); in stop() 157 mSession = null; in stop()
|
/packages/apps/Settings/src/com/android/settings/net/ |
D | ChartDataLoader.java | 44 private final INetworkStatsSession mSession; field in ChartDataLoader 61 mSession = session; in ChartDataLoader() 89 data.network = mSession.getHistoryForNetwork(template, fields); in loadInBackground() 135 final NetworkStatsHistory history = mSession.getHistoryForUid( in collectHistoryForUid()
|
D | SummaryForAllUidLoader.java | 32 private final INetworkStatsSession mSession; field in SummaryForAllUidLoader 45 mSession = session; in SummaryForAllUidLoader() 62 return mSession.getSummaryForAllUid(template, start, end, false); in loadInBackground()
|
/packages/experimental/PrintService/src/foo/bar/printservice/ |
D | MyPrintService.java | 73 private FakePrinterDiscoverySession mSession; field in MyPrintService 96 if (mSession != null) { in onDisconnected() 97 mSession.cancellAddingFakePrinters(); in onDisconnected()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ManageApplications.java | 536 private final ApplicationsState.Session mSession; field in ManageApplications.ApplicationsAdapter 571 mSession = state.newSession(this); in ApplicationsAdapter() 581 mSession.resume(); in resume() 592 mSession.pause(); in pause() 650 = mSession.rebuild(filterObj, comparatorObj); in rebuild()
|
D | InstalledAppDetails.java | 112 private ApplicationsState.Session mSession; field in InstalledAppDetails 423 mSession = mState.newSession(this); in onCreate() 435 mSession.resume(); in onCreate() 583 mSession.resume(); in onResume() 592 mSession.pause(); in onPause()
|