Searched refs:startViewCalendarEventInManagedProfile (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | CalendarContract.java | 265 public static boolean startViewCalendarEventInManagedProfile(@NonNull Context context, in startViewCalendarEventInManagedProfile() method in CalendarContract 270 return dpm.startViewCalendarEventInManagedProfile(eventId, startMs, in startViewCalendarEventInManagedProfile()
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | IDevicePolicyManager.aidl | 493 …boolean startViewCalendarEventInManagedProfile(String packageName, long eventId, long start, long … in startViewCalendarEventInManagedProfile() method
|
H A D | DevicePolicyManager.java | 13525 public boolean startViewCalendarEventInManagedProfile(long eventId, long start, long end, in startViewCalendarEventInManagedProfile() method in DevicePolicyManager 13530 return mService.startViewCalendarEventInManagedProfile(mContext.getPackageName(), in startViewCalendarEventInManagedProfile()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 16644 public boolean startViewCalendarEventInManagedProfile(String packageName, long eventId,
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33396 …method public static boolean startViewCalendarEventInManagedProfile(@NonNull android.content.Conte…
|