Searched refs:isShadow (Results 1 – 2 of 2) sorted by relevance
327 protected boolean isShadow() { in isShadow() method in CallLogProvider824 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() argument870 if (isShadow) { in getCallComposerPictureDirectory()881 Context context, boolean isShadow) throws IOException { in getCallComposerAllUsersPictureDirectory() argument[all …]
27 protected boolean isShadow() { in isShadow() method in ShadowCallLogProvider