Home
last modified time | relevance | path

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

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java85 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) { in shouldNotFindUnexpectedIntents()
152 private static boolean isUpdatedSystemApp(ApplicationInfo applicationInfo) { in isUpdatedSystemApp() method in IntentTest