Searched refs:mcpService (Results 1 – 3 of 3) sorted by relevance
282 public MediaControlProfile(@NonNull McpService mcpService) { in MediaControlProfile() argument285 mMcpService = requireNonNull(mcpService); in MediaControlProfile()286 mContext = mcpService; in MediaControlProfile()
1254 McpService mcpService, @NonNull MediaControlServiceCallbacks callbacks, int ccid) { in MediaControlGattService() argument1255 mContext = mcpService; in MediaControlGattService()1259 mMcpService = mcpService; in MediaControlGattService()
4246 McpService mcpService = getMcpService(); in setAuthorizationForRelatedProfiles() local4247 if (mcpService != null) { in setAuthorizationForRelatedProfiles()4248 mcpService.setDeviceAuthorized(device, authorize); in setAuthorizationForRelatedProfiles()4263 McpService mcpService = getMcpService(); in removeAuthorizationInfoForRelatedProfiles() local4264 if (mcpService != null) { in removeAuthorizationInfoForRelatedProfiles()4265 mcpService.removeDeviceAuthorizationInfo(device); in removeAuthorizationInfoForRelatedProfiles()