Loading packages/DocumentsUI/src/com/android/documentsui/RootsCache.java +3 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,9 @@ public class RootsCache { private void loadStoppedAuthority(String authority) { final ContentResolver resolver = mContext.getContentResolver(); synchronized (mLock) { if (!mStoppedAuthorities.contains(authority)) { return; } if (DEBUG) { Log.d(TAG, "Loading stopped authority " + authority); } Loading Loading
packages/DocumentsUI/src/com/android/documentsui/RootsCache.java +3 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,9 @@ public class RootsCache { private void loadStoppedAuthority(String authority) { final ContentResolver resolver = mContext.getContentResolver(); synchronized (mLock) { if (!mStoppedAuthorities.contains(authority)) { return; } if (DEBUG) { Log.d(TAG, "Loading stopped authority " + authority); } Loading