Home
last modified time | relevance | path

Searched refs:mMtpServiceConnection (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java509 private final ServiceConnection mMtpServiceConnection = new ServiceConnection() { field in MediaProvider
2816 synchronized (mMtpServiceConnection) { in sendObjectAdded()
2829 synchronized (mMtpServiceConnection) { in sendObjectRemoved()
3605 synchronized (mMtpServiceConnection) { in insertInternal()
3610 mMtpServiceConnection, Context.BIND_AUTO_CREATE); in insertInternal()
4007 synchronized (mMtpServiceConnection) { in delete()
4010 getContext().unbindService(mMtpServiceConnection); in delete()