Searched refs:isSignedWithPlatformKey (Results 1 – 2 of 2) sorted by relevance
85 public static boolean isSignedWithPlatformKey(Context context, in isSignedWithPlatformKey() method in NotificationUtils99 return packageInfo.applicationInfo.isSignedWithPlatformKey(); in isSignedWithPlatformKey()120 return (packageInfo.applicationInfo.isSignedWithPlatformKey() || in isSystemPrivilegedOrPlatformKeyInner()
206 boolean isSignedWithPlatformKey = NotificationUtils.isSignedWithPlatformKey(mContext, in canChangeCardBackgroundColor()210 return isSystemApp || isNavigationCategory || isSignedWithPlatformKey; in canChangeCardBackgroundColor()