Home
last modified time | relevance | path

Searched refs:startViewCalendarEventInManagedProfile (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java265 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 DIDevicePolicyManager.aidl493 …boolean startViewCalendarEventInManagedProfile(String packageName, long eventId, long start, long … in startViewCalendarEventInManagedProfile() method
H A DDevicePolicyManager.java13525 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 DDevicePolicyManagerService.java16644 public boolean startViewCalendarEventInManagedProfile(String packageName, long eventId,
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33396 …method public static boolean startViewCalendarEventInManagedProfile(@NonNull android.content.Conte…