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

123

/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
H A DBlockedNumberProviderTestable.java32 public void shutdown() { method in class:BlockedNumberProviderTestable
35 super.shutdown();
H A DMyMockContext.java147 public void shutdown() { method in class:MyMockContext
148 mProvider.shutdown();
/packages/apps/Nfc/src/com/android/nfc/echoserver/
H A DEchoServer.java109 // shutdown can be modified from multiple threads, protected by this
110 boolean shutdown = false; field in class:EchoServer.EchoMachine
153 public synchronized void shutdown() { method in class:EchoServer.EchoMachine
155 shutdown = true;
160 if (shutdown) return true;
234 echoMachine.shutdown();
263 public void shutdown() { method in class:EchoServer.ServerThread
327 echoMachine.shutdown();
339 public void shutdown() { method in class:EchoServer.ConnectionlessServerThread
368 mConnectionlessServerThread.shutdown();
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DObexRejectServer.java71 public void shutdown() { method in class:ObexRejectServer
87 shutdown();
H A DObexServerSockets.java37 * Call {@link #shutdown(boolean)} to terminate the accept threads created by the call to
59 /* Handles to the accept threads. Needed for shutdown. */
214 shutdown(false); */ // UPDATE: TODO: remove - redesigned to keep running...
224 Log.w(TAG,"onAcceptFailed() calling shutdown...");
226 shutdown(false);
234 synchronized public void shutdown(boolean block) { method in class:ObexServerSockets
235 if(D) Log.d(TAG, "shutdown(block = " + block + ")");
237 mRfcommThread.shutdown();
240 mL2capThread.shutdown();
254 Log.i(TAG, "shutdown() interrupte
364 public void shutdown() { method in class:ObexServerSockets.SocketAcceptThread
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DMainThreadExecutor.java49 public void shutdown() { method in class:MainThreadExecutor
/packages/apps/TV/src/com/android/tv/util/
H A DMainThreadExecutor.java55 public void shutdown() { method in class:MainThreadExecutor
/packages/apps/Camera2/src/com/android/camera/device/
H A DSingleDeviceStateMachine.java208 shutdown();
257 shutdown();
277 shutdown();
299 // TODO: Consider performing a shutdown if there is no open
327 shutdown();
361 private void shutdown() { method in class:SingleDeviceStateMachine
H A DMultiCameraDeviceLifecycle.java56 * Then create a new request and return the future and begin the shutdown
248 public ListenableFuture<Void> shutdown() { method in class:MultiCameraDeviceLifecycle
256 // its shutdown cycle.
263 // This could occur if a previous shutdown call occurred, and
272 // clean shutdown state.
346 mLogger.i("Canceling shutdown.");
355 mLogger.i("Completing shutdown.");
367 // if the shutdown future is set but there is no current device,
368 // we should call shutdown, just in case so that it clears out the
369 // shutdown stat
[all...]
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageConsumer.java199 public void shutdown(); method in interface:ImageConsumer
H A DImageBackend.java573 public void shutdown() { method in class:ImageBackend
574 mThreadPoolSlow.shutdown();
575 mThreadPoolFast.shutdown();
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushServer.java189 public void shutdown() { method in class:NdefPushServer.ServerThread
220 mServerThread.shutdown();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadScanner.java91 scanner.shutdown();
135 public void shutdown() { method in class:DownloadScanner
/packages/apps/Calendar/src/com/android/calendar/
H A DEventLoader.java169 public void shutdown() { method in class:EventLoader.LoaderThread
176 Log.e("Cal", "LoaderThread.shutdown() interrupted!");
227 mLoaderThread.shutdown();
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverServer.java75 mServerThread.shutdown();
153 public void shutdown() { method in class:HandoverServer.ServerThread
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepServer.java248 public void shutdown() { method in class:SnepServer.ServerThread
280 mServerThread.shutdown();
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java78 mIpManager.shutdown();
/packages/apps/Email/tests/src/com/android/email/provider/
H A DAccountBackupRestoreTests.java116 getProvider().shutdown();
/packages/services/Car/service/src/com/android/car/
H A DCarPowerManagementService.java73 * Called before shutdown or sleep entry to allow running some processing. This call
90 * Returns wake up time after system is fully shutdown. Power controller will power on
102 void shutdown(); method in interface:CarPowerManagementService.SystemInteface
208 * Register PowerEventPreprocessingHandler to run pre-processing before shutdown or
225 * that, and this call can be called in such case to trigger shutdown without waiting further.
357 Log.i(CarLog.TAG_POWER, "starting shutdown with processing");
360 Log.i(CarLog.TAG_POWER, "starting shutdown immediately");
388 Log.i(CarLog.TAG_POWER, "processing before shutdown expected for :" + processingTimeMs +
432 } else { // power controller woke-up but no power state change. Just shutdown.
463 // now shutdown
670 public void shutdown() { method in class:CarPowerManagementService.SystemIntefaceImpl
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java397 public void shutdown() { method in class:BluetoothMapMasInstance
398 if (D) Log.d(TAG, "MAP Service shutdown");
429 sockets.shutdown(block);
482 Log.e(TAG,"Failed to accept incomming connection - " + "shutdown");
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java223 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown()
310 mExecutorService.shutdown();
372 * Cancels all the import/export requests and calls {@link ExecutorService#shutdown()}, which
382 mExecutorService.shutdown();
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapRilReceiver.java101 * Notify SapServer that this class is ready for shutdown.
105 // If we are already shutdown, don't bother sending a notification.
115 public void shutdown() { method in class:SapRilReceiver
116 if (DEBUG) Log.i(TAG, "shutdown()");
118 /* On Android you need to close the IOstreams using Socket.shutdown*
122 * Hence here we use the shutdown method: */
273 * Send a shutdown signal to SapServer to indicate the
H A DSapServer.java153 // At timeout we need to close the RFCOMM socket to complete shutdown
154 shutdown();
417 /* This is expected during shutdown */
418 Log.i(TAG, "IOException received, this is probably a shutdown signal, cleaning up...");
426 * - Initiate a FORCED shutdown
459 mRilBtReceiver.shutdown();
653 * Close the in/out rfcomm streams, to trigger a shutdown of the SapServer main thread.
656 private void shutdown() { method in class:SapServer
747 * Start timer to do shutdown if a new connect request is not received in
773 shutdown();
[all...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DTestSequencer.java239 public void shutdown() { method in class:TestSequencer
/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java63 public void shutdown() { method in class:SQLiteContentProvider

Completed in 610 milliseconds

123