Searched defs:dispose (Results 76 - 93 of 93) sorted by relevance

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java215 public void dispose() { method in class:SIMRecords
223 super.dispose();
H A DUiccCardApplication.java142 if (mIccFh != null) { mIccFh.dispose();}
143 if (mIccRecords != null) { mIccRecords.dispose();}
167 void dispose() { method in class:UiccCardApplication
171 if (mIccRecords != null) { mIccRecords.dispose();}
172 if (mIccFh != null) { mIccFh.dispose();}
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java180 dispose(true);
196 connection.dispose(false);
205 dispose(false);
228 private void dispose(boolean finalized) { method in class:SQLiteConnection
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java474 clientRecord.dispose();
515 public void dispose() { method in class:MediaRouterService.ClientRecord
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java912 canvasDelegate.dispose();
1002 private void dispose() { method in class:Canvas_Delegate
1003 mSnapshot.dispose();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java230 public void dispose() { method in class:SMSDispatcher
H A DServiceStateTracker.java331 public void dispose() { method in class:ServiceStateTracker
H A DPhoneProxy.java310 oldPhone.dispose();
1326 public void dispose() { method in class:PhoneProxy
H A DPhone.java1807 * Unregister from all events it registered for and dispose objects
1810 void dispose(); method in interface:Phone
H A DPhoneBase.java439 public void dispose() { method in class:PhoneBase
447 mSmsStorageMonitor.dispose();
448 mSmsUsageMonitor.dispose();
454 mTelephonyTester.dispose();
460 imsPhone.dispose();
1924 mImsPhone.dispose();
1955 mImsPhone.dispose();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java220 public void dispose() { method in class:CDMAPhone
222 super.dispose();
223 log("dispose");
238 mCT.dispose();
239 mDcTracker.dispose();
240 mSST.dispose();
241 mCdmaSSM.dispose(this);
242 mRuimPhoneBookInterfaceManager.dispose();
243 mSubInfo.dispose();
244 mEriManager.dispose();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java266 void dispose() { method in class:DataConnection
267 log("dispose: call quiteNow()");
1076 mDcRetryAlarmController.dispose();
H A DDcTracker.java216 public void dispose() { method in class:DcTracker
217 if (DBG) log("DcTracker.dispose");
230 super.dispose();
H A DDcTrackerBase.java631 public void dispose() { method in class:DcTrackerBase
632 if (DBG) log("DCT.dispose");
645 mDcc.dispose();
646 mDcTesterFailBringUpAll.dispose();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java220 public void dispose() { method in class:GSMPhone
222 super.dispose();
237 mCT.dispose();
238 mDcTracker.dispose();
239 mSST.dispose();
240 mSimPhoneBookIntManager.dispose();
241 mSubInfo.dispose();
341 // Radio Technology Change is ongoning, dispose() and removeReferences() have
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java183 public void dispose() { method in class:ImsPhone
184 Rlog.d(LOG_TAG, "dispose");
185 // Nothing to dispose in PhoneBase
186 //super.dispose();
188 mCT.dispose();
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java109 dispose();
115 public void dispose() { method in class:Canvas.CanvasFinalizer
1946 mFinalizer.dispose();
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3000 mInputQueue.dispose();
3005 mInputEventReceiver.dispose();
3016 mInputChannel.dispose();
5910 public void dispose() { method in class:ViewRootImpl.WindowInputEventReceiver
5912 super.dispose();

Completed in 271 milliseconds

1234