Searched refs:LIVE_CAPTION_INTENT (Results 1 – 2 of 2) sorted by relevance
34 static final Intent LIVE_CAPTION_INTENT = new Intent( field in LiveCaptionPreferenceController42 LIVE_CAPTION_INTENT.setPackage(mPackageManager.getSystemCaptionsServicePackageName()); in LiveCaptionPreferenceController()48 mPackageManager.queryIntentActivities(LIVE_CAPTION_INTENT, 0 /* flags */); in getAvailabilityStatus()57 preference.setIntent(LIVE_CAPTION_INTENT); in updateState()
67 pm.addResolveInfoForIntent(LiveCaptionPreferenceController.LIVE_CAPTION_INTENT, in getAvailabilityStatus_canResolveIntent_shouldReturnAvailable()76 pm.setResolveInfosForIntent(LiveCaptionPreferenceController.LIVE_CAPTION_INTENT, in getAvailabilityStatus_noResolveIntent_shouldReturnUnavailable()