Home
last modified time | relevance | path

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

/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
DPredictionService.java76 Intent calendarIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local
77 calendarIntent.addCategory(Intent.CATEGORY_APP_CALENDAR); in onCreate()
92 getDefaultSystemHandlerActivityPackageName(calendarIntent), in onCreate()