Searched refs:getCrossProfileCalendarPackages (Results 1 – 6 of 6) sorted by relevance
513 List<String> getCrossProfileCalendarPackages(in ComponentName admin); in getCrossProfileCalendarPackages() method
15604 public @Nullable Set<String> getCrossProfileCalendarPackages(@NonNull ComponentName admin) { in getCrossProfileCalendarPackages() method in DevicePolicyManager15608 final List<String> packageNames = mService.getCrossProfileCalendarPackages(admin); in getCrossProfileCalendarPackages()15673 public @Nullable Set<String> getCrossProfileCalendarPackages() { in getCrossProfileCalendarPackages() method in DevicePolicyManager
6943 final Set<String> packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_initiallyEmpty()6951 Set<String> packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6954 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6958 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6961 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6967 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()6970 packages = dpm.getCrossProfileCalendarPackages(admin1); in testCrossProfileCalendarPackages_reopenDpms()
20320 public List<String> getCrossProfileCalendarPackages(ComponentName who) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7790 …@Deprecated @Nullable public java.util.Set<java.lang.String> getCrossProfileCalendarPackages(@NonN…