Searched refs:ANDROID_SYSTEM_PACKAGE_NAME (Results 1 – 5 of 5) sorted by relevance
42 private static final String ANDROID_SYSTEM_PACKAGE_NAME = "android"; field in RecentlyAccessedByUtils68 && ANDROID_SYSTEM_PACKAGE_NAME.equals(ops.getPackageName()); in getAppList()
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()
138 RecentAppOpsAccess.ANDROID_SYSTEM_PACKAGE_NAME, in testGetAppList_shouldNotShowAndroidOS()149 Process.SYSTEM_UID, RecentAppOpsAccess.ANDROID_SYSTEM_PACKAGE_NAME); in testGetAppList_shouldNotShowAndroidOS()
58 public static final String ANDROID_SYSTEM_PACKAGE_NAME = "android"; field in RecentAppOpsAccess