Searched refs:mCustomAppPackage (Results 1 – 1 of 1) sorted by relevance
548 String mCustomAppPackage; field in CalendarProvider2Test.EventInfo581 mCustomAppPackage = "CustomAppPackage-" + mTitle; in init()646 mCustomAppPackage = customPackageName; in init()1331 if (event.mCustomAppPackage != null) { in eventInfoToContentValues()1332 m.put(Events.CUSTOM_APP_PACKAGE, event.mCustomAppPackage); in eventInfoToContentValues()