Searched refs:isShadow (Results 1 – 7 of 7) sorted by relevance
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()
3845 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