Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 14 of 14) sorted by relevance

/packages/apps/IM/src/com/android/im/imps/
DImpsConnection.java86 mCirChannel.shutdown(); in shutdownOnError()
89 mDispatcherThread.shutdown(); in shutdownOnError()
92 mDataChannel.shutdown(); in shutdownOnError()
101 void shutdown(){ in shutdown() method in ImpsConnection
320 mDataChannel.shutdown(); in onAuthenticated()
397 mCirChannel.shutdown(); in logoutAsync()
413 shutdown(); in sendLogoutRequest()
419 shutdown(); in sendLogoutRequest()
570 void shutdown() { in shutdown() method in ImpsConnection.PrimitiveDispatcherThread
585 mCirChannel.shutdown(); in processIncomingPrimitive()
[all …]
DCirChannel.java59 public abstract void shutdown(); in shutdown() method in CirChannel
DDataChannel.java63 public abstract void shutdown(); in shutdown() method in DataChannel
DHttpCirChannel.java70 public synchronized void shutdown() { in shutdown() method in HttpCirChannel
DSmsCirChannel.java60 public void shutdown() { in shutdown() method in SmsCirChannel
DHttpDataChannel.java152 shutdown(); in resume()
169 public void shutdown() { in shutdown() method in HttpDataChannel
DTcpCirChannel.java85 public synchronized void shutdown() { in shutdown() method in TcpCirChannel
DSmsDataChannel.java132 public void shutdown() { in shutdown() method in SmsDataChannel
/packages/apps/IM/src/com/android/im/service/
DAndroidSystemService.java46 public void shutdown() { in shutdown() method in AndroidSystemService
DRemoteImService.java213 AndroidSystemService.getInstance().shutdown(); in onDestroy()
/packages/apps/Calendar/src/com/android/calendar/
DEventLoader.java149 public void shutdown() { in shutdown() method in EventLoader.LoaderThread
207 mLoaderThread.shutdown(); in stopBackgroundThread()
/packages/apps/Phone/src/com/android/phone/
DOtaUtils.java459 Intent shutdown = new Intent(Intent.ACTION_REQUEST_SHUTDOWN); in onOtaCloseSpcNotice() local
460 shutdown.putExtra(Intent.EXTRA_KEY_CONFIRM, false); in onOtaCloseSpcNotice()
461 shutdown.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onOtaCloseSpcNotice()
462 mContext.startActivity(shutdown); in onOtaCloseSpcNotice()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java389 mAcceptThread.shutdown(); in closeService()
551 void shutdown() { in shutdown() method in BluetoothPbapService.SocketAcceptThread
/packages/apps/Settings/src/com/android/settings/
DTextToSpeechSettings.java126 mTts.shutdown(); in onDestroy()