/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
D | ImapList.java | 27 public void destroy() { 164 public void destroy() { in destroy() method in ImapList 167 e.destroy(); in destroy() 171 super.destroy(); in destroy()
|
D | ImapTempFileLiteral.java | 62 destroy(); in finalize() 99 public void destroy() { in destroy() method in ImapTempFileLiteral 108 super.destroy(); in destroy()
|
D | ImapElement.java | 54 public void destroy() { 94 public void destroy() { in destroy() method in ImapElement
|
D | ImapSimpleString.java | 34 public void destroy() { in destroy() method in ImapSimpleString 36 super.destroy(); in destroy()
|
D | ImapMemoryLiteral.java | 49 public void destroy() { in destroy() method in ImapMemoryLiteral 51 super.destroy(); in destroy()
|
D | ImapResponseParser.java | 116 r.destroy(); in destroyResponses() 151 response.destroy(); in readResponse() 289 responseToDestroy.destroy(); in parseResponse()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | CachingPipeline.java | 87 sRS.destroy(); in destroyRenderScriptContext() 107 mOriginalAllocation.destroy(); in reset() 111 mFiltersOnlyOriginalAllocation.destroy(); in reset() 130 mInPixelsAllocation.destroy(); in destroyPixelAllocations() 134 mOutPixelsAllocation.destroy(); in destroyPixelAllocations() 201 filtersOnlyOriginalAllocation.destroy(); in updateOriginalAllocation() 209 originalAllocation.destroy(); in updateOriginalAllocation()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipDelegateBinderConnectionTest.java | 102 baseConnection.destroy(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP, in testBaseImpl() 160 destroy(connection, SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection() 181 destroy(connection, SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnectionDead() 226 private void destroy(SipDelegateBinderConnection c, int reason) throws Exception { in destroy() method in SipDelegateBinderConnectionTest 227 c.destroy(reason, mMockDestroyedCallback); in destroy()
|
D | SipDelegateControllerTest.java | 167 CompletableFuture<Integer> pendingDestroy = controller.destroy(false /*force*/, in testDestroyDelegate() 176 verify(mMockBinderConnection, never()).destroy(anyInt(), any()); in testDestroyDelegate() 196 CompletableFuture<Integer> pendingDestroy = controller.destroy(true /*force*/, in testDestroyDelegateForce() 233 verify(mMockBinderConnection, never()).destroy(anyInt(), any()); in testChangeSupportedFeatures() 311 verify(mMockBinderConnection).destroy(anyInt(), mIntegerConsumerCaptor.capture()); in verifyBinderConnectionDestroy()
|
D | TelephonyRcsServiceTest.java | 216 verify(mFeatureControllerSlot0, never()).destroy(); in testSlotUpdates() 217 verify(mFeatureControllerSlot1, never()).destroy(); in testSlotUpdates() 227 verify(mFeatureControllerSlot0, never()).destroy(); in testSlotUpdates() 228 verify(mFeatureControllerSlot1, times(1)).destroy(); in testSlotUpdates()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | SortController.java | 56 public void destroy() { in destroy() method in SortController 58 mTableHeaderController.destroy(); in destroy() 100 void destroy(); in destroy() method
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | BitmapProcessor.java | 89 input.destroy(); in blur() 93 output.destroy(); in blur() 96 blur.destroy(); in blur()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionService.java | 101 c.destroy(); in onDisconnect() 143 destroy(); 208 destroy(); in startOutgoing() 226 destroy(); in onAbort() 261 destroy(); in onDisconnect() 275 destroy(); in onReject()
|
D | TestConnectionManager.java | 53 destroy(); 110 destroy(); 312 destroy();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/network/ |
D | NetworkModule.java | 84 destroy(); in removeState() 98 public void destroy() { in destroy() method in NetworkModule 100 mConnectivityListener.destroy(); in destroy()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | pdf_render.c | 95 static void destroy(pdf_render_ifc_t *obj) { in destroy() function 145 self->ifc.destroy = destroy; in create_pdf_render_ifc()
|
/packages/services/Telephony/src/com/android/phone/ |
D | RcsProvisioningMonitor.java | 303 void destroy() { in destroy() method in RcsProvisioningMonitor.RcsProvisioningInfo 407 void destroy() { in destroy() method in RcsProvisioningMonitor.RcsFeatureListener 494 mRcsFeatureListeners.valueAt(i).destroy(); in release() 497 mRcsProvisioningInfos.forEach((k, v)->v.destroy()); in release() 511 public void destroy() { in destroy() method in RcsProvisioningMonitor 777 info.destroy(); in onSubChanged()
|
/packages/apps/KeyChain/robotests/src/com/android/keychain/internal/ |
D | GrantsDatabaseTest.java | 263 mGrantsDB.destroy(); 287 mGrantsDB.destroy(); 318 mGrantsDB.destroy(); 358 mGrantsDB.destroy();
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortControllerTest.java | 55 mController.destroy(); in testDestroysWidgets() 77 public void destroy() { in destroy() method in SortControllerTest.TestWidget
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | FragmentController.java | 77 public FragmentController<F> destroy() { in destroy() method in FragmentController 78 shadowMainLooper.runPaused(mActivityController::destroy); in destroy()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | InputConsumerProxy.java | 97 destroy(); in onInputConsumerMotionEvent() 107 public void destroy() { in destroy() method in InputConsumerProxy
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipDelegateController.java | 263 public CompletableFuture<Integer> destroy(boolean force, int destroyReason) { 352 mBinderConnection.destroy(delegateDestroyedReason, pendingDestroy::complete); 371 connection.destroy(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_SERVICE_DEAD, null);
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | FallbackRecentsTest.java | 129 MAIN_EXECUTOR.submit(updateHandler::destroy).get(); in FallbackRecentsTest() 293 void destroy() { in destroy() method in FallbackRecentsTest.OverviewUpdateHandler 295 mRads.destroy(); in destroy()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | QuickstepModelDelegate.java | 176 public void destroy() { in destroy() method in QuickstepModelDelegate 177 super.destroy(); in destroy() 282 predictor.destroy(); in destroyPredictor()
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/ |
D | AppEntryListManager.java | 154 destroy(); in init() 181 public void destroy() { in destroy() method in AppEntryListManager
|