Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java327 protected boolean isShadow() { in isShadow() method in CallLogProvider
824 boolean isShadow = extras.getBoolean(EXTRA_IS_SHADOW); in call()
830 ? getCallComposerAllUsersPictureDirectory(getContext(), isShadow) in call()
831 : getCallComposerPictureDirectory(getContext(), isShadow); in call()
848 Uri base = isShadow ? CallLog.SHADOW_CALL_COMPOSER_PICTURE_URI in call()
864 boolean isShadow = CallLog.SHADOW_AUTHORITY.equals(uri.getAuthority()); in getCallComposerPictureDirectory()
865 return getCallComposerPictureDirectory(context, isShadow); in getCallComposerPictureDirectory()
868 private static @NonNull Path getCallComposerPictureDirectory(Context context, boolean isShadow) in getCallComposerPictureDirectory() argument
870 if (isShadow) { in getCallComposerPictureDirectory()
881 Context context, boolean isShadow) throws IOException { in getCallComposerAllUsersPictureDirectory() argument
[all …]
DShadowCallLogProvider.java27 protected boolean isShadow() { in isShadow() method in ShadowCallLogProvider