Searched refs:mCustomAppUri (Results 1 – 1 of 1) sorted by relevance
549 String mCustomAppUri; field in CalendarProvider2Test.EventInfo582 mCustomAppUri = "CustomAppUri-" + mTitle; in init()647 mCustomAppUri = customPackageUri; in init()1334 if (event.mCustomAppUri != null) { in eventInfoToContentValues()1335 m.put(Events.CUSTOM_APP_URI, event.mCustomAppUri); in eventInfoToContentValues()