Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DAccessChecker.java323 if (shouldAllowLegacyWrite(callingIdentity, forWrite)) { in getWhereForConstrainedAccess()
339 if (shouldAllowLegacyWrite(callingIdentity, forWrite)) { in getWhereForConstrainedAccess()
377 private static boolean shouldAllowLegacyWrite(LocalCallingIdentity callingIdentity, in shouldAllowLegacyWrite() method in AccessChecker