Searched refs:getCrossProfileCalendarPackages (Results 1 – 6 of 6) sorted by relevance
519 List<String> getCrossProfileCalendarPackages(in ComponentName admin); in getCrossProfileCalendarPackages() method
16080 public @Nullable Set<String> getCrossProfileCalendarPackages(@NonNull ComponentName admin) { in getCrossProfileCalendarPackages() method in DevicePolicyManager16084 final List<String> packageNames = mService.getCrossProfileCalendarPackages(admin); in getCrossProfileCalendarPackages()16149 public @Nullable Set<String> getCrossProfileCalendarPackages() { in getCrossProfileCalendarPackages() method in DevicePolicyManager
6961 final Set<String> packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_initiallyEmpty()6969 Set<String> packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6972 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6976 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6979 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6985 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6988 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()
20211 public List<String> getCrossProfileCalendarPackages(ComponentName who) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8014 …@Deprecated @Nullable public java.util.Set<java.lang.String> getCrossProfileCalendarPackages(@NonN…