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.java520 private final ServiceConnection mMtpServiceConnection = new ServiceConnection() { field in MediaProvider
2835 synchronized (mMtpServiceConnection) { in sendObjectAdded()
2848 synchronized (mMtpServiceConnection) { in sendObjectRemoved()
3642 synchronized (mMtpServiceConnection) { in insertInternal()
3647 mMtpServiceConnection, Context.BIND_AUTO_CREATE); in insertInternal()
4046 synchronized (mMtpServiceConnection) { in delete()
4049 getContext().unbindService(mMtpServiceConnection); in delete()