HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 3001 - 3025 of 8652) sorted by null

<<121122123124125126127128129130>>

  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 180 fis.close();
203 fos.close();
248 is.close();
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 168 // After using a given device, you should make sure that BluetoothGatt.close() is called
169 // such that resources are cleaned up properly. In this particular example, close() is
171 close(); method
262 public void close() { method in class:BluetoothLeService
266 mBluetoothGatt.close();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 168 // After using a given device, you should make sure that BluetoothGatt.close() is called
169 // such that resources are cleaned up properly. In this particular example, close() is
171 close(); method
262 public void close() { method in class:BluetoothLeService
266 mBluetoothGatt.close();
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 120 mInterface.close();
248 tunnel.close();
323 // Close the old interface since the parameters have been changed.
325 mInterface.close();
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 115 beforePipe[1].close(); method
144 afterPipe[0].close(); method
206 f.close();
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 287 inputStream.close();
290 outputStream.close();
306 client.close();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 168 // After using a given device, you should make sure that BluetoothGatt.close() is called
169 // such that resources are cleaned up properly. In this particular example, close() is
171 close(); method
262 public void close() { method in class:BluetoothLeService
266 mBluetoothGatt.close();
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 127 public void close() { method in class:DataProvider
128 mHelper.close();
387 localSQLiteDatabase.close();
  /device/generic/goldfish/camera/
EmulatedCamera3.cpp 49 common.close = EmulatedCamera3::close;
277 int EmulatedCamera3::close(struct hw_device_t* device) { function in class:android::EmulatedCamera3
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 101 reader.close();
122 fw.close();
169 reader.close();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 77 out2.close();
100 out.close();
179 out.close();
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 361 uniquePoolEntry.close();
428 protected void close()
433 connection.close();
  /external/bluetooth/bluedroid/stack/mcap/
mca_dsm.c 268 evt_data.close_cfm.reason = p_data->close.reason;
270 if (p_data->close.param == MCA_INT)
272 if (p_data->close.lcid)
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
TestContentProvider.java 55 cursor.close();
220 if (fileOut != null) fileOut.close();
221 if (pfds != null && pfds[1] != null) pfds[1].close(); method
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
WebappAuthenticator.java 116 input.close();
119 Log.e(TAG, "Could not close key input stream '" + file + "': " + e);
144 output.close();
147 Log.e(TAG, "Could not close key output stream '" + file + "': " + e);
231 fis.close();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
SQLiteCursor.java 96 public void close() { method in class:SQLiteCursor
97 super.close();
131 close(); method
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
PrintingControllerTest.java 138 if (in != null) in.close();
139 // Close the descriptor, if not closed already.
140 fileDescriptor.close();
240 descriptor.close();
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 24 .dialog-topbar #window-close-button,
92 .close {
103 #window-close-button {
104 background-image: url('../images/ui/close-white.png');
107 #window-close-button:hover {
108 background-image: url('../images/ui/close-white-hover.png');
344 .overlay-container .close {
345 background-image: url('../images/ui/close-overlay.png');
348 .overlay-container .close:hover {
349 background-image: url('../images/ui/close-overlay-hover.png')
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser.py 66 parser.close()
188 def close(self): member in class:_DocumentParser
189 HTMLParser.close(self)
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 135 void WebContentDecryptionModuleSessionImpl::close( function in class:content::WebContentDecryptionModuleSessionImpl
162 close(result);
192 client_->close();
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
UsbMidiDeviceAndroid.java 248 void close() { method in class:UsbMidiDeviceAndroid
251 request.close();
254 mConnection.close();
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers_unittest.py 172 f.close()
177 f.close()
182 f.close()
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 54 handle.close();
77 * Runnable that will close the given handle.
88 mHandle.close();
228 handles.first.close();
229 handles.second.close();
352 handles.first.close();
353 handles.second.close();
460 core.createSharedBuffer(null, 8).close();
462 core.createSharedBuffer(new SharedBufferHandle.CreateOptions(), 8).close();
475 handle.duplicate(null).close();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.cpp 183 // FIXME: This should not throw an exception but instead forcefully close the data channel.
202 // FIXME: This should not throw an exception but instead forcefully close the data channel.
210 // FIXME: This should not throw an exception but instead forcefully close the data channel.
221 void RTCDataChannel::close() function in class:blink::RTCDataChannel
226 m_handler->close();
241 scheduleDispatchEvent(Event::create(EventTypeNames::close));
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 61 close();
66 close();
98 void SQLiteDatabase::close() function in class:blink::SQLiteDatabase

Completed in 753 milliseconds

<<121122123124125126127128129130>>