Searched refs:ANDROID_SYSTEM_PACKAGE_NAME (Results 1 – 5 of 5) sorted by relevance
45 static final String ANDROID_SYSTEM_PACKAGE_NAME = "android"; field in RecentLocationApps100 (uid == android.os.Process.SYSTEM_UID) && ANDROID_SYSTEM_PACKAGE_NAME.equals( in getAppList()
103 RecentLocationApps.ANDROID_SYSTEM_PACKAGE_NAME, in testGetAppList_shouldNotShowAndroidOS()115 Process.SYSTEM_UID, RecentLocationApps.ANDROID_SYSTEM_PACKAGE_NAME); in testGetAppList_shouldNotShowAndroidOS()
198 RecentAppOpsAccess.ANDROID_SYSTEM_PACKAGE_NAME, in testGetAppList_shouldNotShowAndroidOS()209 Process.SYSTEM_UID, RecentAppOpsAccess.ANDROID_SYSTEM_PACKAGE_NAME); in testGetAppList_shouldNotShowAndroidOS()
116 private static final String ANDROID_SYSTEM_PACKAGE_NAME = "AndroidSystem"; field in AttestationVerificationPeerDeviceVerifier118 Collections.singleton(ANDROID_SYSTEM_PACKAGE_NAME);
64 public static final String ANDROID_SYSTEM_PACKAGE_NAME = "android"; field in RecentAppOpsAccess