Searched refs:shutdown (Results 1 - 25 of 33) sorted by relevance

12

/packages/apps/IM/src/com/android/im/imps/
H A DCirChannel.java51 * Tells if the CIR has been shutdown or not.
59 public abstract void shutdown(); method in class:CirChannel
H A DDataChannel.java63 public abstract void shutdown(); method in class:DataChannel
H A DImpsConnection.java86 mCirChannel.shutdown();
89 mDispatcherThread.shutdown();
92 mDataChannel.shutdown();
101 void shutdown(){ method in class:ImpsConnection
320 mDataChannel.shutdown();
397 mCirChannel.shutdown();
413 shutdown();
419 shutdown();
570 void shutdown() { method in class:ImpsConnection.PrimitiveDispatcherThread
585 mCirChannel.shutdown();
[all...]
H A DHttpCirChannel.java70 public synchronized void shutdown() { method in class:HttpCirChannel
H A DSmsCirChannel.java60 public void shutdown() { method in class:SmsCirChannel
H A DHttpDataChannel.java152 shutdown();
169 public void shutdown() { method in class:HttpDataChannel
H A DSmsDataChannel.java132 public void shutdown() { method in class:SmsDataChannel
H A DTcpCirChannel.java85 public synchronized void shutdown() { method in class:TcpCirChannel
182 while (!mDone) { // Keep trying to connect the server until shutdown
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DDataSource.java30 void shutdown(); method in interface:DataSource
H A DConcatenatedDataSource.java74 public void shutdown() { method in class:ConcatenatedDataSource
75 mFirst.shutdown();
76 mSecond.shutdown();
H A DDiskCache.java61 shutdown();
178 shutdown();
199 shutdown();
202 private void shutdown() { method in class:DiskCache
H A DGallery.java258 dataSource.shutdown();
260 mGridLayer.shutdown();
263 mRenderView.shutdown();
267 mApp.shutdown();
H A DMovieView.java87 mApp.shutdown();
H A DPhotoAppWidgetBind.java89 mApp.shutdown();
H A DPhotoAppWidgetConfigure.java81 mApp.shutdown();
H A DCropImage.java140 shutdown("");
143 shutdown("");
149 shutdown(uri.toString());
152 public void shutdown(String uri) {
532 mApp.shutdown();
H A DPhotographs.java161 mApp.shutdown();
H A DPicasaDataSource.java82 public void shutdown() { method in class:PicasaDataSource
H A DUriTexture.java344 mConnectionManager.shutdown();
/packages/apps/IM/src/com/android/im/service/
H A DAndroidSystemService.java46 public void shutdown() { method in class:AndroidSystemService
H A DRemoteImService.java215 AndroidSystemService.getInstance().shutdown();
/packages/apps/Gallery3D/src/com/cooliris/app/
H A DApp.java70 public void shutdown() { method in class:App
71 mReverseGeocoder.shutdown();
/packages/apps/Calendar/src/com/android/calendar/
H A DEventLoader.java159 public void shutdown() { method in class:EventLoader.LoaderThread
166 Log.e("Cal", "LoaderThread.shutdown() interrupted!");
217 mLoaderThread.shutdown();
/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java252 // Power.shutdown();
525 if (DBG) log("onOtaCloseSpcNotice(), send shutdown intent");
526 Intent shutdown = new Intent(Intent.ACTION_REQUEST_SHUTDOWN);
527 shutdown.putExtra(Intent.EXTRA_KEY_CONFIRM, false);
528 shutdown.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
529 mContext.startActivity(shutdown);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java389 mAcceptThread.shutdown();
494 * shutdown.When the remote disconnect,this thread shall run again waiting
551 void shutdown() { method in class:BluetoothPbapService.SocketAcceptThread

Completed in 139 milliseconds

12