Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.kt553 val exceptionUri: Uri = Uri.withAppendedPath( in createExceptionResponse() constant
557 ops.add(ContentProviderOperation.newInsert(exceptionUri).withValues(values).build()) in createExceptionResponse()