Searched refs:isShadow (Results 1 – 9 of 9) sorted by relevance
272 protected boolean isShadow() { in isShadow() method in CallLogProvider680 boolean isShadow = extras.getBoolean(EXTRA_IS_SHADOW); in call()687 : getCallComposerPictureDirectory(getContext(), isShadow); in call()704 Uri base = isShadow ? CallLog.SHADOW_CALL_COMPOSER_PICTURE_URI in call()720 boolean isShadow = CallLog.SHADOW_AUTHORITY.equals(uri.getAuthority()); in getCallComposerPictureDirectory()721 return getCallComposerPictureDirectory(context, isShadow); in getCallComposerPictureDirectory()726 if (isShadow) { in getCallComposerPictureDirectory()737 Context context, boolean isShadow) throws IOException { in getCallComposerAllUsersPictureDirectory() argument752 boolean isShadow, String fileName) throws IOException { in allocateNewCallComposerPicture() argument753 Uri baseUri = isShadow ? in allocateNewCallComposerPicture()[all …]
27 protected boolean isShadow() { in isShadow() method in ShadowCallLogProvider
96 if (mPackageInfo.isShadow()) { in refreshPackageSignatureAndSave()105 if (!mPackageInfo.isShadow()) { in attemptToRestoreIfNeededAndSave()
83 ArrayList<byte[]> sigHashes, boolean isShadow) { in ShortcutPackageInfo() argument86 mIsShadow = isShadow; in ShortcutPackageInfo()97 public boolean isShadow() { in isShadow() method in ShortcutPackageInfo
795 if (getPackageInfo().isShadow()) { in findAll()830 if (getPackageInfo().isShadow()) { in findAllByIds()855 if (getPackageInfo().isShadow()) { in findAllPinned()
3860 if (spi.getPackageInfo().isShadow()) {
5796 .getPackageInfo().isShadow()); in checkBackupAndRestore_publisherNotRestored()5809 .getPackageInfo().isShadow()); in checkBackupAndRestore_publisherNotRestored()5969 .getPackageInfo().isShadow()); in checkBackupAndRestore_launcherNotRestored()5996 .getPackageInfo().isShadow()); in checkBackupAndRestore_launcherNotRestored()
2343 assertTrue(spi.getPackageInfo().isShadow());
32567 HPLcom/android/server/pm/ShortcutPackageInfo;->isShadow()Z