/packages/apps/Camera/src/com/android/camera/ |
D | CameraManager.java | 302 mSig.close(); in release() 308 mSig.close(); in reconnect() 317 mSig.close(); in unlock() 323 mSig.close(); in lock() 342 mSig.close(); in stopPreview() 348 mSig.close(); in setPreviewCallback() 354 mSig.close(); in setPreviewCallbackWithBuffer() 360 mSig.close(); in addCallbackBuffer() 366 mSig.close(); in autoFocus() 372 mSig.close(); in cancelAutoFocus() [all …]
|
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
D | SmartDialPrefixTest.java | 185 nameCursor.close(); in testPutForFullName() 186 contactCursor.close(); in testPutForFullName() 223 nameCursor.close(); in testPutForPartialName() 224 contactCursor.close(); in testPutForPartialName() 254 nameCursor.close(); in testPutForNameTokens() 255 contactCursor.close(); in testPutForNameTokens() 275 nameCursor.close(); in testPutForInitialMatches() 276 contactCursor.close(); in testPutForInitialMatches() 319 nameCursor.close(); in testPutForInitialMatchesForLongTokenNames() 320 contactCursor.close(); in testPutForInitialMatchesForLongTokenNames() [all …]
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/pbap/ |
D | ContactCursorFilterTest.java | 40 cursor.close(); in testFilterByRangeWithoutDup() 48 cursor.close(); in testFilterByRangeWithoutDup() 55 cursor.close(); in testFilterByRangeWithoutDup() 61 cursor.close(); in testFilterByRangeWithoutDup() 78 cursor.close(); in testFilterByRangeWithDup() 86 cursor.close(); in testFilterByRangeWithDup() 93 cursor.close(); in testFilterByRangeWithDup() 99 cursor.close(); in testFilterByRangeWithDup() 112 cursor.close(); in testFilterByOffsetWithoutDup() 118 cursor.close(); in testFilterByOffsetWithoutDup() [all …]
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 279 cursor.close(); in execute() 295 cursor.close(); in execute() 317 cursor.close(); in execute() 342 cursor.close(); in execute() 431 cursor.close(); in execute() 492 cursor.close(); in execute() 987 mDb.close(); in tearDown() 989 getProvider().getDatabaseHelper().close(); in tearDown() 1247 cursor.close(); in deleteMatchingEvents() 1315 cursor.close(); in updateMatchingEvents() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactDirectoryManagerTest.java | 194 cursor.close(); in testScanAllProviders() 216 cursor.close(); in testPackageInstalled() 245 cursor.close(); in testPackageInstalled() 276 cursor.close(); in testPackageUninstalled() 291 cursor.close(); in testPackageUninstalled() 322 cursor.close(); in testPackageReplaced() 345 cursor.close(); in testPackageReplaced() 380 cursor.close(); in testPackageRenamed() 412 cursor.close(); in testPackageRenamed() 453 cursor.close(); in testAccountRemoval() [all …]
|
D | BaseContactsProvider2Test.java | 583 c.close(); in queryContactId() 591 c.close(); in queryPhotoId() 606 c.close(); in queryRawContactIsStarred() 614 c.close(); in queryDisplayName() 622 c.close(); in queryLookupKey() 668 c.close(); in assertStructuredName() 679 c.close(); in assertSingleGroup() 692 c.close(); in assertSingleGroupMembership() 786 c.close(); in assertNoRowsAndClose() 817 c.close(); in assertDirty() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleDatabaseOperations.java | 274 cursor.close(); in getExistingConversation() 310 cursor.close(); in getThreadId() 344 cursor.close(); in isBlockedParticipant() 551 cursor.close(); in getConversationMaxTimestamp() 710 cursor.close(); in addConversationSelfIdToContentValues() 736 cursor.close(); in updateConversationDraftSnippetAndPreviewInTransaction() 884 cursor.close(); in getConversationSelfId() 933 cursor.close(); in getSmsServiceCenterForConversation() 956 cursor.close(); in getExistingParticipant() 997 cursor.close(); in getParticipantsForConversation() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | SyncCursorPair.java | 140 void close() { in close() method in SyncCursorPair 142 mLocalCursorIterator.close(); in close() 145 mRemoteCursorsIterator.close(); in close() 313 public void close(); in close() method 416 public void close() { in close() method in SyncCursorPair.LocalCursorIterator 418 mCursor.close(); in close() 540 public void close() { in close() method in SyncCursorPair.RemoteCursorsIterator 542 mSmsCursor.close(); in close() 546 mMmsCursor.close(); in close() 701 localCursor.close(); in isSynchronized() [all …]
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapContentTest.java | 152 c.close(); in addEmailFolders() 223 is.close(); in dumpMessageContent() 227 fd.close(); in dumpMessageContent() 271 is.close(); in writeMessageContent() 275 fd.close(); in writeMessageContent() 279 os.close(); in writeMessageContent() 283 fdOut.close(); in writeMessageContent() 294 c.close(); in writeMessage() 304 c.close(); in dumpCursor() 326 c.close(); in callBluetoothProvider() [all …]
|
D | MapObexLevelTest.java | 145 clientSock.close(); in testLocalSockets() 146 acceptSock.close(); in testLocalSockets() 147 serverSock.close(); in testLocalSockets() 184 serverSocket.close(); in testServer() 185 socket.close(); in testServer() 225 clientSock.close(); in testClient()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | PersonalDictionaryLookupTest.java | 148 lookup.close(); in testShortcutKeyMatching() 167 lookup.close(); in testShortcutMatchesInputCountry() 186 lookup.close(); in testShortcutMatchesInputLanguage() 204 lookup.close(); in testShortcutMatchesAnyLocale() 231 lookup.close(); in testExactLocaleMatch() 254 lookup.close(); in testSubLocaleMatch() 279 lookup.close(); in testAllLocalesMatch() 305 lookup.close(); in testMultipleLocalesMatch() 405 lookup.close(); in testReload() 450 lookup.close(); in testDictionaryStats() [all …]
|
D | BinaryDictionaryTests.java | 114 binaryDictionary.close(); in testIsValidDictionary() 121 binaryDictionary.close(); in testIsValidDictionary() 142 binaryDictionary.close(); in testConstructingDictionaryOnMemory() 394 binaryDictionary.close(); in testFlushDictionary() 406 binaryDictionary.close(); in testFlushDictionary() 413 binaryDictionary.close(); in testFlushDictionary() 417 binaryDictionary.close(); in testFlushDictionary() 433 binaryDictionary.close(); in testFlushWithGCDictionary() 447 binaryDictionary.close(); in testFlushWithGCDictionary() 490 binaryDictionary.close(); in testAddBigramWordsAndFlashWithGC() [all …]
|
/packages/apps/Browser/tests/src/com/android/browser/tests/ |
D | BP1to2UpgradeTests.java | 62 c.close(); in testStockUpgrade() 72 c.close(); in testStockUpgrade() 82 c.close(); in testStockUpgrade() 99 c.close(); in testPreserveHistory() 109 c.close(); in testPreserveHistory() 128 c.close(); in testPreserveBookmarks() 137 c.close(); in testPreserveBookmarks() 145 c.close(); in testEmptyUpgrade()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | ImapService.java | 421 localOldestCursor.close(); in synchronizeMailboxGeneric() 580 localUidCursor.close(); in synchronizeMailboxGeneric() 738 remoteFolder.close(false); in synchronizeMailboxGeneric() 806 c.close(); in getRemoteMailboxForMessage() 860 deletes.close(); in processPendingDeletesSynchronous() 921 upsyncs1.close(); in processPendingUploadsSynchronous() 937 mailboxes.close(); in processPendingUploadsSynchronous() 1019 updates.close(); in processPendingUpdatesSynchronous() 1165 remoteFolder.close(false); in processPendingDataChange() 1208 remoteFolder.close(false); in processPendingMoveToTrash() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 200 cursor.close(); in needAggregate() 268 c.close(); in clearSuperPrimarySetting() 412 cursor.close(); in canBeReused() 491 cursor.close(); in updateAggregationAfterVisibilityChange() 546 c.close(); in updateMatchScoresBasedOnExceptions() 571 c.close(); in updateMatchScoresBasedOnIdentityMatch() 603 c.close(); in updateMatchScoresBasedOnNameMatches() 625 c.close(); in updateMatchScoresBasedOnEmailMatches() 660 c.close(); in updateMatchScoresBasedOnNameMatches() 682 c.close(); in updateMatchScoresBasedOnPhoneMatches() [all …]
|
D | ContactAggregator.java | 143 rawContactsToAccountsCursor.close(); in aggregateContact() 278 c.close(); in clearSuperPrimarySetting() 508 cursor.close(); in updateAggregationAfterVisibilityChange() 593 c.close(); in pickBestMatchBasedOnExceptions() 726 c.close(); in updateMatchScoresBasedOnIdentityMatch() 780 c.close(); in updateMatchScoresBasedOnNameMatches() 797 c.close(); in updateMatchScoresBasedOnEmailMatches() 814 c.close(); in updateMatchScoresBasedOnPhoneMatches() 885 c.close(); in matchAllCandidates() 913 c.close(); in findMatchingContacts()
|
D | AbstractContactAggregator.java | 467 c.close(); in aggregateInTransaction() 581 cursor.close(); in markContactForAggregation() 617 cursor.close(); in markAllVisibleForAggregation() 680 cursor.close(); in aggregateContact() 848 cursor.close(); in findIdPairs() 966 c.close(); in prefetchAggregationExceptionIds() 1004 c.close(); in loadNameMatchCandidates() 1134 c.close(); in updateMatchScoresBasedOnNameMatches() 1233 c.close(); in matchAllCandidates() 1490 c.close(); in computeAggregateData() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 455 private static void close(Closeable c) { in close() method in BluetoothMapContent 457 if (c != null) c.close(); in close() 1070 if (contacts != null) contacts.close(); in setSenderAddressing() 1139 if (contacts != null) contacts.close(); in setSenderName() 1214 if (c != null) c.close(); in getTextPartsMms() 1314 if(c != null) c.close(); in getContactNameFromPhone() 1348 cr.close(); in getCanonicalAddressSms() 1376 cr.close(); in getCanonicalAddressSms() 1403 if (c != null) c.close(); in getAddressMms() 2260 if(emailCursor != null)emailCursor.close(); in msgListing() [all …]
|
D | BluetoothMapObexServer.java | 284 if (c != null) c.close(); in addEmailFolders() 643 bMsgStream.close(); in pushMessage() 1056 if(outStream != null) { try { outStream.close(); } catch (IOException ex) {} } in sendMessageListingRsp() 1066 if(outStream != null) { try { outStream.close(); } catch (IOException ex) {} } in sendMessageListingRsp() 1082 if(outStream != null) { try { outStream.close(); } catch (IOException e) {} } in sendMessageListingRsp() 1090 if(outStream != null) { try { outStream.close(); } catch (IOException e) {} } in sendMessageListingRsp() 1215 if(outStream != null) { try { outStream.close(); } catch (IOException ex) {} } in sendConvoListingRsp() 1225 if(outStream != null) { try { outStream.close(); } catch (IOException ex) {} } in sendConvoListingRsp() 1241 if(outStream != null) { try { outStream.close(); } catch (IOException e) {} } in sendConvoListingRsp() 1249 if(outStream != null) { try { outStream.close(); } catch (IOException e) {} } in sendConvoListingRsp() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
D | AutoCloseInputStream.java | 61 public void close() throws IOException { in close() method in AutoCloseInputStream 62 in.close(); in close() 77 close(); in read() 94 close(); in read() 113 close(); in read() 125 close(); in finalize()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | Pop3Store.java | 131 folder.close(false); in checkSettings() 137 folder.close(false); // false == don't expunge anything in checkSettings() 183 mTransport.close(); in checkSettings() 232 mTransport.close(); in open() 256 mTransport.close(); in open() 280 public void close(boolean expunge) { in close() method in Pop3Store.Pop3Folder 287 mTransport.close(); in close() 327 mTransport.close(); in getMessage() 355 mTransport.close(); in getMessages() 670 mTransport.close(); in setFlags()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MetadataDbHelper.java | 368 cursor.close(); in getMetadataUriAsString() 403 cursor.close(); in saveLastUpdateTimeOfUri() 428 cursor.close(); in getLastUpdateDateForClient() 453 cursor.close(); in getMetadataDownloadIdAndStartDateForURI() 473 cursor.close(); in getOldestUpdateTime() 625 cursor.close(); in getContentValuesByPendingId() 655 cursor.close(); in getInstalledOrDeletingWordListContentValuesByWordListId() 696 cursor.close(); in getDownloadRecordsForDownloadId() 731 cursor.close(); in getContentValuesByWordListId() 755 cursor.close(); in getContentValuesOfLatestAvailableWordlistById() [all …]
|
/packages/experimental/procstatlog/ |
D | procstatlog.c | 84 close(fd); in read_data() 89 close(fd); in read_data() 113 close(fd); in read_lines() 117 close(fd); in read_lines() 168 close(fd); in read_proc_yaffs() 172 close(fd); in read_proc_yaffs() 253 close(fd); in read_stats() 257 close(fd); in read_stats()
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
D | ImageListUberUnitTests.java | 25 uber.close(); in testTheOrderOfGetImageAt() 32 uber.close(); in testTheOrderOfGetImageAt() 47 uber.close(); in testTheOrderOfGetImageAtCaseTwo() 55 uber.close(); in testTheOrderOfGetImageAtCaseTwo() 73 uber.close(); in testRemoveImage() 91 uber.close(); in testRemoveImageAt()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | CloseWhenDoneImageReader.java | 48 public void close() { in close() method in CloseWhenDoneImageReader.ImageDecorator 50 super.close(); in close() 76 super.close(); in decrementImageCount() 112 public void close() { in close() method in CloseWhenDoneImageReader 120 super.close(); in close()
|